[jboss-cvs] Picketlink SVN: r685 - picketlink-seam/trunk/seam-sp/src/main/webapp/WEB-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 31 16:17:24 EST 2011


Author: anil.saldhana at jboss.com
Date: 2011-01-31 16:17:23 -0500 (Mon, 31 Jan 2011)
New Revision: 685

Modified:
   picketlink-seam/trunk/seam-sp/src/main/webapp/WEB-INF/components.xml
Log:
remove spurious character

Modified: picketlink-seam/trunk/seam-sp/src/main/webapp/WEB-INF/components.xml
===================================================================
--- picketlink-seam/trunk/seam-sp/src/main/webapp/WEB-INF/components.xml	2011-01-31 17:08:47 UTC (rev 684)
+++ picketlink-seam/trunk/seam-sp/src/main/webapp/WEB-INF/components.xml	2011-01-31 21:17:23 UTC (rev 685)
@@ -3,11 +3,11 @@
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:security="http://jboss.com/products/seam/security"
 	xmlns:core="http://jboss.com/products/seam/core"
 	xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd
-		http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.1.xsd
+		http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.1.xsd
                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.1.xsd">
 	<core:init debug="false" />
 	<import>org.picketlink.identity.seam.federation</import>
 	<security:identity authenticate-method="#{authenticator.authenticate}" />
 	<!-- JBID IDP -->
 	<component name="urlToRedirectToAfterLogin" class="java.lang.String" />
-</components>
\ No newline at end of file
+</components>



More information about the jboss-cvs-commits mailing list