Changeset 23539 in osm for applications/editors
- Timestamp:
- 2010-10-10T18:02:46+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/toms/build.xml
r23537 r23539 31 31 32 32 <!-- enter the SVN commit message --> 33 <property name="commit.message" value=" change classpath (seejosm bug #5539)" />33 <property name="commit.message" value="remove classpath property for now (preliminary fix for josm bug #5539)" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 35 <property name="plugin.main.version" value="3329" /> … … 113 113 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 114 114 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 115 <attribute name="Class-Path" value="tplug/ifc.jar"/>115 <!-- <attribute name="Class-Path" value="tplug/ifc.jar"/> --> 116 116 </manifest> 117 117 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.