Changeset 14839 in osm
- Timestamp:
- 2009-04-30T15:05:57+02:00 (16 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 4 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"/> -
applications/editors/josm/plugins/build.xml
r14371 r14839 23 23 <ant antfile="build.xml" target="dist" dir="openvisible"/> 24 24 <ant antfile="build.xml" target="dist" dir="osmarender"/> 25 <ant antfile="build.xml" target="dist" dir="piclayer"/> 25 26 <ant antfile="build.xml" target="dist" dir="plastic_laf"/> 26 27 <ant antfile="build.xml" target="dist" dir="remotecontrol"/> … … 60 61 <ant antfile="build.xml" target="clean" dir="openvisible"/> 61 62 <ant antfile="build.xml" target="clean" dir="osmarender"/> 63 <ant antfile="build.xml" target="clean" dir="piclayer"/> 62 64 <ant antfile="build.xml" target="clean" dir="plastic_laf"/> 63 65 <ant antfile="build.xml" target="clean" dir="remotecontrol"/> -
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"/> -
applications/editors/josm/plugins/tageditor/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 <!--
Note:
See TracChangeset
for help on using the changeset viewer.