Changeset 30425 in osm
- Timestamp:
- 2014-04-29T00:06:02+02:00 (11 years ago)
- Location:
- applications/viewer/jmapviewer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/.classpath
r9618 r30425 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry kind="output" path="bin"/> 6 6 </classpath> -
applications/viewer/jmapviewer/.settings/org.eclipse.jdt.core.prefs
r29161 r30425 1 #Sun Jan 31 13:16:40 CET 20102 1 eclipse.preferences.version=1 3 2 org.eclipse.jdt.core.codeComplete.argumentPrefixes= … … 12 11 org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes= 13 12 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 14 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 613 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 15 14 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 16 org.eclipse.jdt.core.compiler.compliance=1. 615 org.eclipse.jdt.core.compiler.compliance=1.7 17 16 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 18 17 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 20 19 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 21 20 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 22 org.eclipse.jdt.core.compiler.source=1. 621 org.eclipse.jdt.core.compiler.source=1.7 23 22 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 24 23 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 … … 92 91 org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false 93 92 org.eclipse.jdt.core.formatter.indentation.size=4 93 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert 94 94 org.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 95 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert 96 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert 96 97 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert 98 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 97 99 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert 98 100 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert -
applications/viewer/jmapviewer/build.xml
r29998 r30425 15 15 16 16 <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"> 18 18 <include name="org/openstreetmap/gui/jmapviewer/**" /> 19 19 </javac>
Note:
See TracChangeset
for help on using the changeset viewer.