- Timestamp:
- 2009-10-31T13:54:04+01:00 (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r2358 r2360 25 25 <tstamp> 26 26 <format property="build.tstamp" pattern="yyyy-MM-dd HH:mm:ss"/> 27 27 </tstamp> 28 28 29 <property name="version.entry.commit.revision" value="UNKNOWN"/> 29 30 <echo file="${build.dir}/REVISION"> 30 # automatically generated JOSM build.xml - do not edit31 # automatically generated by JOSM build.xml - do not edit 31 32 Revision: ${version.entry.commit.revision} 32 33 Is-Local-Build: true -
trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
r2358 r2360 65 65 "lang-de", "lang-en_GB", "lang-fr", "lang-it", "lang-pl", "lang-ro", 66 66 "lang-ru", "ewmsplugin", "ywms", "tways-0.2", "geotagged", "landsat", 67 "namefinder", "waypoints", "slippy_map_chooser", "tcx-support" };67 "namefinder", "waypoints", "slippy_map_chooser", "tcx-support", "usertools"}; 68 68 String [] unmaintained = new String[] {"gpsbabelgui", "Intersect_way"}; 69 69
Note:
See TracChangeset
for help on using the changeset viewer.