source: josm/.classpath@ 320

Last change on this file since 320 was 320, checked in by imi, 17 years ago
  • fixed eclipse project file (minml removed)
File size: 782 bytes
RevLine 
[269]1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
[284]4 <classpathentry kind="src" path="test/functional"/>
5 <classpathentry kind="src" path="test/unit"/>
[281]6 <classpathentry excluding="build/|dist/|src/|test/" including="images/" kind="src" path=""/>
[269]7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
8 <classpathentry kind="lib" path="lib/metadata-extractor-2.3.1.jar"/>
9 <classpathentry kind="lib" path="lib/gettext-commons-0.9.jar" sourcepath="C:/Download/gettext-commons-0.9-src.zip"/>
10 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
[284]11 <classpathentry kind="lib" path="lib/jfcunit.jar" sourcepath="/home/imi/programs/jfcunit/src"/>
[269]12 <classpathentry kind="output" path="bin"/>
13</classpath>
Note: See TracBrowser for help on using the repository browser.