Changeset 27379 in osm for applications/editors/josm/plugins/smed
- Timestamp:
- 2012-01-01T16:57:48+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/smed
- Files:
-
- 3 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> -
applications/editors/josm/plugins/smed/plugs/oseam/build.xml
r26605 r27379 40 40 --> 41 41 <property name="josm" location="../../../../core/dist/josm-custom.jar"/> 42 <property name="smed" location="../../core/dist/ smed.jar"/>42 <property name="smed" location="../../core/dist/SeaMapEditor.jar"/> 43 43 <property name="plugin.build.dir" value="build"/> 44 44 <property name="plugin.src.dir" value="src"/> -
applications/editors/josm/plugins/smed/src/smed/Smed.java
r25150 r27379 57 57 58 58 try { 59 JarFile file = new JarFile(pluginDirName + "/ smed.jar");59 JarFile file = new JarFile(pluginDirName + "/SeaMapEditor.jar"); 60 60 FileOutputStream fos = new FileOutputStream(pluginDirName + "/splug/smed_ifc.jar"); 61 61 JarOutputStream jos = new JarOutputStream(fos);
Note:
See TracChangeset
for help on using the changeset viewer.