[jboss-cvs] JBossAS SVN: r99499 - branches/EWP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 15 15:42:28 EST 2010


Author: fnasser at redhat.com
Date: 2010-01-15 15:42:28 -0500 (Fri, 15 Jan 2010)
New Revision: 99499

Modified:
   branches/EWP_5_0/build/build.xml
Log:
JBPAPP-3229 - Define minimal set of files (from EAP) to be distributed as EWP

Modified: branches/EWP_5_0/build/build.xml
===================================================================
--- branches/EWP_5_0/build/build.xml	2010-01-15 18:22:47 UTC (rev 99498)
+++ branches/EWP_5_0/build/build.xml	2010-01-15 20:42:28 UTC (rev 99499)
@@ -826,7 +826,9 @@
 
     <!-- end delete production litter -->
 
-    <!-- delete client and deployers litter -->
+    <!-- delete common, client and deployers litter -->
+    <delete file="${install.common.lib}/xnio-api.jar"/>	
+
     <delete file="${install.client}/jboss-iiop-client.jar"/>	
     <delete file="${install.client}/jboss-messaging-client.jar"/>	
 
@@ -1125,13 +1127,14 @@
         <exclude name="deploy/jms-ra.rar"/>
         <exclude name="deploy/jsr88-service.xml"/>
         <exclude name="deploy/jmx-remoting.sar"/>
-        <exclude name="deploy/xnio-provider.jar"/>
+        <exclude name="deploy/xnio-provider.jar/**"/>
         <exclude name="deploy/cache-invalidation-service.xml"/>
         <exclude name="deploy/uuid-key-generator.sar/**"/>
         <exclude name="deploy/http-invoker.sar/**"/>
         <exclude name="deploy/scheduler-service.xml"/>
         <exclude name="deploy/schedule-manager-service.xml"/>
         <include name="deployers/**"/> 
+        <exclude name="deployers/xnio.deployer/**"/>
       </fileset>
       <fileset dir="${install.all}">
         <include name="deploy/cluster/jbossweb-cluster.aop"/>




More information about the jboss-cvs-commits mailing list