|
Revision 3939, 0.6 kB
(checked in by skruk, 3 years ago)
|
|
initial release of the super-small delicious import+clustering library
|
| 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"/> |
|---|
| 5 | <classpathentry kind="lib" path="lib/delicious-1.14.2.jar"/> |
|---|
| 6 | <classpathentry kind="lib" path="lib/simmetrics_jar_v1.5_d06_06_06.jar"/> |
|---|
| 7 | <classpathentry kind="lib" path="lib/simmetrics.jar"/> |
|---|
| 8 | <classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/> |
|---|
| 9 | <classpathentry kind="lib" path="lib/slf4j-api-1.5.6.jar"/> |
|---|
| 10 | <classpathentry kind="lib" path="lib/slf4j-log4j12-1.5.6.jar"/> |
|---|
| 11 | <classpathentry kind="output" path="classes"/> |
|---|
| 12 | </classpath> |
|---|