annotate .classpath @ 49:ed0ff4512e8c

update msgpack 0.6.5 to 0.6.6
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Sat, 04 Feb 2012 19:26:07 +0900
parents 2ca2d961a8d2
children 02dfb6c72632
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"/>
0
eacd64821039 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 <classpathentry kind="output" path="bin"/>
eacd64821039 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 </classpath>