[jboss-cvs] JBossAS SVN: r92734 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 24 06:07:22 EDT 2009


Author: jaikiran
Date: 2009-08-24 06:07:22 -0400 (Mon, 24 Aug 2009)
New Revision: 92734

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

Modified: trunk/ejb3/build.xml
===================================================================
--- trunk/ejb3/build.xml	2009-08-24 09:40:32 UTC (rev 92733)
+++ trunk/ejb3/build.xml	2009-08-24 10:07:22 UTC (rev 92734)
@@ -316,12 +316,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}">
@@ -346,7 +340,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"/>

Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2009-08-24 09:40:32 UTC (rev 92733)
+++ trunk/ejb3/pom.xml	2009-08-24 10:07:22 UTC (rev 92734)
@@ -79,7 +79,6 @@
                 <copy todir="target/ejb3.deployer">
                    <fileset dir="target">
                       <include name="jboss-as-ejb3-deployer.jar"/>
-                      <include name="jboss-as-ejb3-iiop.jar"/>
                    </fileset>
                    <fileset dir="target/resources">
                       <include name="META-INF/ejb3-deployers-jboss-beans.xml"/>




More information about the jboss-cvs-commits mailing list