root/.classpath @ 214:ff8b1c2d5ef9

Revision 214:ff8b1c2d5ef9, 3.1 KB (checked in by jean-gui, 4 years ago)

Merging dev2 in HEAD

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3        <classpathentry kind="src" path="src"/>
4        <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"/>
5        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/velocity-1.6.2.jar" sourcepath="E:/Unicorn/librairies/velocity-1.6.2/src/java">
6                <attributes>
7                        <attribute name="javadoc_location" value="file:/E:/Unicorn/librairies/velocity-1.6.2/docs/api/"/>
8                </attributes>
9        </classpathentry>
10        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/log4j-1.2.15.jar" sourcepath="E:/Unicorn/librairies/apache-log4j-1.2.15/src/main/java">
11                <attributes>
12                        <attribute name="javadoc_location" value="file:/E:/Unicorn/librairies/apache-log4j-1.2.15/src/main/javadoc/"/>
13                </attributes>
14        </classpathentry>
15        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/xbean.jar"/>
16        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/httpcore-4.0.1.jar"/>
17        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/httpmime-4.0.jar"/>
18        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/httpclient-4.0.jar"/>
19        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/apache-mime4j-0.6.jar"/>
20        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
21        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jsr173_1.0_api.jar"/>
22        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-collections-3.2.1.jar"/>
23        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-lang-2.4.jar"/>
24        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/activation.jar"/>
25        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-fileupload-1.1.1.jar"/>
26        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-io-1.2.jar"/>
27        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/icu4j_3_4.jar"/>
28        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/iri.jar"/>
29        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/jena.jar"/>
30        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/observationresponse.jar"/>
31        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/resolver.jar"/>
32        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/saxon8-dom.jar"/>
33        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/saxon8-jdom.jar"/>
34        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/saxon8-sql.jar"/>
35        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/saxon8-xom.jar"/>
36        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/saxon8-xpath.jar"/>
37        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/saxon8.jar"/>
38        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/servlet.jar"/>
39        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/xbean_xpath.jar"/>
40        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/xercesImpl.jar"/>
41        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/xmlbeans-qname.jar"/>
42        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/xmlpublic.jar"/>
43        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/>
44        <classpathentry kind="lib" path="WebContent/WEB-INF/lib/tasklist.jar"/>
45        <classpathentry kind="output" path="build/classes"/>
46</classpath>
Note: See TracBrowser for help on using the browser.