Mercurial > hg > Members > tatsuki > Alice
annotate .classpath @ 4:cd3a8f97ea67
update version of msgpack from 0.6.4 to 0.6.5
author | one |
---|---|
date | Wed, 11 Jan 2012 00:53:30 +0900 |
parents | 1f2be1ffaab7 |
children | 2ca2d961a8d2 |
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"/> | |
9 <classpathentry kind="lib" path="lib/msgpack-0.6.5-SNAPSHOT.jar" sourcepath="lib/msgpack-0.6.5-SNAPSHOT-sources.jar"/> | |
0 | 10 <classpathentry kind="output" path="bin"/> |
11 </classpath> |