Changeset 3781 in osm for applications/editors/josm/plugins
- Timestamp:
- 2007-07-27T05:16:31+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r3779 r3781 2 2 3 3 <!-- There's no josm.jar in the svn, so point "josm" to a local copy of your JOSM binary --> 4 <property name="josm" location="../../../../editors/josm/dist/josm-custom.jar" /> 5 <!-- 4 <!--<property name="josm" location="../../../../editors/josm/dist/josm-custom.jar" />--> 5 <!--<property name="josm" location="../josm/josm-latest.jar" ></property>--> 6 6 7 7 <!-- target directory to place the plugin in --> … … 9 9 <!-- I don't know an automatic way to find it with ant :-(, if you know, please fix --> 10 10 <!--<property name="plugins" location="${user.home}/.josm/plugins" ></property>--> 11 <property name="plugins" location="${user.home}/Anwendungsdaten/JOSM/plugins" ></property> 11 <!--<property name="plugins" location="${user.home}/Anwendungsdaten/JOSM/plugins" ></property>--> 12 12 13 13 <!-- you should not need to modify anything below this! --> … … 22 22 <target name="build" depends="compile"> 23 23 <ant dir="../core" antfile="build.xml" target="dist"/> 24 < !--<ant dir="mappaint" antfile="build.xml" target="build"/>-->24 <ant dir="mappaint" antfile="build.xml" target="build"/> 25 25 <ant dir="navigator" antfile="build.xml" target="dist"/> 26 26 </target> 27 27 28 28 <target name="clean"> 29 < !--<ant dir="mappaint" antfile="build.xml" target="clean"/>-->29 <ant dir="mappaint" antfile="build.xml" target="clean"/> 30 30 <ant dir="navigator" antfile="build.xml" target="clean"/> 31 31 </target>
Note:
See TracChangeset
for help on using the changeset viewer.