annotate .classpath @ 24:d9809412b67f

fixed setup. use URL-safe base64 from apache commons.
author casties
date Tue, 24 Apr 2012 19:45:24 +0200
parents a3e324009990
children 235b91ba8dff
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>
23
a3e324009990 now Mavenified!
casties
parents: 21
diff changeset
3 <classpathentry kind="src" output="target/classes" path="src/main/java"/>
a3e324009990 now Mavenified!
casties
parents: 21
diff changeset
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
a3e324009990 now Mavenified!
casties
parents: 21
diff changeset
5 <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
5
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
6 <attributes>
17
b0ef5c860464 updating and deleting annotations works now!
casties
parents: 13
diff changeset
7 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
5
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
8 </attributes>
0be9d53a6967 editor for annotations
dwinter
parents: 0
diff changeset
9 </classpathentry>
9
e9fd2e1e0979 consumer key and secret store (property file).
casties
parents: 7
diff changeset
10 <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
11 <attributes>
e9fd2e1e0979 consumer key and secret store (property file).
casties
parents: 7
diff changeset
12 <attribute name="owner.project.facets" value="jst.web"/>
e9fd2e1e0979 consumer key and secret store (property file).
casties
parents: 7
diff changeset
13 </attributes>
e9fd2e1e0979 consumer key and secret store (property file).
casties
parents: 7
diff changeset
14 </classpathentry>
24
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
15 <classpathentry kind="lib" path="libs/TripleStoreManager.jar">
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
16 <attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
17 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
18 </attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
19 </classpathentry>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
20 <classpathentry kind="lib" path="libs/jena.jar">
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
21 <attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
22 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
23 </attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
24 </classpathentry>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
25 <classpathentry kind="lib" path="libs/openrdf-sesame-2.3.2-onejar.jar">
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
26 <attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
27 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
28 </attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
29 </classpathentry>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
30 <classpathentry kind="lib" path="libs/protege-owl.jar">
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
31 <attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
32 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
33 </attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
34 </classpathentry>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
35 <classpathentry kind="lib" path="libs/protege.jar">
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
36 <attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
37 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
38 </attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
39 </classpathentry>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
40 <classpathentry kind="lib" path="libs/virt_sesame2.jar">
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
41 <attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
42 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
43 </attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
44 </classpathentry>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
45 <classpathentry kind="lib" path="libs/virtjdbc3.jar">
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
46 <attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
47 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
48 </attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
49 </classpathentry>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
50 <classpathentry kind="lib" path="libs/virtjdbc4.jar">
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
51 <attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
52 <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
53 </attributes>
d9809412b67f fixed setup.
casties
parents: 23
diff changeset
54 </classpathentry>
23
a3e324009990 now Mavenified!
casties
parents: 21
diff changeset
55 <classpathentry kind="output" path="target/classes"/>
0
dwinter
parents:
diff changeset
56 </classpath>