added javadoc location for various libraries for easy access from within eclipse...
[java-idp.git] / .classpath
1 <?xml version="1.0" encoding="UTF-8"?>
2 <classpath>
3         <classpathentry kind="src" path="src"/>
4         <classpathentry kind="src" path="tests"/>
5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6         <classpathentry kind="lib" path="lib/bc-asn1.jar">
7                 <attributes>
8                         <attribute value="http://bouncycastle.org/docs/docs1.5/" name="javadoc_location"/>
9                 </attributes>
10         </classpathentry>
11         <classpathentry kind="lib" path="lib/bsh-2.0b1.jar">
12                 <attributes>
13                         <attribute value="http://www.beanshell.org/javadoc/" name="javadoc_location"/>
14                 </attributes>
15         </classpathentry>
16         <classpathentry kind="lib" path="lib/commons-codec-1.3.jar">
17                 <attributes>
18                         <attribute value="http://jakarta.apache.org/commons/codec/api-release/" name="javadoc_location"/>
19                 </attributes>
20         </classpathentry>
21         <classpathentry kind="lib" path="lib/commons-dbcp-1.2.1.jar">
22                 <attributes>
23                         <attribute value="http://jakarta.apache.org/commons/dbcp/apidocs/" name="javadoc_location"/>
24                 </attributes>
25         </classpathentry>
26         <classpathentry kind="lib" path="lib/commons-io-1.1.jar">
27                 <attributes>
28                         <attribute value="http://jakarta.apache.org/commons/io/api-1.1/" name="javadoc_location"/>
29                 </attributes>
30         </classpathentry>
31         <classpathentry kind="lib" path="lib/commons-pool-1.2.jar">
32                 <attributes>
33                         <attribute value="http://jakarta.apache.org/commons/pool/apidocs/" name="javadoc_location"/>
34                 </attributes>
35         </classpathentry>
36         <classpathentry kind="lib" path="lib/jargs-0.4.jar">
37                 <attributes>
38                         <attribute value="http://jargs.sourceforge.net/doc/api/" name="javadoc_location"/>
39                 </attributes>
40         </classpathentry>
41         <classpathentry kind="lib" path="build-lib/ant-1.6.3.jar"/>
42         <classpathentry kind="lib" path="build-lib/ant-contrib.jar"/>
43         <classpathentry kind="lib" path="build-lib/antext-04Jul2006.jar"/>
44         <classpathentry kind="lib" path="build-lib/ant-junit-1.6.3.jar"/>
45         <classpathentry kind="lib" path="build-lib/ant-launcher-1.6.3.jar"/>
46         <classpathentry kind="lib" path="build-lib/ant-nodeps-1.6.3.jar"/>
47         <classpathentry kind="lib" path="build-lib/mockrunner-servlet.jar">
48                 <attributes>
49                         <attribute value="http://mockrunner.sourceforge.net/doc/api/" name="javadoc_location"/>
50                 </attributes>
51         </classpathentry>
52         <classpathentry combineaccessrules="false" kind="src" path="/java-shib-common"/>
53         <classpathentry kind="lib" path="build-lib/jsp-2.0.jar">
54                 <attributes>
55                         <attribute value="http://tomcat.apache.org/tomcat-5.0-doc/jspapi/" name="javadoc_location"/>
56                 </attributes>
57         </classpathentry>
58         <classpathentry kind="output" path="bin"/>
59 </classpath>