annotate .classpath @ 38:d8ee57a1c2c6

add pom.xml and bbs
author one
date Mon, 08 Jul 2013 20:25:58 +0900
parents ed4c2e6ab5d1
children 4419ac56cbfd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3991a751ed00 first commit
nobuyasu
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
3991a751ed00 first commit
nobuyasu
parents:
diff changeset
2 <classpath>
38
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
3 <classpathentry kind="src" output="target/classes" path="src">
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
4 <attributes>
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
5 <attribute name="optional" value="true"/>
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
6 <attribute name="maven.pomderived" value="true"/>
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
7 </attributes>
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
8 </classpathentry>
1
8ee02d1a2b12 add jungle.test.operations
one
parents: 0
diff changeset
9 <classpathentry kind="lib" path="/Users/nobuyasu/workspace/Alice/Alice.jar"/>
23
3e089e8ad225 add Libraries
one
parents: 3
diff changeset
10 <classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
3e089e8ad225 add Libraries
one
parents: 3
diff changeset
11 <classpathentry kind="lib" path="lib/functionaljava.jar"/>
3e089e8ad225 add Libraries
one
parents: 3
diff changeset
12 <classpathentry kind="lib" path="lib/guava-12.0-sources.jar"/>
3e089e8ad225 add Libraries
one
parents: 3
diff changeset
13 <classpathentry kind="lib" path="lib/guava-12.0.jar"/>
28
e968224ad0ce add jungle.test.core.practice
one
parents: 23
diff changeset
14 <classpathentry kind="lib" path="/jungle-core/target/jungle-core-0.0.1-SNAPSHOT.jar"/>
38
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
15 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
16 <attributes>
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
17 <attribute name="maven.pomderived" value="true"/>
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
18 </attributes>
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
19 </classpathentry>
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
20 <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
21 <attributes>
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
22 <attribute name="maven.pomderived" value="true"/>
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
23 </attributes>
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
24 </classpathentry>
d8ee57a1c2c6 add pom.xml and bbs
one
parents: 37
diff changeset
25 <classpathentry kind="output" path="target/classes"/>
0
3991a751ed00 first commit
nobuyasu
parents:
diff changeset
26 </classpath>