Changeset 30416 in osm for applications/editors/josm/plugins/editgpx
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/editgpx
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/editgpx/.classpath
r30151 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry excluding="src/" including="images/" kind="src" path=""/> 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 combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/editgpx/.settings/org.eclipse.jdt.core.prefs
r30151 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. 69 org.eclipse.jdt.core.compiler.compliance=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 org.eclipse.jdt.core.compiler.compliance=1.7 10 10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 11 11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 89 89 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 90 90 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 91 org.eclipse.jdt.core.compiler.source=1. 691 org.eclipse.jdt.core.compiler.source=1.7 92 92 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 93 93 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 -
applications/editors/josm/plugins/editgpx/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Changed constructor signature of plugin main class"/> 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 <!-- Configure these properties (replace "..." accordingly).
Note:
See TracChangeset
for help on using the changeset viewer.