Changeset 23392 in osm
- Timestamp:
- 2010-09-28T21:06:38+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/plugs/oseam/build.xml
r23389 r23392 47 47 <property name="plugin.src.dir" value="src"/> 48 48 <!-- this is the directory where the plugin jar is copied to --> 49 <property name="plugin.dist.dir" value="../../ dist"/>49 <property name="plugin.dist.dir" value="../../../../dist"/> 50 50 <property name="ant.build.javac.target" value="1.5"/> 51 <property name="plugin.dist.dir" value="../../ dist"/>51 <property name="plugin.dist.dir" value="../../../../dist"/> 52 52 <property name="plugin.jar" value="${plugin.dist.dir}/00_${DSTAMP}_${TSTAMP}_${ant.project.name}.jar"/> 53 53
Note:
See TracChangeset
for help on using the changeset viewer.