Changeset 30416 in osm for applications/editors/josm/plugins/graphview
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/graphview
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/graphview/.classpath
r29853 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/graphview/.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. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 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/graphview/build.xml
r29854 r30416 2 2 <project name="graphview" default="dist" basedir="."> 3 3 <property name="commit.message" value="option to change graph colors; closes ticket 5523 in JOSM Trac"/> 4 <property name="plugin.main.version" value=" 6162"/>4 <property name="plugin.main.version" value="7001"/> 5 5 <property name="josm" location="../../core/dist/josm-custom.jar"/> 6 6 <property name="plugin.build.dir" value="build"/> … … 8 8 <!-- this is the directory where the plugin jar is copied to --> 9 9 <property name="plugin.dist.dir" value="../../dist"/> 10 <property name="ant.build.javac.target" value="1. 6"/>10 <property name="ant.build.javac.target" value="1.7"/> 11 11 <property name="plugin.dist.dir" value="../../dist"/> 12 12 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.