Changeset 23777 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-10-23T22:57:44+02:00 (14 years ago)
Author:
oliverw
Message:

Update Eclipse project files.

Location:
applications/editors/josm/plugins/ElevationProfile
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ElevationProfile

    • Property svn:ignore
      •  

        old new  
         1bin
         2build
         3doc
        14lib
        2 
        3 build
        4 
        5 doc
        6 
        75test
  • applications/editors/josm/plugins/ElevationProfile/.classpath

    r23721 r23777  
    22<classpath>
    33        <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"/>
    74        <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"/>
    87        <classpathentry kind="output" path="bin"/>
    98</classpath>
  • applications/editors/josm/plugins/ElevationProfile/.project

    r23721 r23777  
    77        <buildSpec>
    88                <buildCommand>
    9                         <name>org.eclipse.jdt.core.javabuilder</name>
     9                        <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
     10                        <triggers>full,incremental,</triggers>
    1011                        <arguments>
     12                                <dictionary>
     13                                        <key>LaunchConfigHandle</key>
     14                                        <value>&lt;project&gt;/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch</value>
     15                                </dictionary>
    1116                        </arguments>
    1217                </buildCommand>
  • applications/editors/josm/plugins/ElevationProfile/build.xml

    r23770 r23777  
    2727     -->
    2828        <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"/>
    3030    <property name="plugin.build.dir"       value="build"/>
    3131    <property name="plugin.src.dir"         value="src"/>
Note: See TracChangeset for help on using the changeset viewer.