Removed a bunch of SP and WAYF classes from the IdP SVN repository.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 6 Jul 2006 21:11:46 +0000 (21:11 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 6 Jul 2006 21:11:46 +0000 (21:11 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1953 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

.classpath
lib/shib-filter.jar [deleted file]
src/edu/internet2/middleware/shibboleth/common/provider/ShibbolethTrust.java
testlib/nekohtml.jar [deleted file]
webApplication/WEB-INF/lib/xbean.jar [deleted file]
webApplication/WEB-INF/lib/xbean_xpath.jar [deleted file]
webApplication/WEB-INF/lib/xmltypes.jar [deleted file]

index 3096dbd..d627d6b 100644 (file)
        <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 sourcepath="C:/cvs/xml-security/src" kind="lib" path="webApplication/WEB-INF/lib/xmlsec-20050514.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="lib" path="lib/shib-filter.jar"/>
        <classpathentry kind="lib" path="webApplication/WEB-INF/lib/bc-asn1.jar"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="lib" path="lib/ant-launcher-1.6.3.jar"/>
@@ -29,7 +25,6 @@
        <classpathentry kind="lib" path="testlib/jakarta-oro-2.0.8.jar"/>
        <classpathentry kind="lib" path="testlib/jdom.jar"/>
        <classpathentry kind="lib" path="testlib/mockrunner-servlet.jar"/>
-       <classpathentry kind="lib" path="testlib/nekohtml.jar"/>
        <classpathentry kind="lib" path="webApplication/WEB-INF/lib/commons-codec-1.3.jar"/>
        <classpathentry kind="lib" path="lib/commons-io-1.1.jar"/>
        <classpathentry kind="lib" path="webApplication/WEB-INF/lib/bsh-2.0b1.jar"/>
diff --git a/lib/shib-filter.jar b/lib/shib-filter.jar
deleted file mode 100644 (file)
index a6128f0..0000000
Binary files a/lib/shib-filter.jar and /dev/null differ
index 222bf0f..db77638 100644 (file)
@@ -50,7 +50,6 @@ import org.apache.xml.security.keys.content.KeyName;
 import org.apache.xml.security.keys.content.X509Data;
 import org.apache.xml.security.keys.content.x509.XMLX509CRL;
 import org.apache.xml.security.keys.content.x509.XMLX509Certificate;
-import org.apache.xmlbeans.XmlException;
 import org.bouncycastle.asn1.ASN1InputStream;
 import org.bouncycastle.asn1.DERObject;
 import org.bouncycastle.asn1.DERObjectIdentifier;
@@ -470,10 +469,6 @@ public class ShibbolethTrust extends BasicTrust implements Trust {
                }
        }
 
-       public void initialize(Node dom) throws XmlException, ShibbolethConfigurationException {
-               
-       }
-
        public void initialize(Element dom) throws SAMLException, ShibbolethConfigurationException {
                
        }
diff --git a/testlib/nekohtml.jar b/testlib/nekohtml.jar
deleted file mode 100644 (file)
index ebd5b4b..0000000
Binary files a/testlib/nekohtml.jar and /dev/null differ
diff --git a/webApplication/WEB-INF/lib/xbean.jar b/webApplication/WEB-INF/lib/xbean.jar
deleted file mode 100644 (file)
index f4b42f2..0000000
Binary files a/webApplication/WEB-INF/lib/xbean.jar and /dev/null differ
diff --git a/webApplication/WEB-INF/lib/xbean_xpath.jar b/webApplication/WEB-INF/lib/xbean_xpath.jar
deleted file mode 100644 (file)
index d05ab06..0000000
Binary files a/webApplication/WEB-INF/lib/xbean_xpath.jar and /dev/null differ
diff --git a/webApplication/WEB-INF/lib/xmltypes.jar b/webApplication/WEB-INF/lib/xmltypes.jar
deleted file mode 100644 (file)
index 0f882e3..0000000
Binary files a/webApplication/WEB-INF/lib/xmltypes.jar and /dev/null differ