Changeset 25667 in osm for applications/editors/josm/plugins/relcontext/build.xml
- Timestamp:
- 2011-03-22T15:53:58+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/relcontext/build.xml
r25649 r25667 28 28 ** 29 29 --> 30 <project name=" myPluginName" default="dist" basedir=".">30 <project name="RelContext" default="dist" basedir="."> 31 31 32 32 <!-- enter the SVN commit message --> … … 44 44 <property name="plugin.src.dir" value="src"/> 45 45 <!-- this is the directory where the plugin jar is copied to --> 46 <property name="plugin.dist.dir" value=" ../../dist"/>46 <property name="plugin.dist.dir" value="/Users/Zverik/AppData/Roaming/JOSM/plugins"/> 47 47 <property name="ant.build.javac.target" value="1.5"/> 48 <property name="plugin.dist.dir" value="../../dist"/>49 48 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 50 49 … … 78 77 <target name="dist" depends="compile,revision"> 79 78 <echo message="creating ${ant.project.name}.jar ... "/> 80 <copy todir="${plugin.build.dir}/resources">81 <fileset dir="resources"/>82 </copy>83 79 <copy todir="${plugin.build.dir}/images"> 84 80 <fileset dir="images"/>
Note:
See TracChangeset
for help on using the changeset viewer.
