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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 19 16:11:49 EDT 2009


Author: stan.silvert at jboss.com
Date: 2009-10-19 16:11:49 -0400 (Mon, 19 Oct 2009)
New Revision: 95141

Modified:
   branches/Branch_5_x/build/build-distr.xml
Log:
JBAS-7380 Make admin console use MyFaces instead of Mojarra.  Add overwrite=true on web.xml for console.


Modified: branches/Branch_5_x/build/build-distr.xml
===================================================================
--- branches/Branch_5_x/build/build-distr.xml	2009-10-19 20:01:36 UTC (rev 95140)
+++ branches/Branch_5_x/build/build-distr.xml	2009-10-19 20:11:49 UTC (rev 95141)
@@ -2334,7 +2334,8 @@
         </fileset>
     </copy>
     <copy todir="${install.server}/all/deploy/admin-console.war/WEB-INF" 
-          file="${project.root}/varia/src/resources/admin-console/WEB-INF/web.xml"/>
+          file="${project.root}/varia/src/resources/admin-console/WEB-INF/web.xml"
+          overwrite="true"/>
     
 
     <mkdir dir="${install.server}/default/deploy/admin-console.war"/>
@@ -2353,6 +2354,7 @@
         </fileset>
     </copy>
     <copy todir="${install.server}/default/deploy/admin-console.war/WEB-INF" 
-          file="${project.root}/varia/src/resources/admin-console/WEB-INF/web.xml"/>
+          file="${project.root}/varia/src/resources/admin-console/WEB-INF/web.xml"
+          overwrite="true"/>
   </target>
 </project>




More information about the jboss-cvs-commits mailing list