Changeset 25037 in osm for applications/editors/josm
- Timestamp:
- 2011-01-13T13:08:29+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 27 added
- 1 edited
-
CommandLine (added)
-
CommandLine/LICENSE (added)
-
CommandLine/build.xml (added)
-
CommandLine/images (added)
-
CommandLine/images/commandline.png (added)
-
CommandLine/images/select.png (added)
-
CommandLine/resources (added)
-
CommandLine/src (added)
-
CommandLine/src/CommandLine (added)
-
CommandLine/src/CommandLine/AnyAction.java (added)
-
CommandLine/src/CommandLine/Command.java (added)
-
CommandLine/src/CommandLine/CommandLine.java (added)
-
CommandLine/src/CommandLine/CommandLineAction.java (added)
-
CommandLine/src/CommandLine/DummyAction.java (added)
-
CommandLine/src/CommandLine/GpxFilter.java (added)
-
CommandLine/src/CommandLine/History.java (added)
-
CommandLine/src/CommandLine/LengthAction.java (added)
-
CommandLine/src/CommandLine/Loader.java (added)
-
CommandLine/src/CommandLine/Mode.java (added)
-
CommandLine/src/CommandLine/NodeAction.java (added)
-
CommandLine/src/CommandLine/OsmToCmd.java (added)
-
CommandLine/src/CommandLine/Parameter.java (added)
-
CommandLine/src/CommandLine/PointAction.java (added)
-
CommandLine/src/CommandLine/RelationAction.java (added)
-
CommandLine/src/CommandLine/Relay.java (added)
-
CommandLine/src/CommandLine/Type.java (added)
-
CommandLine/src/CommandLine/WayAction.java (added)
-
build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r24718 r25037 14 14 <ant antfile="build.xml" target="dist" dir="colorscheme"/> 15 15 <ant antfile="build.xml" target="dist" dir="ColumbusCSV"/> 16 <ant antfile="build.xml" target="dist" dir="CommandLine"/> 16 17 <ant antfile="build.xml" target="dist" dir="Create_grid_of_ways"/> 17 18 <ant antfile="build.xml" target="dist" dir="czechaddress"/> … … 86 87 <ant antfile="build.xml" target="clean" dir="cadastre-fr"/> 87 88 <ant antfile="build.xml" target="clean" dir="colorscheme"/> 89 <ant antfile="build.xml" target="clean" dir="CommandLine"/> 88 90 <ant antfile="build.xml" target="clean" dir="Create_grid_of_ways"/> 89 91 <ant antfile="build.xml" target="clean" dir="czechaddress"/>
Note:
See TracChangeset
for help on using the changeset viewer.
