Changeset 23777 in osm for applications/editors/josm
- Timestamp:
- 2010-10-23T22:57:44+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/ElevationProfile
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile
- Property svn:ignore
-
old new 1 bin 2 build 3 doc 1 4 lib 2 3 build4 5 doc6 7 5 test
-
- Property svn:ignore
-
applications/editors/josm/plugins/ElevationProfile/.classpath
r23721 r23777 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="src" path="test"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>6 <classpathentry kind="lib" path="lib/josm-tested.jar" sourcepath="J:/Dokumente und Einstellungen/Oliver/Eigene Dateien/Java/applications/editors/josm/core/src"/>7 4 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> 5 <classpathentry kind="lib" path="J:/Dokumente und Einstellungen/Oliver/Eigene Dateien/Java/JOSM/applications/editors/josm/core/dist/3529/josm-tested.jar"/> 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 8 7 <classpathentry kind="output" path="bin"/> 9 8 </classpath> -
applications/editors/josm/plugins/ElevationProfile/.project
r23721 r23777 7 7 <buildSpec> 8 8 <buildCommand> 9 <name>org.eclipse.jdt.core.javabuilder</name> 9 <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> 10 <triggers>full,incremental,</triggers> 10 11 <arguments> 12 <dictionary> 13 <key>LaunchConfigHandle</key> 14 <value><project>/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch</value> 15 </dictionary> 11 16 </arguments> 12 17 </buildCommand> -
applications/editors/josm/plugins/ElevationProfile/build.xml
r23770 r23777 27 27 --> 28 28 <property name="josm_unstable" location="../../core/dist/josm-custom.jar"/> 29 <property name="josm" location=" lib/josm-tested.jar"/>29 <property name="josm" location="../../core/dist/3529/josm-tested.jar"/> 30 30 <property name="plugin.build.dir" value="build"/> 31 31 <property name="plugin.src.dir" value="src"/>
Note:
See TracChangeset
for help on using the changeset viewer.