Changeset 3785 in osm for applications/editors/josm/plugins/build.xml
- Timestamp:
- 2007-07-27T05:43:07+02:00 (18 years ago)
- File:
-
- 1 edited
-
applications/editors/josm/plugins/build.xml (modified) (2 diffs)
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"/>
Note:
See TracChangeset
for help on using the changeset viewer.
