Changeset 111 in josm for .classpath


Ignore:
Timestamp:
2006-07-16T23:48:40+02:00 (19 years ago)
Author:
imi
Message:

added i18n (thanks to Sven Anders)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .classpath

    r104 r111  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry including="images/" kind="src" path=""/>
     4        <classpathentry including="images/" excluding="po/org/|po/" kind="src" path=""/>
    55        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    66        <classpathentry sourcepath="JUNIT_SRC_HOME/junitsrc.zip" kind="var" path="JUNIT_HOME/junit.jar"/>
     
    88        <classpathentry kind="lib" path="lib/metadata-extractor-2.3.1.jar"/>
    99        <classpathentry kind="lib" path="lib/gettext-commons-0.9.jar"/>
     10        <classpathentry exported="true" kind="lib" path="po"/>
    1011        <classpathentry kind="output" path="bin"/>
    1112</classpath>
Note: See TracChangeset for help on using the changeset viewer.