Changeset 3787 in osm for applications/editors/josm/plugins/build.xml
- Timestamp:
- 2007-07-27T06:01:54+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r3786 r3787 31 31 <!--<ant dir="nearclick" antfile="build.xml" target="dist"/>--> 32 32 <ant dir="osmarender" antfile="build.xml" target="build"/> 33 <ant dir="plastic_laf" antfile="build.xml" target="install"/> 34 <ant dir="pluginmanager" antfile="build.xml" target="install"/> 33 35 </target> 34 36 … … 44 46 <!--<ant dir="nearclick" antfile="build.xml" target="clean"/>--> 45 47 <ant dir="osmarender" antfile="build.xml" target="clean"/> 48 <ant dir="plastic_laf" antfile="build.xml" target="clean"/> 49 <ant dir="pluginmanager" antfile="build.xml" target="clean"/> 46 50 </target> 47 51
Note:
See TracChangeset
for help on using the changeset viewer.