Changeset 24696 in osm for applications/editors
- Timestamp:
- 2010-12-11T11:55:15+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapdust/build.xml
r24515 r24696 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/" />8 7 <property name="plugin.build.dir" value="build/classes" /> 9 8 <property name="apidoc.dir" value="build/doc" /> … … 18 17 <path id="classpath"> 19 18 <fileset dir="${plugin.lib.dir}" includes="**/*.jar" /> 20 < fileset dir="${josm.dir}" includes="josm-custom.jar"/>19 <pathelement path="${josm}"/> 21 20 </path> 22 21
Note:
See TracChangeset
for help on using the changeset viewer.