Author: alessio.soldano(a)jboss.com
Date: 2011-06-22 18:47:15 -0400 (Wed, 22 Jun 2011)
New Revision: 14605
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/scripts/cxf-jars-jaxws.xml
Log:
Make sure @InInterceptor is being considered
Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/scripts/cxf-jars-jaxws.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/scripts/cxf-jars-jaxws.xml 2011-06-22
22:40:39 UTC (rev 14604)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/scripts/cxf-jars-jaxws.xml 2011-06-22
22:47:15 UTC (rev 14605)
@@ -215,6 +215,9 @@
<zipfileset
dir="${tests.output.dir}/test-resources/jaxws/samples/wsrm/WEB-INF/wsdl"
prefix="WEB-INF/wsdl"/>
+ <manifest>
+ <attribute name="Dependencies"
value="org.apache.cxf"/>
+ </manifest>
</war>
<!-- jaxws-samples-wsse-policy-sign -->
Show replies by date