Changeset 23525 in osm for applications/editors/josm/plugins/turnrestrictions
- Timestamp:
- 2010-10-09T13:50:06+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/turnrestrictions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/build.xml
r23524 r23525 39 39 ** should not be necessary to change the following properties 40 40 --> 41 <!-- <property name="josm" location="../../core/dist/josm-custom.jar"/> --> 42 <property name="josm" location="../JOSM/dist/josm-custom.jar"/> 41 <property name="josm" location="../../core/dist/josm-custom.jar"/> 43 42 <property name="plugin.build.dir" value="build"/> 44 43 <property name="plugin.src.dir" value="src"/> 45 44 <!-- this is the directory where the plugin jar is copied to --> 46 45 <property name="plugin.dist.dir" value="dist"/> 47 <property name="ant.build.javac.target" value="1. 5"/>48 <property name="plugin.jar" value=" ${plugin.dist.dir}/${ant.project.name}.jar"/>46 <property name="ant.build.javac.target" value="1.6"/> 47 <property name="plugin.jar" value="../../dist/${ant.project.name}.jar"/> 49 48 <property name="test.build.dir" value="test/build" /> 50 49 <!-- … … 298 297 <echo message="compiling groovy test cases for ${plugin.jar} ... "/> 299 298 299 <echo message="compiling java test cases for ${plugin.jar} ... "/> 300 <javac srcdir="test/src" classpathref="test.class.path" debug="true" destdir="${test.build.dir}"> 301 <compilerarg value="-Xlint:deprecation"/> 302 <compilerarg value="-Xlint:unchecked"/> 303 </javac> 304 300 305 <groovyc srcdir="test/src" destdir="${test.build.dir}" classpathref="groovyc.path"> 301 306 </groovyc> 302 307 303 <echo message="compiling java test cases for ${plugin.jar} ... "/> 304 <javac srcdir="test/src" classpathref="test.class.path" debug="true" destdir="${test.build.dir}"> 305 <compilerarg value="-Xlint:deprecation"/> 306 <compilerarg value="-Xlint:unchecked"/> 307 </javac> 308 308 309 </target> 309 310 -
applications/editors/josm/plugins/turnrestrictions/test/config/test-unit-env.properties
r23510 r23525 9 9 # This is the home directory for JOSM plugins: ${josm.home}\plugins\*.jar 10 10 # 11 josm.home=C:\\data\\eclipse-ws\\eclipse-3.6.1\\ turnrestrictions\\test\\josm.home11 josm.home=C:\\data\\eclipse-ws\\eclipse-3.6.1\\JOSM plugins\\plugins\\turnrestrictions\\test\\josm.home
Note:
See TracChangeset
for help on using the changeset viewer.