Changeset 30416 in osm for applications/editors/josm/plugins/OsmInspectorPlugin
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/OsmInspectorPlugin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OsmInspectorPlugin/.classpath
r29853 r30416 10 10 <classpathentry kind="lib" path="lib/gt-render-8.0.jar"/> 11 11 <classpathentry kind="lib" path="lib/jts-1.12.jar"/> 12 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 6"/>12 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 13 13 <classpathentry kind="lib" path="lib/gt-wfs-8.0.jar"/> 14 14 <classpathentry kind="lib" path="lib/gt-epsg-extension-8.0.jar"/> -
applications/editors/josm/plugins/OsmInspectorPlugin/.settings/org.eclipse.jdt.core.prefs
r29853 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/OsmInspectorPlugin/build.xml
r29854 r30416 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value=" 6162"/>7 <property name="plugin.main.version" value="7001"/> 8 8 9 9 <property name="plugin.author" value="Nikhil Shirahatti"/>
Note:
See TracChangeset
for help on using the changeset viewer.