[jboss-cvs] JBossAS SVN: r66389 - trunk/iiop.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 24 11:12:07 EDT 2007


Author: sguilhen at redhat.com
Date: 2007-10-24 11:12:07 -0400 (Wed, 24 Oct 2007)
New Revision: 66389

Modified:
   trunk/iiop/build.xml
Log:
JBCTS-660: Added the HomeHandleImplIIOP inner class to the jboss-iiop-client.jar.



Modified: trunk/iiop/build.xml
===================================================================
--- trunk/iiop/build.xml	2007-10-24 15:10:47 UTC (rev 66388)
+++ trunk/iiop/build.xml	2007-10-24 15:12:07 UTC (rev 66389)
@@ -323,7 +323,7 @@
         <include name="**/jboss/iiop/rmi/marshal/strategy/StubStrategy$ExceptionReader.class"/>
         <include name="**/jboss/proxy/compiler/**"/>
         <include name="**/jboss/proxy/ejb/DynamicIIOPStub.class"/>
-        <include name="**/jboss/proxy/ejb/*ImplIIOP.class"/>
+        <include name="**/jboss/proxy/ejb/*ImplIIOP*.class"/>
         <include name="**/jboss/proxy/ejb/IIOPHomeFactory.class"/>
         <include name="**/jboss/tm/**"/>
         <exclude name="**/jboss/tm/iiop/TransactionServiceImpl*"/>




More information about the jboss-cvs-commits mailing list