annotate .classpath @ 10:0bdfe01e30b5

checking auth token works now.
author casties
date Tue, 20 Mar 2012 15:55:51 +0100
parents e9fd2e1e0979
children 2e5d526079de
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dwinter
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
dwinter
parents:
diff changeset
2 <classpath>
dwinter
parents:
diff changeset
3 <classpathentry kind="src" path="src"/>
dwinter
parents:
diff changeset
4 <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
dwinter
parents:
diff changeset
5 <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
dwinter
parents:
diff changeset
6 <classpathentry kind="lib" path="libs/log4j-1.2.15.jar">
dwinter
parents:
diff changeset
7 <attributes>
dwinter
parents:
diff changeset
8 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
dwinter
parents:
diff changeset
9 </attributes>
dwinter
parents:
diff changeset
10 </classpathentry>
dwinter
parents:
diff changeset
11 <classpathentry kind="lib" path="libs/org.restlet.ext.json.jar">
dwinter
parents:
diff changeset
12 <attributes>
dwinter
parents:
diff changeset
13 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
dwinter
parents:
diff changeset
14 </attributes>
dwinter
parents:
diff changeset
15 </classpathentry>
dwinter
parents:
diff changeset
16 <classpathentry kind="lib" path="libs/org.json.jar">
dwinter
parents:
diff changeset
17 <attributes>
dwinter
parents:
diff changeset
18 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
dwinter
parents:
diff changeset
19 </attributes>
dwinter
parents:
diff changeset
20 </classpathentry>
dwinter
parents:
diff changeset
21 <classpathentry kind="lib" path="libs/org.restlet.ext.jaas.jar"/>
5
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
22 <classpathentry kind="lib" path="libs/httpcomponents-client-4.0-beta1/lib/httpclient-4.0-beta1.jar">
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
23 <attributes>
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
24 <attribute name="javadoc_location" value="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/AnnotationManager/libs/httpcomponents-client-4.0-beta1/javadoc/httpclient/"/>
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
25 </attributes>
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
26 </classpathentry>
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
27 <classpathentry kind="lib" path="libs/httpcomponents-client-4.0-beta1/lib/httpmime-4.0-beta1.jar">
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
28 <attributes>
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
29 <attribute name="javadoc_location" value="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/AnnotationManager/libs/httpcomponents-client-4.0-beta1/javadoc/httpmime/"/>
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
30 </attributes>
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
31 </classpathentry>
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
32 <classpathentry kind="lib" path="libs/httpcomponents-core-4.0-beta3/lib/httpcore-4.0-beta3.jar">
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
33 <attributes>
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
34 <attribute name="javadoc_location" value="file:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/AnnotationManager/libs/httpcomponents-core-4.0-beta3/javadoc/"/>
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
35 </attributes>
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
36 </classpathentry>
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
37 <classpathentry kind="lib" path="libs/httpcomponents-core-4.0-beta3/lib/httpcore-nio-4.0-beta3.jar"/>
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
38 <classpathentry combineaccessrules="false" kind="src" path="/TripleStoreManager"/>
7
97f68ab3430f support both read and search api of Annotator.
casties
parents: 5
diff changeset
39 <classpathentry kind="lib" path="libs/org.restlet.jar"/>
9
e9fd2e1e0979 consumer key and secret store (property file).
casties
parents: 7
diff changeset
40 <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
e9fd2e1e0979 consumer key and secret store (property file).
casties
parents: 7
diff changeset
41 <attributes>
e9fd2e1e0979 consumer key and secret store (property file).
casties
parents: 7
diff changeset
42 <attribute name="owner.project.facets" value="jst.web"/>
e9fd2e1e0979 consumer key and secret store (property file).
casties
parents: 7
diff changeset
43 </attributes>
e9fd2e1e0979 consumer key and secret store (property file).
casties
parents: 7
diff changeset
44 </classpathentry>
e9fd2e1e0979 consumer key and secret store (property file).
casties
parents: 7
diff changeset
45 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 6 (MacOS X Default)">
e9fd2e1e0979 consumer key and secret store (property file).
casties
parents: 7
diff changeset
46 <attributes>
e9fd2e1e0979 consumer key and secret store (property file).
casties
parents: 7
diff changeset
47 <attribute name="owner.project.facets" value="java"/>
e9fd2e1e0979 consumer key and secret store (property file).
casties
parents: 7
diff changeset
48 </attributes>
e9fd2e1e0979 consumer key and secret store (property file).
casties
parents: 7
diff changeset
49 </classpathentry>
10
0bdfe01e30b5 checking auth token works now.
casties
parents: 9
diff changeset
50 <classpathentry kind="lib" path="libs/joda-time-2.1.jar">
0bdfe01e30b5 checking auth token works now.
casties
parents: 9
diff changeset
51 <attributes>
0bdfe01e30b5 checking auth token works now.
casties
parents: 9
diff changeset
52 <attribute name="javadoc_location" value="http://joda-time.sourceforge.net/api-release/index.html"/>
0bdfe01e30b5 checking auth token works now.
casties
parents: 9
diff changeset
53 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
0bdfe01e30b5 checking auth token works now.
casties
parents: 9
diff changeset
54 </attributes>
0bdfe01e30b5 checking auth token works now.
casties
parents: 9
diff changeset
55 </classpathentry>
0
dwinter
parents:
diff changeset
56 <classpathentry kind="output" path="build/classes"/>
dwinter
parents:
diff changeset
57 </classpath>