[jbossws-commits] JBossWS SVN: r2593 - in branches/jbossws-1.2.0: integration-jboss50 and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sun Mar 11 06:23:06 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-03-11 06:23:05 -0400 (Sun, 11 Mar 2007)
New Revision: 2593

Modified:
   branches/jbossws-1.2.0/integration-jboss42/build.xml
   branches/jbossws-1.2.0/integration-jboss50/build.xml
Log:
Use untyped Object instead of AnnotatedElement for jdk14 compatibility

Modified: branches/jbossws-1.2.0/integration-jboss42/build.xml
===================================================================
--- branches/jbossws-1.2.0/integration-jboss42/build.xml	2007-03-10 22:53:00 UTC (rev 2592)
+++ branches/jbossws-1.2.0/integration-jboss42/build.xml	2007-03-11 10:23:05 UTC (rev 2593)
@@ -161,6 +161,7 @@
     <!-- The JBossAS testsuite references jbossws from thirdparty -->
     <copy todir="${jboss42.home}/../../../thirdparty/jboss/jbossws/lib" overwrite="true">
       <fileset dir="${core.output.lib.dir}">
+        <include name="jbossws-integration.jar"/>
         <include name="jbossws-client.jar"/>
         <include name="jbossws-core.jar"/>
         <include name="jboss-jaxrpc.jar"/>
@@ -188,4 +189,4 @@
   <target name="all" description="Create a distribution zip file" depends="main">
   </target>
   
-</project>
\ No newline at end of file
+</project>

Modified: branches/jbossws-1.2.0/integration-jboss50/build.xml
===================================================================
--- branches/jbossws-1.2.0/integration-jboss50/build.xml	2007-03-10 22:53:00 UTC (rev 2592)
+++ branches/jbossws-1.2.0/integration-jboss50/build.xml	2007-03-11 10:23:05 UTC (rev 2593)
@@ -144,6 +144,7 @@
     <!-- The JBossAS testsuite references jbossws from thirdparty -->
     <copy todir="${jboss50.home}/../../../thirdparty/jboss/jbossws/lib" overwrite="true">
       <fileset dir="${core.output.lib.dir}">
+        <include name="jbossws-integration.jar"/>
         <include name="jbossws-client.jar"/>
         <include name="jbossws-core.jar"/>
         <include name="jboss-jaxrpc.jar"/>




More information about the jbossws-commits mailing list