Author: chris.laprun(a)jboss.com
Date: 2010-02-09 17:25:16 -0500 (Tue, 09 Feb 2010)
New Revision: 1594
Modified:
components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/portlet.xml
Log:
- Switched to Portlet 2.0.
- Fixed resource bundle name.
- Updated keywords so that they fit better in GateIn.
Modified: components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/portlet.xml 2010-02-09
22:23:45 UTC (rev 1593)
+++ components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/portlet.xml 2010-02-09
22:25:16 UTC (rev 1594)
@@ -1,6 +1,6 @@
<!--
~ JBoss, a division of Red Hat
- ~ Copyright 2009, Red Hat Middleware, LLC, and individual
+ ~ Copyright 2010, Red Hat Middleware, LLC, and individual
~ contributors as indicated by the @authors tag. See the
~ copyright.txt in the distribution for a full listing of
~ individual contributors.
@@ -21,10 +21,10 @@
~ 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
<portlet-app
-
xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
+
xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1...
http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
- version="1.0">
+
xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2...
http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
+ version="2.0">
<portlet>
<description>Configuration portlet for WSRP.</description>
<portlet-name>WSRPConfigurationPortlet</portlet-name>
@@ -45,10 +45,10 @@
<supported-locale>en</supported-locale>
<supported-locale>fr</supported-locale>
<supported-locale>pt_BR</supported-locale>
- <resource-bundle>WSRPConfigurationResource</resource-bundle>
+ <resource-bundle>Resource</resource-bundle>
<portlet-info>
<title>WSRP Configuration</title>
- <keywords>management,admin,wsrp</keywords>
+ <keywords>Administration,WSRP</keywords>
</portlet-info>
</portlet>
</portlet-app>
\ No newline at end of file