Last change
on this file since 242 was
242,
checked in by imi, 16 years ago
|
- fixed many java warnings
- changed eclipse settings to use JUnit library instead of (deprecated) environment variable
|
File size:
940 bytes
|
Rev | Line | |
---|
[158] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <classpath> |
---|
| 3 | <classpathentry kind="src" path="src"/> |
---|
| 4 | <classpathentry kind="src" path="test"/> |
---|
[242] | 5 | <classpathentry excluding="build/|dist/|po/|src/|test/" including="images/" kind="src" path=""/> |
---|
[158] | 6 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
---|
| 7 | <classpathentry kind="lib" path="lib/MinML2.jar"/> |
---|
| 8 | <classpathentry kind="lib" path="lib/metadata-extractor-2.3.1.jar"/> |
---|
[242] | 9 | <classpathentry kind="lib" path="lib/gettext-commons-0.9.jar" sourcepath="C:/Download/gettext-commons-0.9-src.zip"/> |
---|
[158] | 10 | <classpathentry exported="true" kind="lib" path="po"/> |
---|
| 11 | <classpathentry kind="lib" path="lib/easymock.jar"/> |
---|
| 12 | <classpathentry kind="lib" path="lib/easymockclassextension.jar"/> |
---|
| 13 | <classpathentry kind="lib" path="lib/cglib-nodep-2.1_3.jar"/> |
---|
[242] | 14 | <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> |
---|
[158] | 15 | <classpathentry kind="output" path="bin"/> |
---|
| 16 | </classpath> |
---|
Note: See
TracBrowser
for help on using the repository browser.