Changeset 30416 in osm for applications/editors/josm/plugins/OpeningHoursEditor
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/OpeningHoursEditor
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OpeningHoursEditor/.classpath
r22751 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/OpeningHoursEditor/.settings/org.eclipse.jdt.core.prefs
r30114 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 8 11 org.eclipse.jdt.core.compiler.doc.comment.support=enabled 9 12 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 13 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 14 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore 11 15 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning … … 16 20 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning 17 21 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore 22 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 18 23 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore 19 24 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore … … 102 107 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 103 108 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 109 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/OpeningHoursEditor/build.xml
r30122 r30416 4 4 <property name="commit.message" value="fixed main version"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value=" 6162"/>6 <property name="plugin.main.version" value="7001"/> 7 7 8 8 <property name="plugin.author" value="Falko Thomale"/> … … 23 23 <arg value="${javacc.home}/javacc.jar"/> 24 24 <arg value="javacc"/> 25 <arg value="-JDK_VERSION=1. 6"/>25 <arg value="-JDK_VERSION=1.7"/> 26 26 <arg value="-GRAMMAR_ENCODING=UTF-8"/> 27 27 <arg value="-UNICODE_INPUT"/> -
applications/editors/josm/plugins/OpeningHoursEditor/nbproject/project.xml
r29771 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data>
Note:
See TracChangeset
for help on using the changeset viewer.