[jboss-cvs] JBossAS SVN: r99501 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 15 16:25:03 EST 2010


Author: fnasser at redhat.com
Date: 2010-01-15 16:25:02 -0500 (Fri, 15 Jan 2010)
New Revision: 99501

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

Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml	2010-01-15 21:17:45 UTC (rev 99500)
+++ branches/JBPAPP_5_0/build/build.xml	2010-01-15 21:25:02 UTC (rev 99501)
@@ -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"/>	
 
@@ -1145,13 +1147,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