Changeset 3996 in osm for applications/editors/josm/plugins/build.xml
- Timestamp:
- 2007-08-07T23:46:08+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r3800 r3996 14 14 15 15 16 <target name="init"> 16 <target name="compile_josm"> 17 <ant dir="../core" target="dist" /> 17 18 </target> 18 19 19 <target name="compile" depends=" init">20 <target name="compile" depends="compile_josm"> 20 21 </target> 21 22 22 23 <target name="build" depends="compile"> 23 <ant dir="../core" antfile="build.xml" target="dist"/>24 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"/>-->25 <!--ant dir="grid" antfile="build.xml" target="build"/--> 26 <ant dir="lang" antfile="build.xml" target="install-all"/> 27 27 <ant dir="livegps" antfile="build.xml" target="dist"/> 28 28 <ant dir="mappaint" antfile="build.xml" target="build"/> … … 44 44 45 45 <target name="clean"> 46 <ant dir="../core" antfile="build.xml" target="clean"/>47 46 <ant dir="colorscheme" antfile="build.xml" target="clean"/> 48 <!-- <ant dir="grid" antfile="build.xml" target="clean"/>-->49 < !--<ant dir="lang" antfile="build.xml" target="clean"/>-->47 <!--ant dir="grid" antfile="build.xml" target="clean"/--> 48 <ant dir="lang" antfile="build.xml" target="clean"/> 50 49 <ant dir="livegps" antfile="build.xml" target="clean"/> 51 50 <ant dir="mappaint" antfile="build.xml" target="clean"/>
Note:
See TracChangeset
for help on using the changeset viewer.