Changeset 4422 in osm for applications/editors
- Timestamp:
- 2007-09-02T22:29:12+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r3996 r4422 21 21 </target> 22 22 23 <target name="build" depends="compile"> 23 <!-- build plugins (where the build process works on all systems) --> 24 <target name="build-port" depends="compile"> 24 25 <ant dir="colorscheme" antfile="build.xml" target="dist"/> 25 26 <!--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"/> … … 43 43 </target> 44 44 45 <!-- build plugins (won't work on windows, use build-port instead) --> 46 <target name="build" depends="build-port"> 47 <ant dir="lang" antfile="build.xml" target="install-all"/> 48 </target> 49 45 50 <target name="clean"> 46 51 <ant dir="colorscheme" antfile="build.xml" target="clean"/> 47 52 <!--ant dir="grid" antfile="build.xml" target="clean"/--> 48 < ant dir="lang" antfile="build.xml" target="clean"/>53 <!--ant dir="lang" antfile="build.xml" target="clean"/--> 49 54 <ant dir="livegps" antfile="build.xml" target="clean"/> 50 55 <ant dir="mappaint" antfile="build.xml" target="clean"/>
Note:
See TracChangeset
for help on using the changeset viewer.