[jboss-svn-commits] JBL Code SVN: r18177 - in labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/tools/console/management-web/src/main/webapp: WEB-INF and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jan 28 19:58:48 EST 2008


Author: tcunning
Date: 2008-01-28 19:58:48 -0500 (Mon, 28 Jan 2008)
New Revision: 18177

Added:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/tools/console/management-web/src/main/webapp/WEB-INF/
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/tools/console/management-web/src/main/webapp/WEB-INF/jboss-web.xml
Log:
bug:JBESB-1523
Add a dependency on jbossesbmanagement-service.xml.


Added: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/tools/console/management-web/src/main/webapp/WEB-INF/jboss-web.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/tools/console/management-web/src/main/webapp/WEB-INF/jboss-web.xml	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/tools/console/management-web/src/main/webapp/WEB-INF/jboss-web.xml	2008-01-29 00:58:48 UTC (rev 18177)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
+
+<jboss-web>
+   <depends>jboss.esb:service=ManagementDatabaseInitializer</depends>
+</jboss-web>




More information about the jboss-svn-commits mailing list