Changeset 30416 in osm for applications/editors/josm/plugins/ext_tools
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/ext_tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ext_tools/.classpath
r30151 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 6"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 6 6 <classpathentry kind="output" path="build"/> 7 7 </classpath> -
applications/editors/josm/plugins/ext_tools/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 11 org.eclipse.jdt.core.compiler.compliance=1. 611 org.eclipse.jdt.core.compiler.compliance=1.7 12 12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 13 13 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 97 97 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 98 98 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 99 org.eclipse.jdt.core.compiler.source=1. 699 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/ext_tools/build.xml
r30034 r30416 4 4 <property name="commit.message" value="ExtTools: help shortcut paser, rebuild"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value=" 6340"/>6 <property name="plugin.main.version" value="7001"/> 7 7 <!-- 8 8 ************************************************ … … 14 14 <!-- this is the directory where the plugin jar is copied to --> 15 15 <property name="plugin.dist.dir" value="../../dist"/> 16 <property name="ant.build.javac.target" value="1. 6"/>16 <property name="ant.build.javac.target" value="1.7"/> 17 17 <property name="plugin.dist.dir" value="../../dist"/> 18 18 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.