comparison .classpath @ 38:d8ee57a1c2c6

add pom.xml and bbs
author one
date Mon, 08 Jul 2013 20:25:58 +0900
parents ed4c2e6ab5d1
children 4419ac56cbfd
comparison
equal deleted inserted replaced
37:ed4c2e6ab5d1 38:d8ee57a1c2c6
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <classpath> 2 <classpath>
3 <classpathentry kind="src" path="src"/> 3 <classpathentry kind="src" output="target/classes" 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 <attributes>
5 <attribute name="optional" value="true"/>
6 <attribute name="maven.pomderived" value="true"/>
7 </attributes>
8 </classpathentry>
5 <classpathentry kind="lib" path="/Users/nobuyasu/workspace/Alice/Alice.jar"/> 9 <classpathentry kind="lib" path="/Users/nobuyasu/workspace/Alice/Alice.jar"/>
6 <classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/> 10 <classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
7 <classpathentry kind="lib" path="lib/functionaljava.jar"/> 11 <classpathentry kind="lib" path="lib/functionaljava.jar"/>
8 <classpathentry kind="lib" path="lib/guava-12.0-sources.jar"/> 12 <classpathentry kind="lib" path="lib/guava-12.0-sources.jar"/>
9 <classpathentry kind="lib" path="lib/guava-12.0.jar"/> 13 <classpathentry kind="lib" path="lib/guava-12.0.jar"/>
10 <classpathentry kind="lib" path="/jungle-core/target/jungle-core-0.0.1-SNAPSHOT.jar"/> 14 <classpathentry kind="lib" path="/jungle-core/target/jungle-core-0.0.1-SNAPSHOT.jar"/>
11 <classpathentry kind="lib" path="lib/jetty-6.1.26-sources.jar"/> 15 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
12 <classpathentry kind="lib" path="lib/jetty-6.1.26.jar"/> 16 <attributes>
13 <classpathentry kind="lib" path="lib/servlet-api-2.5.jar"/> 17 <attribute name="maven.pomderived" value="true"/>
14 <classpathentry kind="output" path="bin"/> 18 </attributes>
19 </classpathentry>
20 <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
21 <attributes>
22 <attribute name="maven.pomderived" value="true"/>
23 </attributes>
24 </classpathentry>
25 <classpathentry kind="output" path="target/classes"/>
15 </classpath> 26 </classpath>