[jboss-cvs] JBossAS SVN: r71909 - trunk/ejb3.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Apr 10 08:12:34 EDT 2008
Author: scott.stark at jboss.org
Date: 2008-04-10 08:12:34 -0400 (Thu, 10 Apr 2008)
New Revision: 71909
Modified:
trunk/ejb3/build.xml
Log:
Put org.jboss.ejb3.iiop.* classes moved from ejb3-core into a jboss-ejb3-iiop.jar included in the ejb3.deployer
Modified: trunk/ejb3/build.xml
===================================================================
--- trunk/ejb3/build.xml 2008-04-10 12:11:42 UTC (rev 71908)
+++ trunk/ejb3/build.xml 2008-04-10 12:12:34 UTC (rev 71909)
@@ -296,6 +296,12 @@
<include name="org/jboss/ejb3/client/**"/>
</fileset>
</jar>
+ <!-- jboss-ejb3-iiop.jar -->
+ <jar jarfile="${build.lib}/jboss-ejb3-iiop.jar" manifest="${build.etc}/default.mf">
+ <fileset dir="${build.classes}">
+ <include name="org/jboss/ejb3/iiop/**"/>
+ </fileset>
+ </jar>
<!-- jboss-ejb3-deployer.jar -->
<jar jarfile="${build.lib}/jboss-ejb3-deployer.jar" manifest="${build.etc}/default.mf">
<fileset dir="${build.classes}">
@@ -308,6 +314,7 @@
<copy todir="${build.lib}/ejb3.deployer">
<fileset dir="${build.lib}">
<include name="jboss-ejb3-deployer.jar"/>
+ <include name="jboss-ejb3-iiop.jar"/>
</fileset>
<fileset dir="${resources}">
<include name="META-INF/ejb3-deployers-beans.xml"/>
More information about the jboss-cvs-commits
mailing list