Mercurial > hg > Database > Alice
annotate .classpath @ 449:09a80f83c605 dispose
add Serialized and compressed flag on protocol header
author | sugi |
---|---|
date | Tue, 28 Oct 2014 00:24:34 +0900 |
parents | 93995b7a9a05 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <classpath> | |
415 | 3 <classpathentry kind="output" path="bin"/> |
345 | 4 <classpathentry kind="src" path="src/main/java"/> |
5 <classpathentry kind="src" path="src/main/resources"/> | |
353 | 6 <classpathentry kind="src" path="src/test/java"/> |
415 | 7 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" exported="true"/> |
8 <classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/com.alexmerz.graphviz.jar" exported="true"/> | |
428
93995b7a9a05
change HostMessage field from parentAbsName to remoteAbsName
sugi
parents:
415
diff
changeset
|
9 <classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/commons-lang3-3.3.2.jar" exported="true"/> |
415 | 10 <classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/javassist.jar" exported="true"/> |
11 <classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/jimColModelImporterJFX.jar" exported="true"/> | |
12 <classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/jimObjModelImporterJFX.jar" exported="true"/> | |
13 <classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/log4j-1.2.16.jar" exported="true"/> | |
14 <classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/msgpack-0.6.12-SNAPSHOT-sources.jar" exported="true"/> | |
15 <classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/msgpack-0.6.12-SNAPSHOT.jar" exported="true"/> | |
16 <classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/slf4j-api-1.6.1-sources.jar" exported="true"/> | |
17 <classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/slf4j-api-1.6.1.jar" exported="true"/> | |
18 <classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/slf4j-log4j12-1.6.1-sources.jar" exported="true"/> | |
19 <classpathentry kind="lib" path="/Users/YU/workspace/Alice/lib/slf4j-log4j12-1.6.1.jar" exported="true"/> | |
0 | 20 </classpath> |