Changeset 11200 in josm
- Timestamp:
- 2016-10-30T23:00:42+01:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.classpath
r11101 r11200 15 15 <classpathentry kind="lib" path="test/lib/fest/MRJToolkitStubs-1.0.jar"/> 16 16 <classpathentry kind="lib" path="test/lib/jfcunit.jar"/> 17 <classpathentry kind="lib" path="test/lib/equalsverifier-2.1. 5.jar"/>17 <classpathentry kind="lib" path="test/lib/equalsverifier-2.1.6.jar"/> 18 18 <classpathentry kind="lib" path="test/lib/reflections/reflections-0.9.10.jar"/> 19 19 <classpathentry kind="lib" path="test/lib/reflections/guava-19.0.jar"/> 20 20 <classpathentry kind="lib" path="test/lib/reflections/javassist-3.20.0-GA.jar"/> 21 21 <classpathentry kind="lib" path="test/lib/system-rules-1.16.0.jar"/> 22 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER /org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_102"/>22 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 23 23 <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/> 24 24 <classpathentry kind="lib" path="test/lib/unitils-core/commons-collections-3.2.2.jar"/> -
trunk/build.xml
r11067 r11200 710 710 <target name="checkstyle" depends="init-properties"> 711 711 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 712 classpath="tools/checkstyle/checkstyle-7. 1.2-all.jar"/>712 classpath="tools/checkstyle/checkstyle-7.2-all.jar"/> 713 713 <checkstyle config="tools/checkstyle/josm_checks.xml"> 714 714 <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.