Changeset 11487 in josm
- Timestamp:
- 2017-01-22T19:50:32+01:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 7 added
- 6 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.classpath
r11478 r11487 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.8.jar"/>17 <classpathentry kind="lib" path="test/lib/equalsverifier-2.2.jar"/> 18 18 <classpathentry kind="lib" path="test/lib/reflections/reflections-0.9.10.jar"/> 19 <classpathentry kind="lib" path="test/lib/reflections/guava-19.0.jar"/> 20 <classpathentry kind="lib" path="test/lib/reflections/javassist-3.20.0-GA.jar"/> 21 <classpathentry kind="lib" path="test/lib/system-rules-1.16.0.jar"/> 19 <classpathentry kind="lib" path="test/lib/reflections/guava-21.0.jar"/> 20 <classpathentry kind="lib" path="test/lib/reflections/javassist-3.21.0-GA.jar"/> 21 <classpathentry kind="lib" path="test/lib/system-rules-1.16.1.jar"/> 22 <classpathentry kind="lib" path="test/lib/unitils-core/unitils-core-3.4.6.jar"/> 22 23 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 23 24 <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/> … … 26 27 <classpathentry kind="lib" path="test/lib/unitils-core/commons-logging-1.1.3.jar"/> 27 28 <classpathentry kind="lib" path="test/lib/unitils-core/ognl-2.6.9.jar"/> 28 <classpathentry kind="lib" path="test/lib/unitils-core/unitils-core-3.4.3.jar"/>29 29 <classpathentry kind="lib" path="test/lib/fest/debug-1.0.jar"/> 30 30 <classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/> -
trunk/README
r11295 r11487 122 122 problems in source code); can be launched as an ant target in build.xml 123 123 - commons-cli-1.3.1.jar dependency of Groovy Ant task 124 - error_prone_ant-2.0.1 4.jar124 - error_prone_ant-2.0.15.jar 125 125 used to detect code errors during compilation 126 126 - findbugs/ libs and config files for findbugs (automatically detects common bugs and potential 127 127 problems in source code); can be launched as an ant target in build.xml 128 - groovy-all-2.4. 7.jar used for some unit tests and various scripts128 - groovy-all-2.4.8.jar used for some unit tests and various scripts 129 129 - jacocoant.jar used to include coverage data into JUnit test reports 130 130 - japicc/ used to generate a compatibility report between optimized jar and normal one -
trunk/build.xml
r11478 r11487 25 25 <property name="proj-build.dir" location="${base.dir}/build2"/> 26 26 <property name="epsg.output" location="${base.dir}/data/projection/custom-epsg"/> 27 <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4. 7.jar"/>28 <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0.1 4.jar"/>27 <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4.8.jar"/> 28 <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0.15.jar"/> 29 29 <property name="javac.compiler" value="com.google.errorprone.ErrorProneAntCompilerAdapter" /> 30 30 <!-- build parameter: compression level (ant -Dclevel=N)
Note:
See TracChangeset
for help on using the changeset viewer.