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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 24 09:46:38 EDT 2009


Author: dimitris at jboss.org
Date: 2009-04-24 09:46:38 -0400 (Fri, 24 Apr 2009)
New Revision: 87798

Modified:
   branches/Branch_5_x/build/build.xml
Log:
exclude the embedded-jopr console from the standard config.

Modified: branches/Branch_5_x/build/build.xml
===================================================================
--- branches/Branch_5_x/build/build.xml	2009-04-24 13:43:01 UTC (rev 87797)
+++ branches/Branch_5_x/build/build.xml	2009-04-24 13:46:38 UTC (rev 87798)
@@ -841,7 +841,7 @@
         <include name="deploy/**"/>
         <exclude name="deploy/http-invoker.sar/**"/>
         <exclude name="deploy/jmx-remoting.sar/**"/>
-        <exclude name="jopr-embedded-jbas5.war/**"/>
+        <exclude name="deploy/jopr-embedded-jbas5.war/**"/>
         <exclude name="deploy/management/**"/>
         <exclude name="deploy/cache-invalidation-service.xml"/>
         <exclude name="deploy/mail-ra.rar"/>




More information about the jboss-cvs-commits mailing list