Last change
on this file since 5 was
5,
checked in by sherbold, 14 years ago
|
- major debugging of PPM and Trie. Results are now correct, but both classes need major refactorings
|
File size:
1.5 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <classpath>
|
---|
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/JavaSE-1.6"/>
|
---|
5 | <classpathentry kind="lib" path="lib/Jama-1.0.2.jar"/>
|
---|
6 | <classpathentry kind="lib" path="lib/colt-1.2.0.jar"/>
|
---|
7 | <classpathentry kind="lib" path="lib/concurrent-1.3.4.jar"/>
|
---|
8 | <classpathentry kind="lib" path="lib/j3d-core-1.3.1.jar"/>
|
---|
9 | <classpathentry kind="lib" path="lib/jung-3d-2.0.1.jar"/>
|
---|
10 | <classpathentry kind="lib" path="lib/jung-3d-demos-2.0.1.jar"/>
|
---|
11 | <classpathentry kind="lib" path="lib/jung-algorithms-2.0.1.jar"/>
|
---|
12 | <classpathentry kind="lib" path="lib/jung-api-2.0.1.jar"/>
|
---|
13 | <classpathentry kind="lib" path="lib/jung-graph-impl-2.0.1.jar"/>
|
---|
14 | <classpathentry kind="lib" path="lib/jung-io-2.0.1.jar"/>
|
---|
15 | <classpathentry kind="lib" path="lib/jung-jai-2.0.1.jar"/>
|
---|
16 | <classpathentry kind="lib" path="lib/jung-jai-samples-2.0.1.jar"/>
|
---|
17 | <classpathentry kind="lib" path="lib/jung-samples-2.0.1.jar"/>
|
---|
18 | <classpathentry kind="lib" path="lib/jung-visualization-2.0.1.jar"/>
|
---|
19 | <classpathentry kind="lib" path="lib/stax-api-1.0.1.jar"/>
|
---|
20 | <classpathentry kind="lib" path="lib/vecmath-1.3.1.jar"/>
|
---|
21 | <classpathentry kind="lib" path="lib/wstx-asl-3.2.6.jar"/>
|
---|
22 | <classpathentry kind="lib" path="lib/commons-codec-1.5.jar"/>
|
---|
23 | <classpathentry combineaccessrules="false" kind="src" path="/JavaHelperLib"/>
|
---|
24 | <classpathentry kind="output" path="bin"/>
|
---|
25 | </classpath>
|
---|
Note: See
TracBrowser
for help on using the repository browser.