Changeset 6100 in osm for applications/editors/josm/plugins/navigator/build.xml
- Timestamp:
- 2007-12-19T19:09:31+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/navigator/build.xml
r5197 r6100 6 6 <property name="josm" location="../../core/dist/josm-custom.jar" /> 7 7 <property name="plugin.build.dir" value="build"/> 8 <property name="plugin.dist.dir" value="../ dist"/>8 <property name="plugin.dist.dir" value="../../dist"/> 9 9 <property name="plugin.name" value="${ant.project.name}"/> 10 <property name="plugin.jar" value="../ dist/${plugin.name}.jar"/>10 <property name="plugin.jar" value="../../dist/${plugin.name}.jar"/> 11 11 12 12 <!-- plugin meta data (enter new version number if anything changed!) -->
Note:
See TracChangeset
for help on using the changeset viewer.