[jboss-cvs] JBossAS SVN: r99804 - branches/EWP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 22 10:29:25 EST 2010


Author: fnasser at redhat.com
Date: 2010-01-22 10:29:25 -0500 (Fri, 22 Jan 2010)
New Revision: 99804

Modified:
   branches/EWP_5_0/build/jbossas-5-ewp.patch
Log:
JBPAPP-3505 - EWP Consoles and Server default page have references to EAP

Modified: branches/EWP_5_0/build/jbossas-5-ewp.patch
===================================================================
--- branches/EWP_5_0/build/jbossas-5-ewp.patch	2010-01-22 15:06:01 UTC (rev 99803)
+++ branches/EWP_5_0/build/jbossas-5-ewp.patch	2010-01-22 15:29:25 UTC (rev 99804)
@@ -30,10 +30,52 @@
 -      </property>
 -   </bean>
  </deployment>
+--- server/web/deploy/admin-console.war/WEB-INF/classes/messages.properties.orig	2010-01-22 09:37:46.000000000 -0500
++++ server/web/deploy/admin-console.war/WEB-INF/classes/messages.properties	2010-01-22 09:38:16.000000000 -0500
+@@ -20,12 +20,12 @@
+ #
+ # English message bundle for JBoss Admin Console GUI.
+ #
+-product.name=JBoss EAP Admin Console
++product.name=JBoss EWP Admin Console
+ product.version=1.3.2.GA
+ product.buildNumber=784
+ product.copyright=&copy; 2002-2009 Red Hat Middleware, LLC.  All rights reserved.  JBoss is a registered trademark of Red Hat, Inc.
+ 
+-default.windowTitle=JBoss EAP Admin Console
++default.windowTitle=JBoss EWP Admin Console
+ #default.header=Embedded Jopr Core
+ default.breadcrumb=default breadcrumb
+ 
+--- server/web/deploy/admin-console.war/META-INF/maven/org.jboss.jopr/jopr-embedded-jbas5/pom.xml.orig	2010-01-22 09:39:57.000000000 -0500
++++ server/web/deploy/admin-console.war/META-INF/maven/org.jboss.jopr/jopr-embedded-jbas5/pom.xml	2010-01-22 09:39:19.000000000 -0500
+@@ -22,7 +22,7 @@
+         <warDir>${basedir}/target/${project.build.finalName}</warDir>
+         <warFile>${warDir}.war</warFile>
+         <contextRoot>admin-console</contextRoot>
+-        <product.name>JBoss EAP Admin Console</product.name>
++        <product.name>JBoss EWP Admin Console</product.name>
+     </properties>
+ 
+     <dependencies>
 diff -Naur server/web/deploy/ROOT.war/index.html server/web/deploy/ROOT.war/index.html
 --- server/web/deploy/ROOT.war/index.html	2009-08-18 21:53:43.000000000 -0400
 +++ server/web/deploy/ROOT.war/index.html	2009-08-19 08:07:35.000000000 -0400
-@@ -19,7 +19,6 @@
+@@ -3,7 +3,7 @@
+ 
+ <html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+-   <title>Welcome to JBoss EAP</title>
++   <title>Welcome to JBoss EWP</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+    <link rel="StyleSheet" href="css/jboss.css" type="text/css"/>
+ </head>
+@@ -15,20 +15,19 @@
+    </a></div>
+ <!-- header end -->
+ 
+-<h3>Manage this JBoss EAP Instance</h3>
++<h3>Manage this JBoss EWP Instance</h3>
     <ul>      
        <li><a href="/admin-console/">Admin Console</a></li>
        <li><a href="/jmx-console/">JMX Console</a></li>
@@ -41,3 +83,15 @@
        <li><a href="/status">Tomcat status</a>
            <a href="/status?full=true">(full)</a>
            <a href="/status?XML=true">(XML)</a></li>
+    </ul>
+ 
+-   <h3>JBoss EAP Online Resources</h3>
++   <h3>JBoss EWP Online Resources</h3>
+    <ul>
+-      <li><a href="http://www.jboss.com/docs/">JBoss EAP Documentation</a></li>
+-      <li><a href="http://jira.jboss.org/jira/browse/JBPAPP">JBoss EAP JIRA</a></li>
++      <li><a href="http://www.jboss.com/docs/">JBoss EWP Documentation</a></li>
++      <li><a href="http://jira.jboss.org/jira/browse/JBPAPP">JBoss EWP JIRA</a></li>
+    </ul>
+ 
+ <!-- footer begin -->




More information about the jboss-cvs-commits mailing list