- Timestamp:
- 2014-10-14T23:29:23+02:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.classpath
r7541 r7622 14 14 <classpathentry kind="lib" path="test/lib/fest/MRJToolkitStubs-1.0.jar"/> 15 15 <classpathentry kind="lib" path="test/lib/jfcunit.jar"/> 16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_ 67"/>16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_72"/> 17 17 <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/> 18 18 <classpathentry kind="lib" path="test/lib/unitils-core/commons-collections-3.2.jar"/> -
trunk/build.xml
r7512 r7622 271 271 </fileset> 272 272 <pathelement path="dist/josm-custom.jar"/> 273 <pathelement path="tools/groovy-all-2.3. 6.jar"/>273 <pathelement path="tools/groovy-all-2.3.7.jar"/> 274 274 </path> 275 275 <macrodef name="init-test-preferences"> … … 318 318 </macrodef> 319 319 <target name="test-compile" depends="test-init,dist"> 320 <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="tools/groovy-all-2.3. 6.jar"/>320 <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="tools/groovy-all-2.3.7.jar"/> 321 321 <call-groovyc testfamily="unit"> 322 322 <cp-elements>
Note:
See TracChangeset
for help on using the changeset viewer.