Added xbean libraries to the eclipse configuration so that the new SP code compiles.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 3 Dec 2004 17:13:21 +0000 (17:13 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 3 Dec 2004 17:13:21 +0000 (17:13 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1200 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

.classpath

index 468c19e..d8dee42 100644 (file)
@@ -25,5 +25,8 @@
        <classpathentry kind="var" path="TOMCAT_HOME/common/lib/jsp-api.jar"/>
        <classpathentry sourcepath="lib/commons-pool-1.2-src.jar" kind="lib" path="lib/commons-pool-1.2.jar"/>
        <classpathentry sourcepath="lib/commons-dbcp-1.2.1-src.jar" kind="lib" path="lib/commons-dbcp-1.2.1.jar"/>
+       <classpathentry kind="lib" path="webApplication/WEB-INF/lib/xmltypes.jar"/>
+       <classpathentry kind="lib" path="webApplication/WEB-INF/lib/xbean.jar"/>
+       <classpathentry kind="lib" path="webApplication/WEB-INF/lib/xbean_xpath.jar"/>
        <classpathentry kind="output" path="webApplication/WEB-INF/classes"/>
 </classpath>