Changeset 17278 in osm for applications/editors/josm/plugins/wmsplugin
- Timestamp:
- 2009-08-26T13:52:55+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/wmsplugin/build.xml ΒΆ
r17277 r17278 26 26 --> 27 27 <project name="wmsplugin" default="dist" basedir="."> 28 <property name="josm" location="../ JOSM/dist/josm-custom.jar"/>29 <property name="plugin.dist.dir" value="dist"/> 28 <property name="josm" location="../../core/dist/josm-custom.jar"/> 29 <property name="plugin.dist.dir" value="../../dist"/> 30 30 <property name="plugin.build.dir" value="build"/> 31 31 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.