[jboss-cvs] JBossAS SVN: r87822 - branches/Branch_5_x/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 24 13:32:32 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-04-24 13:32:32 -0400 (Fri, 24 Apr 2009)
New Revision: 87822

Modified:
   branches/Branch_5_x/build/build.xml
Log:
Exclude jopr from server/standard


Modified: branches/Branch_5_x/build/build.xml
===================================================================
--- branches/Branch_5_x/build/build.xml	2009-04-24 17:24:55 UTC (rev 87821)
+++ branches/Branch_5_x/build/build.xml	2009-04-24 17:32:32 UTC (rev 87822)
@@ -852,6 +852,8 @@
         <exclude name="deploy/scheduler-service.xml"/>
         <exclude name="deploy/sqlexception-service.xml"/>
         <exclude name="deploy/vfs-jboss-beans.xml"/>
+        <!-- Exclude console to keep distr size sane, revisit common deploy location -->
+        <exclude name="deploy/jopr-embedded-jbas5.war"/>
         <include name="deployers/**"/>   <!-- call-by-value & isolation -->
         <exclude name="deployers/ear-deployer-jboss-beans.xml"/>
       </fileset>




More information about the jboss-cvs-commits mailing list