Changeset 3792 in osm for applications/editors
- Timestamp:
- 2007-07-27T06:43:12+02:00 (17 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r3791 r3792 31 31 <ant dir="nearclick" antfile="build.xml" target="build"/> 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 <ant dir="plastic_laf" antfile="build.xml" target="build"/> 34 <ant dir="pluginmanager" antfile="build.xml" target="dist"/> 35 35 <ant dir="slippymap" antfile="build.xml" target="dist"/> 36 36 <ant dir="surveyor" antfile="build.xml" target="dist"/> -
applications/editors/josm/plugins/plastic_laf/build.xml
r3787 r3792 1 <project name="plastic_laf" default=" install" basedir=".">1 <project name="plastic_laf" default="build" basedir="."> 2 2 3 <target name=" install">3 <target name="build"> 4 4 <mkdir dir="dist"></mkdir> 5 5 <unjar dest="bin" src="lib/looks-2.0.4.jar" />
Note:
See TracChangeset
for help on using the changeset viewer.