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