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

[josm_plugins] switch plugins to Java 7

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

Legend:

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

    r30151 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="lib" path="lib/jaxb-api.jar"/>
  • applications/editors/josm/plugins/routes/.settings/org.eclipse.jdt.core.prefs

    r30151 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/routes/build.xml

    r29854 r30416  
    22<project name="routes" default="dist" basedir=".">
    33    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    4     <property name="plugin.main.version" value="6162"/>
     4    <property name="plugin.main.version" value="7001"/>
    55    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    66    <property name="plugin.dist.dir" value="../../dist"/>
    77    <property name="plugin.build.dir" value="build"/>
    88    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    9     <property name="ant.build.javac.target" value="1.6"/>
     9    <property name="ant.build.javac.target" value="1.7"/>
    1010    <target name="init">
    1111        <mkdir dir="${plugin.build.dir}"/>
Note: See TracChangeset for help on using the changeset viewer.