Mercurial > hg > Members > tatsuki > Alice
annotate .classpath @ 90:75aa139d46eb working
minor change
author | sugi |
---|---|
date | Tue, 05 Jun 2012 00:26:13 +0900 |
parents | 02dfb6c72632 |
children | e3b1f812478c |
rev | line source |
---|---|
0 | 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"/> | |
4 | 5 <classpathentry kind="lib" path="lib/javassist.jar"/> |
1
1f2be1ffaab7
prepared jar of msgpack and dependented jar
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
6 <classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/> |
4 | 7 <classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/> |
8 <classpathentry kind="lib" path="lib/slf4j-log4j12-1.6.1.jar"/> | |
22
2ca2d961a8d2
implements outline of TopologyManager
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
9 <classpathentry kind="lib" path="lib/com.alexmerz.graphviz.jar"/> |
49
ed0ff4512e8c
update msgpack 0.6.5 to 0.6.6
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
22
diff
changeset
|
10 <classpathentry kind="lib" path="lib/msgpack-0.6.6-SNAPSHOT.jar" sourcepath="lib/msgpack-0.6.6-SNAPSHOT-sources.jar"/> |
81 | 11 <classpathentry kind="lib" path="/Users/YuSUGIMOTO/src/jar/j3dcore.jar"/> |
12 <classpathentry kind="lib" path="/Users/YuSUGIMOTO/src/jar/j3dutils.jar"/> | |
13 <classpathentry kind="lib" path="/Users/YuSUGIMOTO/src/jar/vecmath.jar"/> | |
0 | 14 <classpathentry kind="output" path="bin"/> |
15 </classpath> |