[jboss-cvs] Picketlink SVN: r925 - federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 3 22:15:35 EDT 2011


Author: anil.saldhana at jboss.com
Date: 2011-05-03 22:15:33 -0400 (Tue, 03 May 2011)
New Revision: 925

Modified:
   federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-idfed.xml
Log:
use sys props

Modified: federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-idfed.xml
===================================================================
--- federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-idfed.xml	2011-05-03 10:13:49 UTC (rev 924)
+++ federation/trunk/picketlink-webapps/sales-post/src/main/webapp/WEB-INF/picketlink-idfed.xml	2011-05-04 02:15:33 UTC (rev 925)
@@ -1,4 +1,4 @@
 <PicketLinkSP xmlns="urn:picketlink:identity-federation:config:1.0" ServerEnvironment="tomcat">
- <IdentityURL>http://localhost:8080/idp/</IdentityURL>
- <ServiceURL>http://localhost:8080/sales-post/</ServiceURL>
+ <IdentityURL>${idp.url::http://localhost:8080/idp/}</IdentityURL>
+ <ServiceURL>${sales-post.url::http://localhost:8080/sales-post/}</ServiceURL>
 </PicketLinkSP>



More information about the jboss-cvs-commits mailing list