Changeset 5153 in osm for applications/editors/josm/plugins/pluginmanager
- Timestamp:
- 2007-10-24T20:13:09+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pluginmanager/build.xml
r5147 r5153 1 1 <project name="pluginmanager" default="dist" basedir="."> 2 3 <!-- compilation properties --> 4 <property name="josm.build.dir" value="../../core"/> 5 <property name="josm.home.dir" value="${user.home}/.josm"/> 6 <property name="josm" location="../../core/dist/josm-custom.jar" /> 7 <property name="plugin.build.dir" value="build"/> 8 <property name="plugin.dist.dir" value="../dist"/> 9 <property name="plugin.name" value="${ant.project.name}"/> 10 <property name="plugin.jar" value="../dist/${plugin.name}.jar"/> 2 11 3 12 <!-- compilation properties --> … … 68 77 <delete dir="${plugin.build.dir}" /> 69 78 <delete dir="${plugin.site.file}" /> 70 <delete dir="${plugin.jar}" />79 <delete file="${plugin.jar}" /> 71 80 </target> 72 81
Note:
See TracChangeset
for help on using the changeset viewer.