blob: 371bcd2cb5594c40d4302cbb72a0dd57ff9c9a9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="source"/>
<classpathentry kind="src" path="build/generated"/>
<classpathentry kind="lib" path="lib/xercesImpl.jar">
<attributes>
<attribute name="javadoc_location" value="http://xerces.apache.org/xerces2-j/javadocs/xerces2/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/xml-apis.jar">
<attributes>
<attribute name="javadoc_location" value="http://xerces.apache.org/xerces2-j/javadocs/api/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/wrapper.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="cristal-kernel/bin/win32"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/ldap.jar">
<attributes>
<attribute name="javadoc_location" value="http://developer.novell.com/documentation/jldap/jldapenu/api/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/castor-1.3.2-core.jar">
<attributes>
<attribute name="javadoc_location" value="http://www.castor.org/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/castor-1.3.2-xml-schema.jar">
<attributes>
<attribute name="javadoc_location" value="http://www.castor.org/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/castor-1.3.2-xml.jar">
<attributes>
<attribute name="javadoc_location" value="http://www.castor.org/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/dom4j.jar"/>
<classpathentry kind="lib" path="/cristal-dev/cristaldev.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
|