Changeset 30416 in osm for applications/editors/josm/plugins/simplifyarea
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/simplifyarea
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/simplifyarea/.classpath
r21870 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <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 20112 1 eclipse.preferences.version=1 3 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 5 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 6 org.eclipse.jdt.core.compiler.compliance=1. 65 org.eclipse.jdt.core.compiler.compliance=1.7 7 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 8 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 10 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 12 org.eclipse.jdt.core.compiler.source=1. 611 org.eclipse.jdt.core.compiler.source=1.7 13 12 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 14 13 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 … … 89 88 org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false 90 89 org.eclipse.jdt.core.formatter.indentation.size=4 90 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert 91 91 org.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 92 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert 93 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert 93 94 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert 95 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 94 96 org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert 95 97 org.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 4 4 <property name="commit.message" value="Initial commit"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/simplifyarea/nbproject/project.xml
r29778 r30416 56 56 <package-root>src</package-root> 57 57 <classpath mode="compile">../../core/src</classpath> 58 <source-level>1. 6</source-level>58 <source-level>1.7</source-level> 59 59 </compilation-unit> 60 60 </java-data>
Note:
See TracChangeset
for help on using the changeset viewer.