Changeset 3785 in osm for applications/editors/josm/plugins
- Timestamp:
- 2007-07-27T05:43:07+02:00 (17 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r3784 r3785 22 22 <target name="build" depends="compile"> 23 23 <ant dir="../core" antfile="build.xml" target="dist"/> 24 <ant dir="colorscheme" antfile="build.xml" target="dist"/> 25 <!--<ant dir="grid" antfile="build.xml" target="build"/>--> 26 <!--<ant dir="lang" antfile="build.xml" target="dist"/>--> 24 27 <ant dir="livegps" antfile="build.xml" target="dist"/> 25 28 <ant dir="mappaint" antfile="build.xml" target="build"/> … … 30 33 <target name="clean"> 31 34 <ant dir="../core" antfile="build.xml" target="clean"/> 35 <ant dir="colorscheme" antfile="build.xml" target="clean"/> 36 <!--<ant dir="grid" antfile="build.xml" target="clean"/>--> 37 <!--<ant dir="lang" antfile="build.xml" target="clean"/>--> 32 38 <ant dir="livegps" antfile="build.xml" target="clean"/> 33 39 <ant dir="mappaint" antfile="build.xml" target="clean"/> -
applications/editors/josm/plugins/colorscheme/build.xml
r3756 r3785 2 2 3 3 <!-- compilation properties --> 4 <property name="josm.build.dir" value="../ JOSM"/>4 <property name="josm.build.dir" value="../../core"/> 5 5 <property name="josm.home.dir" value="${user.home}/.josm"/> 6 6 <property name="plugin.build.dir" value="bin"/> -
applications/editors/josm/plugins/grid/build.xml
r1484 r3785 2 2 3 3 <!-- point to your JOSM directory --> 4 <property name="josm" location="../../ ../../editors/josm/dist/josm-custom.jar" />4 <property name="josm" location="../../core/dist/josm-custom.jar" /> 5 5 6 6
Note:
See TracChangeset
for help on using the changeset viewer.