Ignore:
Timestamp:
2013-04-07T17:07:27+02:00 (11 years ago)
Author:
akks
Message:

JOSM/ImageryCache: updated MapDB (no more deadlocks, Java 1.6 compatible), less crashes, multiple-JOSM support

File:
1 edited

Legend:

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

    r29435 r29484  
    1515
    1616    <!-- enter the SVN commit message -->
    17     <property name="commit.message" value="JOSM/ImageryCache: corrected cache file name, added imagerycache.debug option"/>
     17    <property name="commit.message" value="JOSM/ImageryCache: updated MapDB (no more deadlocks, Java 1.6 compatible), less crashes, multiple-JOSM support"/>
    1818    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    1919    <property name="plugin.main.version" value="5779"/>
     
    3333    <!-- ** include targets that all plugins have in common ** -->
    3434    <import file="../build-common.xml"/>
    35  
     35    <target name="runmain" depends="install">
     36        <java classname="${plugin.class}" classpath="${plugin.jar};${josm}" fork="true">
     37        </java>
     38    </target>
    3639</project>
Note: See TracChangeset for help on using the changeset viewer.