[embjopr-commits] EMBJOPR SVN: r547 - in trunk: jbas5 and 1 other directory.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Jun 22 22:38:59 EDT 2009


Author: ips
Date: 2009-06-22 22:38:59 -0400 (Mon, 22 Jun 2009)
New Revision: 547

Modified:
   trunk/core/src/main/webapp/login.xhtml
   trunk/jbas5/pom.xml
Log:
add the jboss-cache5 plugin to the JBAS5 admin-console WAR; add missing whitespace on login page


Modified: trunk/core/src/main/webapp/login.xhtml
===================================================================
--- trunk/core/src/main/webapp/login.xhtml	2009-06-23 00:07:39 UTC (rev 546)
+++ trunk/core/src/main/webapp/login.xhtml	2009-06-23 02:38:59 UTC (rev 547)
@@ -61,7 +61,7 @@
             <h:messages layout="table" styleClass="loginerror-msg"/>
             <h:form id="login_form">
                 <div>
-                    <h2>#{messages['login.welcome.paragraph1']}#{messages['product.name']}#{messages['login.welcome.paragraph2']}</h2>
+                    <h2>#{messages['login.welcome.paragraph1']} #{messages['product.name']}#{messages['login.welcome.paragraph2']}</h2>
 
                     <h2>#{messages['login.loginToProceed']}</h2>
 

Modified: trunk/jbas5/pom.xml
===================================================================
--- trunk/jbas5/pom.xml	2009-06-23 00:07:39 UTC (rev 546)
+++ trunk/jbas5/pom.xml	2009-06-23 02:38:59 UTC (rev 547)
@@ -63,6 +63,13 @@
                                     <groupId>${rhq.groupId}</groupId>
                                     <artifactId>rhq-jmx-plugin</artifactId>
                                     <version>${rhq.version}</version>
+                                </artifactItem>                      
+
+                                <!-- other plugins -->
+                                <artifactItem>
+                                    <groupId>${jopr.groupId}</groupId>
+                                    <artifactId>jopr-jboss-cache5-plugin</artifactId>
+                                    <version>${jopr.version}</version>
                                 </artifactItem>                                
                             </artifactItems>
                         </configuration>




More information about the embjopr-commits mailing list