Changeset 23230 in osm for applications/editors
- Timestamp:
- 2010-09-16T22:14:44+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed_about/build.xml
r23205 r23230 28 28 ** 29 29 --> 30 <project name=" smed_about" basedir=".">30 <project name="02_smed_about" basedir="."> 31 31 32 32 <!-- enter the SVN commit message --> … … 46 46 <property name="smed.build.dir" value="../smed/build"/> 47 47 <property name="smed.src.dir" value="../smed/src"/> 48 <property name="smed.plugins" value="../smed/plugins"/> 48 49 <!-- this is the directory where the plugin jar is copied to --> 49 50 <property name="plugin.dist.dir" value="../../dist"/> … … 190 191 </manifest> 191 192 </jar> 193 194 <copy file="${plugin.jar}" todir="${smed.plugins}"/> 195 192 196 </target> 193 197
Note:
See TracChangeset
for help on using the changeset viewer.