Changeset 397 in josm for trunk/.classpath


Ignore:
Timestamp:
16.10.2007 23:18:46 (5 years ago)
Author:
framm
Message:
  • added a built-in set of tagging presets. this can be disabled from preferences panel, or replaced with an own control file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r343 r397  
    22<classpath> 
    33        <classpathentry kind="src" path="src"/> 
    4         <classpathentry excluding="build/|dist/|src/|test/" including="images/" kind="src" path=""/> 
     4        <classpathentry excluding="build/|dist/|src/|test/" including="images/|presets/" kind="src" path=""/> 
    55        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
    6         <classpathentry kind="lib" path="lib/metadata-extractor-2.3.1.jar"/> 
     6        <classpathentry kind="lib" path="/home/fred/src/eclipse-workspace/JOSM/lib/metadata-extractor-2.3.1-nosun.jar"/> 
    77        <classpathentry kind="lib" path="lib/gettext-commons-0.9.jar" sourcepath="C:/Download/gettext-commons-0.9-src.zip"/> 
    88        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 
Note: See TracChangeset for help on using the changeset viewer.