summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-04-26 00:39:30 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-04-26 00:39:30 +0200
commit246994285ab3e4bf754d2d684a21c4b66e619c9b (patch)
tree0a3e434212ea0df5092a009adfbe61cc4e3b71c4 /.classpath
parent913d36d8f207083dfb6b627702a110d8d114be80 (diff)
Cleanup and annotation2.3.1
Diffstat (limited to '.classpath')
-rw-r--r--.classpath45
1 files changed, 36 insertions, 9 deletions
diff --git a/.classpath b/.classpath
index 1fc556f..371bcd2 100644
--- a/.classpath
+++ b/.classpath
@@ -2,18 +2,45 @@
<classpath>
<classpathentry kind="src" path="source"/>
<classpathentry kind="src" path="build/generated"/>
- <classpathentry kind="lib" path="lib/js.jar"/>
- <classpathentry kind="lib" path="lib/xercesImpl.jar"/>
- <classpathentry kind="lib" path="lib/xml-apis.jar"/>
- <classpathentry kind="lib" path="lib/wrapper.jar"/>
- <classpathentry kind="lib" path="lib/ldap.jar"/>
- <classpathentry kind="lib" path="lib/castor-1.3.2-core.jar"/>
- <classpathentry kind="lib" path="lib/castor-1.3.2-xml-schema.jar"/>
- <classpathentry kind="lib" path="lib/castor-1.3.2-xml.jar"/>
- <classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
+ <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>