Changeset 30425 in osm


Ignore:
Timestamp:
2014-04-29T00:06:02+02:00 (10 years ago)
Author:
donvip
Message:

see #josm8465 - update jmapviewer to Java 7

Location:
applications/viewer/jmapviewer
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/.classpath

    r9618 r30425  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry kind="output" path="bin"/>
    66</classpath>
  • applications/viewer/jmapviewer/.settings/org.eclipse.jdt.core.prefs

    r29161 r30425  
    1 #Sun Jan 31 13:16:40 CET 2010
    21eclipse.preferences.version=1
    32org.eclipse.jdt.core.codeComplete.argumentPrefixes=
     
    1211org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
    1312org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    14 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     13org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    1514org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    16 org.eclipse.jdt.core.compiler.compliance=1.6
     15org.eclipse.jdt.core.compiler.compliance=1.7
    1716org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1817org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    2019org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    2120org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    22 org.eclipse.jdt.core.compiler.source=1.6
     21org.eclipse.jdt.core.compiler.source=1.7
    2322org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
    2423org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
     
    9291org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
    9392org.eclipse.jdt.core.formatter.indentation.size=4
     93org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
    9494org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
    95 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert
     95org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
     96org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
    9697org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
     98org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
    9799org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
    98100org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert
  • applications/viewer/jmapviewer/build.xml

    r29998 r30425  
    1515
    1616        <target name="build">
    17                 <javac srcdir="src" destdir="bin" source="1.6" target="1.6" debug="true" includeantruntime="false" encoding="UTF-8">
     17                <javac srcdir="src" destdir="bin" source="1.7" target="1.7" debug="true" includeantruntime="false" encoding="UTF-8">
    1818                        <include name="org/openstreetmap/gui/jmapviewer/**" />
    1919                </javac>
Note: See TracChangeset for help on using the changeset viewer.