Mercurial > hg > Members > tatsuki > Alice
annotate .classpath @ 145:5f37b57ff32d working
add fish number
author | sugi |
---|---|
date | Fri, 21 Sep 2012 18:32:13 +0900 |
parents | 5f0010c13631 |
children | 36dc63d1bdcf |
rev | line source |
---|---|
0 | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <classpath> | |
3 <classpathentry kind="src" path="src"/> | |
4 | 4 <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
|
5 <classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/> |
4 | 6 <classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/> |
7 <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
|
8 <classpathentry kind="lib" path="lib/com.alexmerz.graphviz.jar"/> |
145 | 9 <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> |
10 <classpathentry exported="true" kind="lib" path="lib/msgpack-0.6.6-201206.jar"/> | |
0 | 11 <classpathentry kind="output" path="bin"/> |
12 </classpath> |