[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Jul 17 10:33:07 EDT 2012


Author: lajoie
Date: Tue Jul 17 10:33:07 2012
New Revision: 4204

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4204&view=rev
Log:
don't really need the metadata module right now.  we should get all of that from OpenSAML

Modified:
    trunk/idp-parent/pom.xml

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=4204&r1=4203&r2=4204&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Tue Jul 17 10:33:07 2012
@@ -29,8 +29,8 @@
         <module>../idp-attribute-api</module>
         <module>../idp-attribute-resolver-api</module>
         <module>../idp-attribute-filter-api</module>
-        <module>../idp-metadata-api</module>
-        <!-- module>../idp-consent-api</module -->
+        <!-- <module>../idp-metadata-api</module> -->
+        <!-- <module>../idp-consent-api</module> -->
         <!-- <module>../idp-tou-api</module> -->
         <module>../idp-profile-api</module>
         <module>../idp-saml-api</module>
@@ -39,7 +39,7 @@
         <module>../idp-attribute-impl</module>
         <module>../idp-attribute-resolver-impl</module>
         <module>../idp-attribute-filter-impl</module>
-        <!-- module>../idp-consent-impl</module -->
+        <!-- <module>../idp-consent-impl</module> -->
         <!-- <module>../idp-tou-impl</module> -->
         <module>../idp-profile-impl</module>
         <module>../idp-saml-impl</module>        



More information about the commits mailing list