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

[josm_plugins] switch plugins to Java 7

Location:
applications/editors/josm/plugins/alignways
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/alignways/.classpath

    r30151 r30416  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry combineaccessrules="false" exported="true" kind="src" path="/JOSM"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry kind="lib" path="lib"/>
    77        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
  • applications/editors/josm/plugins/alignways/.settings/org.eclipse.jdt.core.prefs

    r29853 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    44org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    5 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=1.7
    66org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    77org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    99org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1010org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    11 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/alignways/build.xml

    r29854 r30416  
    44    <property name="commit.message" value="AlignWays: moved to Shift-Spacebar due to shortcut confilcts with core. A is too overloaded"/>
    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        ************************************************ ** should not be
     
    1515    <!-- this is the directory where the plugin jar is copied to -->
    1616    <property name="plugin.dist.dir" value="../../dist"/>
    17     <property name="ant.build.javac.target" value="1.6"/>
     17    <property name="ant.build.javac.target" value="1.7"/>
    1818    <property name="plugin.dist.dir" value="../../dist"/>
    1919    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
  • applications/editors/josm/plugins/alignways/nbproject/project.xml

    r29771 r30416  
    7171                <package-root>src</package-root>
    7272                <classpath mode="compile">../../core/src;lib</classpath>
    73                 <source-level>1.6</source-level>
     73                <source-level>1.7</source-level>
    7474            </compilation-unit>
    7575            <compilation-unit>
    7676                <package-root>test/unit</package-root>
    7777                <unit-tests/>
    78                 <source-level>1.6</source-level>
     78                <source-level>1.7</source-level>
    7979            </compilation-unit>
    8080        </java-data>
Note: See TracChangeset for help on using the changeset viewer.