- Timestamp:
- 2014-07-21T19:37:04+02:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.classpath
r7222 r7325 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_6 0"/>16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_65"/> 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
r7287 r7325 284 284 </fileset> 285 285 <pathelement path="dist/josm-custom.jar"/> 286 <pathelement path="tools/groovy-all-2.3. 2.jar"/>286 <pathelement path="tools/groovy-all-2.3.4.jar"/> 287 287 </path> 288 288 <macrodef name="init-test-preferences"> … … 331 331 </macrodef> 332 332 <target name="test-compile" depends="test-init,dist"> 333 <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="tools/groovy-all-2.3. 2.jar"/>333 <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="tools/groovy-all-2.3.4.jar"/> 334 334 <call-groovyc testfamily="unit"> 335 335 <cp-elements>
Note:
See TracChangeset
for help on using the changeset viewer.