Ignore:
Timestamp:
2014-04-26T04:34:53+02:00 (10 years ago)
Author:
donvip
Message:

[josm_plugins] switch plugins to Java 7

Location:
applications/editors/josm/plugins/epci-fr
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/epci-fr/.classpath

    r29853 r30416  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/epci-fr/build.xml

    r29854 r30416  
    44    <property name="commit.message" value="Commit message"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77       
    88    <!-- Configure these properties (replace "..." accordingly).
Note: See TracChangeset for help on using the changeset viewer.