[Jboss-cvs] JBossAS SVN: r55191 - in trunk: . build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 4 11:37:35 EDT 2006


Author: ruel.loehr at jboss.com
Date: 2006-08-04 11:37:34 -0400 (Fri, 04 Aug 2006)
New Revision: 55191

Removed:
   trunk/jms/
Modified:
   trunk/build/build-distr.xml
   trunk/build/build.xml
Log:
remove jms from trunk

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2006-08-04 15:28:51 UTC (rev 55190)
+++ trunk/build/build-distr.xml	2006-08-04 15:37:34 UTC (rev 55191)
@@ -714,44 +714,7 @@
     </copy>
   </target>
 
-   <!-- =========== -->
-   <!-- Messaging 5 -->
-   <!-- =========== -->
 
-   <target name="_module-jms-most">
-     <property name="_module.name" value="jms" override="true"/>
-     <property name="_module.output" override="true"
-          value="${project.root}/${_module.name}/output"/>
-
-     <!-- Copy the generated libraries -->
-     <mkdir dir="${install.all.lib}"/>
-     <copy todir="${install.all.lib}" filtering="no">
-       <fileset dir="${_module.output}/lib">
-          <include name="jboss-messaging.jar"/>
-       </fileset>
-     </copy>
-
-     <!-- Copy the generated client libraries -->
-     <mkdir dir="${install.client}"/>
-     <copy todir="${install.client}" filtering="no">
-       <fileset dir="${_module.output}/lib">
-          <include name="*-client.jar"/>
-       </fileset>
-     </copy>
-
-   </target>
-
-   <target name="_module-jms-all" depends="_module-jms-most">
-
-     <!-- Copy the generated javadocs -->
-     <mkdir dir="${install.api}/${_module.name}"/>
-     <copy todir="${install.api}/${_module.name}" filtering="no">
-       <fileset dir="${_module.output}/api">
-          <include name="**/*"/>
-       </fileset>
-     </copy>
-   </target>
-
   <!-- ==== -->
   <!-- J2SE -->
   <!-- ==== -->

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2006-08-04 15:28:51 UTC (rev 55190)
+++ trunk/build/build.xml	2006-08-04 15:37:34 UTC (rev 55191)
@@ -105,7 +105,6 @@
       <module name="iiop"/>
       <module name="j2ee"/>
       <module name="j2se"/>
-      <module name="jms"/>
       <module name="jmx"/>
       <module name="management"/>
       <module name="mbeans"/>
@@ -159,7 +158,6 @@
                           aspects,
                           tomcat,
                           hibernate-int,
-                          jms,
                           console,
                           ${buildejb3}
                           webservice
@@ -486,18 +484,7 @@
      <ant antfile="build-distr.xml" target="_module-messaging-all"/>
   </target>
 
-   <!-- =========== -->
-   <!-- Messaging 5 -->
-   <!-- =========== -->
 
-   <target name="_module-jms-most">
-     <ant antfile="build-distr.xml" target="_module-jms-most"/>
-   </target>
-
-   <target name="_module-jms-all" depends="_module-jms-most">
-     <ant antfile="build-distr.xml" target="_module-jms-all"/>
-   </target>
-
   <!-- ==== -->
   <!-- J2SE -->
   <!-- ==== -->




More information about the jboss-cvs-commits mailing list