|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <classpath>
|
3 | 3 | <classpathentry kind="src" path="src"/>
|
4 |
| - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.5.0_05"/> |
5 |
| - <classpathentry kind="lib" path="lib/mondrian-2.1.1.jar"/> |
6 | 4 | <classpathentry kind="src" path="testsrc"/>
|
7 |
| - <classpathentry kind="output" path="bin"/> |
| 5 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
| 6 | + <classpathentry kind="output" path="eclipse-bin"/> |
| 7 | + <classpathentry kind="lib" path="lib/asm-commons.jar" /> |
| 8 | + <classpathentry kind="lib" path="lib/asm.jar" /> |
| 9 | + <classpathentry kind="lib" path="lib/javacup.jar" /> |
| 10 | + <classpathentry kind="lib" path="lib/log4j.jar" /> |
| 11 | + <classpathentry kind="lib" path="lib/retroweaver-rt.jar" /> |
| 12 | + <classpathentry kind="lib" path="lib/retroweaver.jar" /> |
| 13 | + <classpathentry kind="lib" path="lib/xercesImpl.jar" /> |
| 14 | + <classpathentry kind="lib" path="testlib/commons-collections.jar" /> |
| 15 | + <classpathentry kind="lib" path="testlib/commons-dbcp.jar" /> |
| 16 | + <classpathentry kind="lib" path="testlib/commons-logging.jar" /> |
| 17 | + <classpathentry kind="lib" path="testlib/commons-math.jar" /> |
| 18 | + <classpathentry kind="lib" path="testlib/commons-pool.jar" /> |
| 19 | + <classpathentry kind="lib" path="testlib/commons-vfs.jar" /> |
| 20 | + <classpathentry kind="lib" path="testlib/eigenbase-properties.jar" /> |
| 21 | + <classpathentry kind="lib" path="testlib/eigenbase-resgen.jar" /> |
| 22 | + <classpathentry kind="lib" path="testlib/eigenbase-xom.jar" /> |
| 23 | + <classpathentry kind="lib" path="testlib/hsqldb.jar" /> |
| 24 | + <classpathentry kind="lib" path="testlib/junit.jar" /> |
| 25 | + <classpathentry kind="lib" path="testlib/mondrian.jar" /> |
| 26 | + <classpathentry kind="lib" path="testlib/pdfdoclet.jar" /> |
| 27 | + <classpathentry kind="lib" path="testlib/servlet-api.jar" /> |
| 28 | + <classpathentry kind="lib" path="testlib/simple-jndi.jar" /> |
8 | 29 | </classpath>
|
0 commit comments