Changeset 23527 in osm for applications/editors/josm
- Timestamp:
- 2010-10-09T15:37:33+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/build.xml
r23525 r23527 31 31 32 32 <!-- enter the SVN commit message --> 33 <property name="commit.message" value=" Update main version" />33 <property name="commit.message" value="Migration to Java6 - making use of JTable::setFillsViewportHeight()" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 35 <property name="plugin.main.version" value="3518" /> … … 155 155 </target> 156 156 157 158 157 <!-- 159 158 ************************** Publishing the plugin *********************************** … … 295 294 296 295 <target name="test-compile" depends="compile,test-clean" description="Compiles the test files"> 297 <echo message="compiling groovy test cases for ${plugin.jar} ... "/>298 296 299 297 <echo message="compiling java test cases for ${plugin.jar} ... "/> … … 302 300 <compilerarg value="-Xlint:unchecked"/> 303 301 </javac> 304 302 303 <echo message="compiling groovy test cases for ${plugin.jar} ... "/> 305 304 <groovyc srcdir="test/src" destdir="${test.build.dir}" classpathref="groovyc.path"> 306 305 </groovyc> 307 308 309 306 </target> 310 307
Note:
See TracChangeset
for help on using the changeset viewer.