[picketlink-commits] Picketlink SVN: r792 - integration-tests/trunk/picketlink-sts-tests.

picketlink-commits at lists.jboss.org picketlink-commits at lists.jboss.org
Wed Mar 2 22:32:22 EST 2011


Author: anil.saldhana at jboss.com
Date: 2011-03-02 22:32:21 -0500 (Wed, 02 Mar 2011)
New Revision: 792

Modified:
   integration-tests/trunk/picketlink-sts-tests/ant-build.xml
Log:
add openid dep

Modified: integration-tests/trunk/picketlink-sts-tests/ant-build.xml
===================================================================
--- integration-tests/trunk/picketlink-sts-tests/ant-build.xml	2011-03-03 00:04:51 UTC (rev 791)
+++ integration-tests/trunk/picketlink-sts-tests/ant-build.xml	2011-03-03 03:32:21 UTC (rev 792)
@@ -17,6 +17,8 @@
     <copy file="${localRepository}/org/picketlink/picketlink-bindings/${version}/picketlink-bindings-${version}.jar" todir="${JBAS_DEPLOY}/picketlink"/>
     <copy file="${localRepository}/org/picketlink/picketlink-bindings-jboss/${version}/picketlink-bindings-jboss-${version}.jar" todir="${JBAS_DEPLOY}/picketlink"/>
     <copy file="${localRepository}/org/picketlink/picketlink-fed/${version}/picketlink-fed-${version}.jar" todir="${JBAS_DEPLOY}/picketlink"/>
+    <copy file="${localRepository}/org/openid4java/openid4java-nodeps/0.9.5/openid4java-nodeps-0.9.5.jar" todir="${JBAS_DEPLOY}/picketlink"/>
+
     <unzip src="${localRepository}/org/picketlink/picketlink-fed-webapps-assembly/${version}/picketlink-fed-webapps-assembly-${version}.zip"
            dest="${JBAS_DEPLOY}"/>
     <!-- the following props file needs to be copied to JBAS conf and is used by the cache invalidation test -->



More information about the picketlink-commits mailing list