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