Changeset 24930 in osm for applications/editors/josm/plugins/mapdust
- Timestamp:
- 2011-01-01T19:25:53+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapdust/build.xml
r24781 r24930 5 5 <property name="commit.message" value="MapDust bug reporter plugin" /> 6 6 <property name="plugin.main.version" value="3592" /> 7 <property name="josm .dir" value="../../core/dist/"/>7 <property name="josm" location="../../core/dist/josm-custom.jar"/> 8 8 <property name="plugin.build.dir" value="build/classes" /> 9 9 <property name="apidoc.dir" value="build/doc" /> … … 18 18 <path id="classpath"> 19 19 <fileset dir="${plugin.lib.dir}" includes="**/*.jar" /> 20 < fileset dir="${josm.dir}" includes="josm-custom.jar"/>20 <pathelement path="${josm}"/> 21 21 </path> 22 22
Note:
See TracChangeset
for help on using the changeset viewer.