Changeset 30416 in osm for applications/editors/josm/plugins/mapdust
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/mapdust
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapdust/.classpath
r24880 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry including="conf/|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 kind="lib" path="lib/gson-1.5.jar"/> 7 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> -
applications/editors/josm/plugins/mapdust/.settings/org.eclipse.jdt.core.prefs
r24514 r30416 1 #Sat Nov 13 11:09:26 EET 20102 1 eclipse.preferences.version=1 3 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 5 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 6 org.eclipse.jdt.core.compiler.compliance=1. 65 org.eclipse.jdt.core.compiler.compliance=1.7 7 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 8 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 10 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 12 org.eclipse.jdt.core.compiler.source=1. 611 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/mapdust/build.xml
r29854 r30416 3 3 <!-- properties --> 4 4 <property name="commit.message" value="MapDust bug reporter plugin"/> 5 <property name="plugin.main.version" value=" 6162"/>5 <property name="plugin.main.version" value="7001"/> 6 6 7 7 <property name="apidoc.dir" value="doc"/> … … 42 42 <target name="javadoc"> 43 43 <mkdir dir="${apidoc.dir}"/> 44 <javadoc destdir="${apidoc.dir}" source="1. 6" classpathref="classpath" windowtitle="MapDust plugin API">45 <link href="http://java.sun.com/javase/ 6/docs/api/"/>44 <javadoc destdir="${apidoc.dir}" source="1.7" classpathref="classpath" windowtitle="MapDust plugin API"> 45 <link href="http://java.sun.com/javase/7/docs/api/"/> 46 46 <link href="http://docs.jboss.org/hibernate/stable/core/api/"/> 47 47 <packageset dir="${plugin.src.dir}">
Note:
See TracChangeset
for help on using the changeset viewer.