[jbossws-commits] JBossWS SVN: r14050 - stack/cxf/branches/asoldano/modules/testsuite/cxf-spring-tests/scripts.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Apr 11 07:11:38 EDT 2011


Author: alessio.soldano at jboss.com
Date: 2011-04-11 07:11:38 -0400 (Mon, 11 Apr 2011)
New Revision: 14050

Modified:
   stack/cxf/branches/asoldano/modules/testsuite/cxf-spring-tests/scripts/cxf-jars-jaxws.xml
   stack/cxf/branches/asoldano/modules/testsuite/cxf-spring-tests/scripts/cxf-samples-jaxws.xml
Log:
Adding manifest module dependencies to fix testcase failures in cxf spring testsuite


Modified: stack/cxf/branches/asoldano/modules/testsuite/cxf-spring-tests/scripts/cxf-jars-jaxws.xml
===================================================================
--- stack/cxf/branches/asoldano/modules/testsuite/cxf-spring-tests/scripts/cxf-jars-jaxws.xml	2011-04-11 10:40:05 UTC (rev 14049)
+++ stack/cxf/branches/asoldano/modules/testsuite/cxf-spring-tests/scripts/cxf-jars-jaxws.xml	2011-04-11 11:11:38 UTC (rev 14050)
@@ -34,6 +34,9 @@
        <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/aegis/jaxws/WEB-INF/">
           <include name="jbossws-cxf.xml"/>
        </webinf>
+       <manifest>
+         <attribute name="Dependencies" value="org.apache.cxf"/>
+       </manifest>
     </war>
     
     <war
@@ -44,6 +47,9 @@
           <include name="org/jboss/test/ws/jaxws/cxf/aegis/AegisAnnotationGroupQueryImpl.class"/>
           <include name="org/jboss/test/ws/jaxws/cxf/aegis/Member.class"/>
        </classes>
+       <manifest>
+         <attribute name="Dependencies" value="org.apache.cxf"/>
+       </manifest>
     </war>
   	
   	<!-- jaxws-cxf-configuration -->
@@ -58,6 +64,9 @@
        <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/configuration/WEB-INF">
           <include name="jbossws-cxf.xml"/>
        </webinf>
+       <manifest>
+         <attribute name="Dependencies" value="org.apache.cxf"/>
+       </manifest>
     </war>
 
     <!-- jaxws-cxf-descriptor -->
@@ -72,6 +81,9 @@
       <webinf dir="${tests.output.dir}/test-resources/jaxws/cxf/descriptor/WEB-INF">
         <include name="jbossws-cxf.xml"/>
       </webinf>
+      <manifest>
+        <attribute name="Dependencies" value="org.apache.cxf"/>
+      </manifest>
     </war>
 
     <!-- jaxws-cxf-interop-wstrust10-client -->

Modified: stack/cxf/branches/asoldano/modules/testsuite/cxf-spring-tests/scripts/cxf-samples-jaxws.xml
===================================================================
--- stack/cxf/branches/asoldano/modules/testsuite/cxf-spring-tests/scripts/cxf-samples-jaxws.xml	2011-04-11 10:40:05 UTC (rev 14049)
+++ stack/cxf/branches/asoldano/modules/testsuite/cxf-spring-tests/scripts/cxf-samples-jaxws.xml	2011-04-11 11:11:38 UTC (rev 14050)
@@ -108,6 +108,9 @@
           <include name="bob.jks" />
           <include name="bob.properties" />
        </zipfileset>
+       <manifest>
+        <attribute name="Dependencies" value="org.apache.ws.security"/>
+      </manifest>
     </war>
 
     <!-- jaxws-samples-wsse-sign-client -->
@@ -135,6 +138,9 @@
           <include name="bob.jks" />
           <include name="bob.properties" />
        </zipfileset>
+       <manifest>
+        <attribute name="Dependencies" value="org.apache.ws.security"/>
+      </manifest>
     </war>
 
     <!-- jaxws-samples-wsse-sign-encrypt-client -->
@@ -158,6 +164,9 @@
           <include name="jbossws-cxf.xml"/>
           <include name="wsdl/*"/>
        </webinf>
+       <manifest>
+        <attribute name="Dependencies" value="org.apache.ws.security"/>
+      </manifest>
     </war>
 
     <!-- jaxws-samples-wsse-username-authorize -->
@@ -260,6 +269,9 @@
           <include name="bob.jks" />
           <include name="bob.properties" />
        </zipfileset>
+       <manifest>
+        <attribute name="Dependencies" value="org.apache.ws.security"/>
+      </manifest>
     </war>
 
     <!-- jaxws-samples-wssePolicy-sign-client -->
@@ -287,6 +299,9 @@
           <include name="bob.jks" />
           <include name="bob.properties" />
        </zipfileset>
+       <manifest>
+         <attribute name="Dependencies" value="org.apache.ws.security"/>
+       </manifest>
     </war>
 
     <!-- jaxws-samples-wssePolicy-sign-encrypt-client -->
@@ -310,6 +325,9 @@
           <include name="jbossws-cxf.xml"/>
           <include name="wsdl/*"/>
        </webinf>
+       <manifest>
+         <attribute name="Dependencies" value="org.apache.ws.security"/>
+       </manifest>
     </war>
 
     <!-- Please add alphabetically -->



More information about the jbossws-commits mailing list