Changeset 14370 in osm for applications/editors/josm
- Timestamp:
- 2009-03-31T16:36:43+02:00 (17 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 12 added
- 1 deleted
- 1 edited
-
Create_grid_of_ways (added)
-
Create_grid_of_ways/.classpath (added)
-
Create_grid_of_ways/.project (added)
-
Create_grid_of_ways/.settings (added)
-
Create_grid_of_ways/.settings/org.eclipse.jdt.core.prefs (added)
-
Create_grid_of_ways/build.xml (added)
-
Create_grid_of_ways/images (added)
-
Create_grid_of_ways/images/creategridofways.png (added)
-
Create_grid_of_ways/src (added)
-
Create_grid_of_ways/src/CreateGridOfWaysPlugin (added)
-
Create_grid_of_ways/src/CreateGridOfWaysPlugin/CreateGridOfWaysAction.java (added)
-
Create_grid_of_ways/src/CreateGridOfWaysPlugin/CreateGridOfWaysPlugin.java (added)
-
build.xml (modified) (2 diffs)
-
navigator (deleted)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r14368 r14370 39 39 <ant antfile="build.xml" target="dist" dir="duplicateway"/> 40 40 <ant antfile="build.xml" target="dist" dir="grid"/> 41 <ant antfile="build.xml" target="dist" dir="navigator"/>42 41 </target> 43 42 <target name="clean"> … … 54 53 <ant antfile="build.xml" target="clean" dir="livegps"/> 55 54 <ant antfile="build.xml" target="clean" dir="measurement"/> 56 <ant antfile="build.xml" target="clean" dir="navigator"/>57 55 <ant antfile="build.xml" target="clean" dir="nearclick"/> 58 56 <ant antfile="build.xml" target="clean" dir="openlayers"/>
Note:
See TracChangeset
for help on using the changeset viewer.
