[jboss-cvs] JBossAS SVN: r92730 - branches/Branch_5_x/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 24 05:07:26 EDT 2009


Author: jaikiran
Date: 2009-08-24 05:07:25 -0400 (Mon, 24 Aug 2009)
New Revision: 92730

Modified:
   branches/Branch_5_x/ejb3/build.xml
Log:
JBAS-7181 Removed (empty) jar creation of jboss-ejb3-iiop.jar

Modified: branches/Branch_5_x/ejb3/build.xml
===================================================================
--- branches/Branch_5_x/ejb3/build.xml	2009-08-24 07:45:17 UTC (rev 92729)
+++ branches/Branch_5_x/ejb3/build.xml	2009-08-24 09:07:25 UTC (rev 92730)
@@ -318,12 +318,6 @@
             <include name="org/jboss/ejb3/clientmodule/**"/>
          </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}">
@@ -348,7 +342,6 @@
       <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-jboss-beans.xml"/>




More information about the jboss-cvs-commits mailing list