[jboss-cvs] Picketlink SVN: r1139 - integration-tests/trunk/ant-scripts.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 28 11:54:08 EDT 2011


Author: anil.saldhana at jboss.com
Date: 2011-07-28 11:54:08 -0400 (Thu, 28 Jul 2011)
New Revision: 1139

Modified:
   integration-tests/trunk/ant-scripts/ant-build.xml
Log:
add claims war to tc

Modified: integration-tests/trunk/ant-scripts/ant-build.xml
===================================================================
--- integration-tests/trunk/ant-scripts/ant-build.xml	2011-07-28 15:26:45 UTC (rev 1138)
+++ integration-tests/trunk/ant-scripts/ant-build.xml	2011-07-28 15:54:08 UTC (rev 1139)
@@ -52,6 +52,9 @@
         </fileset>
      </move>
 
+    <copy file="${basedir}/../picketlink-int-webapps/claims/target/claims.war" todir="${TOMCAT6_DEPLOY}"/>
+
+
      <copy file="${basedir}/../common-dist/tomcat/tomcat-users.xml"
            todir="${TOMCAT6}/conf" />
      <copy file="${basedir}/../common-dist/tomcat/log4j.xml"



More information about the jboss-cvs-commits mailing list