annotate .classpath @ 90:75aa139d46eb working

minor change
author sugi
date Tue, 05 Jun 2012 00:26:13 +0900
parents 02dfb6c72632
children e3b1f812478c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
eacd64821039 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
eacd64821039 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 <classpath>
eacd64821039 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 <classpathentry kind="src" path="src"/>
eacd64821039 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
cd3a8f97ea67 update version of msgpack from 0.6.4 to 0.6.5
one
parents: 1
diff changeset
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
cd3a8f97ea67 update version of msgpack from 0.6.4 to 0.6.5
one
parents: 1
diff changeset
7 <classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/>
cd3a8f97ea67 update version of msgpack from 0.6.4 to 0.6.5
one
parents: 1
diff changeset
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
02dfb6c72632 This is movement test
sugi
parents: 49
diff changeset
11 <classpathentry kind="lib" path="/Users/YuSUGIMOTO/src/jar/j3dcore.jar"/>
02dfb6c72632 This is movement test
sugi
parents: 49
diff changeset
12 <classpathentry kind="lib" path="/Users/YuSUGIMOTO/src/jar/j3dutils.jar"/>
02dfb6c72632 This is movement test
sugi
parents: 49
diff changeset
13 <classpathentry kind="lib" path="/Users/YuSUGIMOTO/src/jar/vecmath.jar"/>
0
eacd64821039 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 <classpathentry kind="output" path="bin"/>
eacd64821039 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 </classpath>