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