comparison .classpath @ 23:a3e324009990

now Mavenified! removed tiny-mce javascript from html frontend. still needs TripleStoreManager project in Eclipse. jsontoken 1.1 has to be built manually.
author casties
date Tue, 03 Apr 2012 13:05:05 +0200
parents 0cd1e7608d25
children d9809412b67f
comparison
equal deleted inserted replaced
22:0f4428febcc6 23:a3e324009990
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/main/java"/>
4 <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
5 <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> 5 <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
6 <classpathentry kind="lib" path="libs/log4j-1.2.15.jar">
7 <attributes>
8 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
9 </attributes>
10 </classpathentry>
11 <classpathentry kind="lib" path="/Volumes/Schlachteplatte/Users/casties/Library/Eclipse/AnnotationManager/libs/org.restlet.ext.json-2.0.11.jar">
12 <attributes>
13 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
14 </attributes>
15 </classpathentry>
16 <classpathentry kind="lib" path="libs/org.json.jar">
17 <attributes>
18 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
19 </attributes>
20 </classpathentry>
21 <classpathentry kind="lib" path="/Volumes/Schlachteplatte/Users/casties/Library/Eclipse/AnnotationManager/libs/org.restlet.ext.jaas-2.0.11.jar">
22 <attributes>
23 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
24 </attributes>
25 </classpathentry>
26 <classpathentry kind="lib" path="libs/jsontoken-1.1-SNAPSHOT.jar" sourcepath="/jsontoken/src/main/java">
27 <attributes>
28 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
29 </attributes>
30 </classpathentry>
31 <classpathentry kind="lib" path="libs/gson-1.4.jar">
32 <attributes>
33 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
34 </attributes>
35 </classpathentry>
36 <classpathentry kind="lib" path="libs/google-collections-1.0.jar">
37 <attributes>
38 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
39 </attributes>
40 </classpathentry>
41 <classpathentry kind="lib" path="libs/commons-codec-1.4.jar">
42 <attributes>
43 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
44 </attributes>
45 </classpathentry>
46 <classpathentry combineaccessrules="false" kind="src" path="/TripleStoreManager"/>
47 <classpathentry kind="lib" path="/Volumes/Schlachteplatte/Users/casties/Library/Eclipse/AnnotationManager/libs/org.restlet-2.0.11.jar">
48 <attributes> 6 <attributes>
49 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> 7 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
50 </attributes> 8 </attributes>
51 </classpathentry> 9 </classpathentry>
52 <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0"> 10 <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
53 <attributes> 11 <attributes>
54 <attribute name="owner.project.facets" value="jst.web"/> 12 <attribute name="owner.project.facets" value="jst.web"/>
55 </attributes> 13 </attributes>
56 </classpathentry> 14 </classpathentry>
57 <classpathentry kind="lib" path="libs/joda-time-2.1.jar"> 15 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/TripleStoreManager"/>
58 <attributes> 16 <classpathentry kind="output" path="target/classes"/>
59 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
60 </attributes>
61 </classpathentry>
62 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JDK 1.6"/>
63 <classpathentry kind="lib" path="libs/httpcore-4.1.4.jar">
64 <attributes>
65 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
66 </attributes>
67 </classpathentry>
68 <classpathentry kind="lib" path="libs/httpclient-4.1.3.jar">
69 <attributes>
70 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
71 </attributes>
72 </classpathentry>
73 <classpathentry kind="lib" path="libs/org.restlet.ext.servlet-2.0.11.jar">
74 <attributes>
75 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
76 </attributes>
77 </classpathentry>
78 <classpathentry kind="output" path="build/classes"/>
79 </classpath> 17 </classpath>