Changeset 27379 in osm for applications/editors/josm/plugins/smed/build.xml
- Timestamp:
- 2012-01-01T16:57:48+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/build.xml
r27377 r27379 37 37 <property name="plugin.build.dir" value="build"/> 38 38 <property name="plugin.src.dir" value="src"/> 39 <property name="smed.dist.dir" value="dist/"/> 40 <property name="smed_core.dist.dir" value="core/dist/"/> 39 41 <!-- this is the directory where the plugin jar is copied to --> 40 42 <property name="plugin.dist.dir" value="../../dist"/> … … 147 149 </and> 148 150 </condition> 151 <delete dir="${josm.plugins.dir}/splug"/> 149 152 <copy file="${plugin.jar}" todir="${josm.plugins.dir}"/> 150 153 </target>
Note:
See TracChangeset
for help on using the changeset viewer.