[jboss-cvs] Picketlink SVN: r1322 - in integration-tests/branches/product: picketlink-trust-eap5-cxf and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Nov 13 15:55:40 EST 2011


Author: pskopek at redhat.com
Date: 2011-11-13 15:55:40 -0500 (Sun, 13 Nov 2011)
New Revision: 1322

Modified:
   integration-tests/branches/product/picketlink-sts-eap5-cxf/pom.xml
   integration-tests/branches/product/picketlink-trust-eap5-cxf/pom.xml
Log:
Fixes to antrun-plugin version change.

Modified: integration-tests/branches/product/picketlink-sts-eap5-cxf/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-sts-eap5-cxf/pom.xml	2011-11-13 08:23:40 UTC (rev 1321)
+++ integration-tests/branches/product/picketlink-sts-eap5-cxf/pom.xml	2011-11-13 20:55:40 UTC (rev 1322)
@@ -80,6 +80,7 @@
                      <property name="localRepository" value="${user.home}/.m2/repository"/>
                      <property name="jboss.dist" value="${jboss.dist}" />
                      <property name="EAP_ZIP" value="${EAP_ZIP}" />
+                     <property name="CXF_INSTALLER_ZIP" value="${CXF_INSTALLER_ZIP}" />
                  </ant>
                  <ant antfile="${basedir}/../ant-scripts/ant-build.xml" target="copy-sts-props-eap5">
                      <property name="depclasspath" refid="maven.dependency.classpath"/>
@@ -88,6 +89,7 @@
                      <property name="localRepository" value="${user.home}/.m2/repository"/>
                      <property name="jboss.dist" value="${jboss.dist}" />
                      <property name="EAP_ZIP" value="${EAP_ZIP}" />
+                     <property name="CXF_INSTALLER_ZIP" value="${CXF_INSTALLER_ZIP}" />
                  </ant>
                  <ant antfile="${basedir}/../ant-scripts/ant-build.xml" target="start-eap5">
                      <property name="depclasspath" refid="maven.dependency.classpath"/>
@@ -96,6 +98,7 @@
                      <property name="localRepository" value="${user.home}/.m2/repository"/>
                      <property name="jboss.dist" value="${jboss.dist}" />
                      <property name="EAP_ZIP" value="${EAP_ZIP}" />
+                     <property name="CXF_INSTALLER_ZIP" value="${CXF_INSTALLER_ZIP}" />
                  </ant>
                 </target>
               </configuration>

Modified: integration-tests/branches/product/picketlink-trust-eap5-cxf/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-trust-eap5-cxf/pom.xml	2011-11-13 08:23:40 UTC (rev 1321)
+++ integration-tests/branches/product/picketlink-trust-eap5-cxf/pom.xml	2011-11-13 20:55:40 UTC (rev 1322)
@@ -134,6 +134,7 @@
                      <property name="localRepository" value="${user.home}/.m2/repository"/>
                      <property name="jboss.dist" value="${jboss.dist}" />
                      <property name="EAP_ZIP" value="${EAP_ZIP}" />
+                     <property name="CXF_INSTALLER_ZIP" value="${CXF_INSTALLER_ZIP}" />
                  </ant>
                  <ant antfile="${basedir}/../ant-scripts/ant-build.xml" target="copy-sts-props-eap5">
                      <property name="depclasspath" refid="maven.dependency.classpath"/>
@@ -142,6 +143,7 @@
                      <property name="localRepository" value="${user.home}/.m2/repository"/>
                      <property name="jboss.dist" value="${jboss.dist}" />
                      <property name="EAP_ZIP" value="${EAP_ZIP}" />
+                     <property name="CXF_INSTALLER_ZIP" value="${CXF_INSTALLER_ZIP}" />
                  </ant>
                  <ant antfile="${basedir}/../ant-scripts/ant-build.xml" target="copy-trust-settings-eap5">
                      <property name="depclasspath" refid="maven.dependency.classpath"/>
@@ -150,14 +152,15 @@
                      <property name="localRepository" value="${user.home}/.m2/repository"/>
                      <property name="jboss.dist" value="${jboss.dist}" />
                      <property name="EAP_ZIP" value="${EAP_ZIP}" />
+                     <property name="CXF_INSTALLER_ZIP" value="${CXF_INSTALLER_ZIP}" />
                  </ant>
-                    <property name="depclasspath" refid="maven.dependency.classpath"/>
-                    <property name="version" value="${pl-version}"/>
-                    <property name="pl-fed-webapps-assembly-version" value="${pl-fed-webapps-assembly-version}"/>
-                    <property name="localRepository" value="${user.home}/.m2/repository"/>
-                    <property name="jboss.dist" value="${jboss.dist}" />
-                    <property name="EAP_ZIP" value="${EAP_ZIP}" />
                  <ant antfile="${basedir}/../ant-scripts/ant-build.xml" target="start-eap5">
+                     <property name="depclasspath" refid="maven.dependency.classpath"/>
+                     <property name="version" value="${pl-version}"/>
+                     <property name="pl-fed-webapps-assembly-version" value="${pl-fed-webapps-assembly-version}"/>
+                     <property name="localRepository" value="${user.home}/.m2/repository"/>
+                     <property name="jboss.dist" value="${jboss.dist}" />
+                     <property name="EAP_ZIP" value="${EAP_ZIP}" />
                  </ant>
                 </target>
               </configuration>



More information about the jboss-cvs-commits mailing list