[jboss-cvs] Picketlink SVN: r1046 - in integration-tests/trunk: common-dist/jbossws and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 30 10:45:36 EDT 2011


Author: sguilhen at redhat.com
Date: 2011-06-30 10:45:36 -0400 (Thu, 30 Jun 2011)
New Revision: 1046

Added:
   integration-tests/trunk/common-dist/jbossws/3.4.1.GA/
   integration-tests/trunk/common-dist/jbossws/3.4.1.GA/jbossws-cxf-3.4.1.GA.zip
Modified:
   integration-tests/trunk/ant-scripts/ant-build.xml
   integration-tests/trunk/picketlink-sts-jbas6-cxf/pom.xml
Log:
Upgraded the JBoss WS CXF version used in the integration tests

Modified: integration-tests/trunk/ant-scripts/ant-build.xml
===================================================================
--- integration-tests/trunk/ant-scripts/ant-build.xml	2011-06-29 20:20:18 UTC (rev 1045)
+++ integration-tests/trunk/ant-scripts/ant-build.xml	2011-06-30 14:45:36 UTC (rev 1046)
@@ -8,7 +8,7 @@
    <property name="TOMCAT6" location="${basedir}/target/apache-tomcat-6.0.26/" />
    <property name="TOMCAT6_DEPLOY" location="${basedir}/target/apache-tomcat-6.0.26/webapps/" />
    <property name="TOMCAT6_LIB" location="${basedir}/target/apache-tomcat-6.0.26/lib/" />
-   <property name="JBWS_CXF_ZIP" location="${basedir}/../common-dist/jbossws/3.3.1.GA/jbossws-cxf-3.3.1.GA.zip"/>
+   <property name="JBWS_CXF_ZIP" location="${basedir}/../common-dist/jbossws/3.4.1.GA/jbossws-cxf-3.4.1.GA.zip"/>
    <property name="JBWS_CXF_HOME" location="${basedir}/target/jbossws-cxf-bin-dist/"/>
    <property environment="env" />
 

Added: integration-tests/trunk/common-dist/jbossws/3.4.1.GA/jbossws-cxf-3.4.1.GA.zip
===================================================================
(Binary files differ)


Property changes on: integration-tests/trunk/common-dist/jbossws/3.4.1.GA/jbossws-cxf-3.4.1.GA.zip
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: integration-tests/trunk/picketlink-sts-jbas6-cxf/pom.xml
===================================================================
--- integration-tests/trunk/picketlink-sts-jbas6-cxf/pom.xml	2011-06-29 20:20:18 UTC (rev 1045)
+++ integration-tests/trunk/picketlink-sts-jbas6-cxf/pom.xml	2011-06-30 14:45:36 UTC (rev 1046)
@@ -55,7 +55,7 @@
                  <property name="depclasspath" refid="maven.dependency.classpath"/>
                  <property name="localRepository" value="${user.home}/.m2/repository"/>
                  <ant antfile="${basedir}/../ant-scripts/ant-build.xml" target="init-jboss6" />
-                 <ant antfile="${basedir}/../ant-scripts/ant-build.xml" target="install-jbws-cxf-jbas6" />
+                 <!--ant antfile="${basedir}/../ant-scripts/ant-build.xml" target="install-jbws-cxf-jbas6" /-->
                  <ant antfile="${basedir}/../ant-scripts/ant-build.xml" target="copy-sts-props-jbas6" />
                  <ant antfile="${basedir}/../ant-scripts/ant-build.xml" target="start-jboss6" />
                 </tasks>



More information about the jboss-cvs-commits mailing list