Changeset 30416 in osm for applications/editors/josm/plugins/utilsplugin2
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/utilsplugin2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/.classpath
r30002 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="build"/> -
applications/editors/josm/plugins/utilsplugin2/.settings/org.eclipse.jdt.core.prefs
r29392 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 10 org.eclipse.jdt.core.compiler.compliance=1. 610 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 12 12 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/utilsplugin2/build.xml
r30389 r30416 5 5 <property name="commit.message" value="[josm_utilsplugin2]: search parents:/children:; multitagger: select, sync"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value=" 6317"/>7 <property name="plugin.main.version" value="7001"/> 8 8 9 9 <property name="plugin.author" value="Kalle Lampila, Upliner, Zverik, akks, joshdoe and others"/> -
applications/editors/josm/plugins/utilsplugin2/nbproject/project.xml
r30384 r30416 66 66 <package-root>src</package-root> 67 67 <classpath mode="compile">../../core/src;../../core/dist/josm-custom.jar</classpath> 68 <source-level>1. 6</source-level>68 <source-level>1.7</source-level> 69 69 </compilation-unit> 70 70 </java-data>
Note:
See TracChangeset
for help on using the changeset viewer.