Changeset 135 in josm for .classpath


Ignore:
Timestamp:
2006-08-15T17:55:31+02:00 (19 years ago)
Author:
imi
Message:
  • fixed test directory structure
  • shortkeys do not cycle through modes anymore
  • Ctrl+, and Ctrl+. to zoom in/out. Should work on Mac now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .classpath

    r111 r135  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry including="images/" excluding="po/org/|po/" kind="src" path=""/>
     4        <classpathentry kind="src" path="test"/>
     5        <classpathentry excluding="po/|src/|test/" including="images/" kind="src" path=""/>
    56        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    6         <classpathentry sourcepath="JUNIT_SRC_HOME/junitsrc.zip" kind="var" path="JUNIT_HOME/junit.jar"/>
     7        <classpathentry kind="var" path="JUNIT_HOME/junit.jar" sourcepath="JUNIT_SRC_HOME/junitsrc.zip"/>
    78        <classpathentry kind="lib" path="lib/MinML2.jar"/>
    89        <classpathentry kind="lib" path="lib/metadata-extractor-2.3.1.jar"/>
Note: See TracChangeset for help on using the changeset viewer.