Changeset 32179 in osm for applications/viewer/jmapviewer
- Timestamp:
- 2016-05-15T15:23:00+02:00 (9 years ago)
- Location:
- applications/viewer/jmapviewer
- Files:
-
- 2 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/.project
r31433 r32179 21 21 </arguments> 22 22 </buildCommand> 23 <buildCommand> 24 <name>org.sonarlint.eclipse.core.sonarlintBuilder</name> 25 <arguments> 26 </arguments> 27 </buildCommand> 23 28 </buildSpec> 24 29 <natures> -
applications/viewer/jmapviewer/build.xml
r32121 r32179 78 78 <target name="checkstyle"> 79 79 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 80 classpath="tools/checkstyle/checkstyle-6.1 7-all.jar"/>80 classpath="tools/checkstyle/checkstyle-6.18-all.jar"/> 81 81 <checkstyle config="tools/checkstyle/jmapviewer_checks.xml"> 82 82 <fileset dir="${basedir}/src" includes="**/*.java" />
Note:
See TracChangeset
for help on using the changeset viewer.