Author: richard.opalka(a)jboss.com
Date: 2008-04-23 03:39:57 -0400 (Wed, 23 Apr 2008)
New Revision: 6625
Modified:
framework/trunk/testsuite/test/ant-import/build-jars-jaxws.xml
Log:
fixing JBWS1822 test - BeanImpl wasn't packaged
Modified: framework/trunk/testsuite/test/ant-import/build-jars-jaxws.xml
===================================================================
--- framework/trunk/testsuite/test/ant-import/build-jars-jaxws.xml 2008-04-23 07:15:13 UTC
(rev 6624)
+++ framework/trunk/testsuite/test/ant-import/build-jars-jaxws.xml 2008-04-23 07:39:57 UTC
(rev 6625)
@@ -388,7 +388,7 @@
<!-- jaxws-jbws1822 -->
<jar
jarfile="${tests.output.dir}/test-libs/jaxws-jbws1822-shared.jar">
<fileset dir="${tests.output.dir}/test-classes">
- <include
name="org/jboss/test/ws/jaxws/jbws1822/shared/Bean.class"/>
+ <include
name="org/jboss/test/ws/jaxws/jbws1822/shared/BeanImpl.class"/>
<include
name="org/jboss/test/ws/jaxws/jbws1822/shared/BeanIface.class"/>
</fileset>
</jar>
@@ -400,7 +400,7 @@
</jar>
<jar
jarfile="${tests.output.dir}/test-libs/jaxws-jbws1822-two-ejb3-inside.jar">
<fileset dir="${tests.output.dir}/test-classes">
- <include
name="org/jboss/test/ws/jaxws/jbws1822/shared/Bean.class"/>
+ <include
name="org/jboss/test/ws/jaxws/jbws1822/shared/BeanImpl.class"/>
<include
name="org/jboss/test/ws/jaxws/jbws1822/shared/BeanIface.class"/>
<include
name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3Bean.class"/>
<include
name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3RemoteIface.class"/>
Show replies by date