Changeset 30416 in osm for applications/editors/josm/plugins/smed2
- Timestamp:
- 2014-04-26T04:34:53+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/smed2
- Files:
-
- 4 edited
-
.classpath (modified) (1 diff)
-
.settings/org.eclipse.jdt.core.prefs (modified) (1 diff)
-
build.xml (modified) (1 diff)
-
js57toosm/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/.classpath
r30171 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/smed2/.settings/org.eclipse.jdt.core.prefs
r30171 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/smed2/build.xml
r30171 r30416 4 4 <property name="commit.message" value="New release"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value=" 4394"/>6 <property name="plugin.main.version" value="7001"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/smed2/js57toosm/build.xml
r30285 r30416 3 3 <property name="build" location="build"/> 4 4 <property name="jarfile" location="./js57toosm.jar"/> 5 <property name="ant.build.javac.target" value="1. 6"/>6 <property name="ant.build.javac.source" value="1. 6"/>5 <property name="ant.build.javac.target" value="1.7"/> 6 <property name="ant.build.javac.source" value="1.7"/> 7 7 8 8 <target name="init">
Note:
See TracChangeset
for help on using the changeset viewer.
