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/simplifyarea
Files:
4 edited

Legend:

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

    r21870 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/simplifyarea/.settings/org.eclipse.jdt.core.prefs

    r25030 r30416  
    1 #Wed Jan 12 07:52:11 CET 2011
    21eclipse.preferences.version=1
    32org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    54org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    6 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=1.7
    76org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    87org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    109org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1110org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    12 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.source=1.7
    1312org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
    1413org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
     
    8988org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
    9089org.eclipse.jdt.core.formatter.indentation.size=4
     90org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
    9191org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
    92 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert
     92org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
     93org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
    9394org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
     95org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
    9496org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
    9597org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
  • applications/editors/josm/plugins/simplifyarea/build.xml

    r30017 r30416  
    44    <property name="commit.message" value="Initial commit"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6317"/>
     6    <property name="plugin.main.version" value="7001"/>
    77       
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/simplifyarea/nbproject/project.xml

    r29778 r30416  
    5656                <package-root>src</package-root>
    5757                <classpath mode="compile">../../core/src</classpath>
    58                 <source-level>1.6</source-level>
     58                <source-level>1.7</source-level>
    5959            </compilation-unit>
    6060        </java-data>
Note: See TracChangeset for help on using the changeset viewer.