Ignore:
Timestamp:
2011-04-09T14:10:52+02:00 (15 years ago)
Author:
akks
Message:

Utilsplugin2: Fixed some small issues in recent additions (shortcut mapping, LinkedHashSet->HashSet).

File:
1 edited

Legend:

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

    r25814 r25817  
    255255    </target>
    256256    <target name="runjosm" depends="install">
    257         <java jar="${josm}" >
    258             <arg line="../../data_nodist/neubrandenburg.osm"/>
     257        <java jar="${josm}" fork="true">
     258            <arg line="../../core/data_nodist/neubrandenburg.osm"/>
    259259        </java>
    260260    </target>
Note: See TracChangeset for help on using the changeset viewer.