Changeset 27379 in osm for applications


Ignore:
Timestamp:
2012-01-01T16:57:48+01:00 (13 years ago)
Author:
malcolmh
Message:

'New release'

Location:
applications/editors/josm/plugins/smed
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/build.xml

    r27377 r27379  
    3737    <property name="plugin.build.dir" value="build"/>
    3838    <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/"/>
    3941    <!-- this is the directory where the plugin jar is copied to -->
    4042    <property name="plugin.dist.dir" value="../../dist"/>
     
    147149            </and>
    148150        </condition>
     151        <delete dir="${josm.plugins.dir}/splug"/>
    149152        <copy file="${plugin.jar}" todir="${josm.plugins.dir}"/>
    150153    </target>
  • applications/editors/josm/plugins/smed/plugs/oseam/build.xml

    r26605 r27379  
    4040     -->
    4141    <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"/>
    4343    <property name="plugin.build.dir" value="build"/>
    4444    <property name="plugin.src.dir" value="src"/>
  • applications/editors/josm/plugins/smed/src/smed/Smed.java

    r25150 r27379  
    5757
    5858        try {
    59             JarFile file = new JarFile(pluginDirName  + "/smed.jar");
     59            JarFile file = new JarFile(pluginDirName  + "/SeaMapEditor.jar");
    6060            FileOutputStream fos = new FileOutputStream(pluginDirName + "/splug/smed_ifc.jar");
    6161            JarOutputStream jos = new JarOutputStream(fos);
Note: See TracChangeset for help on using the changeset viewer.