Changeset 14839 in osm for applications/editors/josm/plugins/piclayer
- Timestamp:
- 2009-04-30T15:05:57+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/piclayer/build.xml
r14837 r14839 32 32 <property name="plugin.dist.dir" value="../../dist"/> 33 33 <property name="ant.build.javac.target" value="1.5"/> 34 <property name="plugin.dist.dir" value="../../dist"/> 35 <property name="plugin.jar" value="${plugin.dist.dir}/${plugin.jar.name}"/> 34 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 36 35 37 36 <!-- … … 50 49 --> 51 50 <target name="compile" depends="init"> 52 <echo message="compiling sources for ${plugin .jar.name} ... "/>51 <echo message="compiling sources for ${plugin} ... "/> 53 52 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}"> 54 53 <compilerarg value="-Xlint:deprecation"/>
Note:
See TracChangeset
for help on using the changeset viewer.