[gatein-commits] gatein SVN: r4971 - in epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld: src/main/webapp/WEB-INF and 1 other directory.
do-not-reply at jboss.org
do-not-reply at jboss.org
Mon Nov 8 13:26:14 EST 2010
Author: thomas.heute at jboss.com
Date: 2010-11-08 13:26:14 -0500 (Mon, 08 Nov 2010)
New Revision: 4971
Removed:
epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld/bin/
Modified:
epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld/src/main/webapp/WEB-INF/portlet.xml
Log:
JBEPP-508: Duplicate portlet name between simplest-helloworld and idm-helloworld
Modified: epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld/src/main/webapp/WEB-INF/portlet.xml 2010-11-08 18:26:05 UTC (rev 4970)
+++ epp/examples/branches/EPP_5_1_Branch/portlets/idmhelloworld/src/main/webapp/WEB-INF/portlet.xml 2010-11-08 18:26:14 UTC (rev 4971)
@@ -5,7 +5,7 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd
http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd">
<portlet>
- <portlet-name>SimplestHelloWorldPortlet</portlet-name>
+ <portlet-name>IDMHelloWorldPortlet</portlet-name>
<portlet-class>
org.jboss.portal.portlet.samples.IDMHelloWorldPortlet
</portlet-class>
@@ -13,7 +13,7 @@
<mime-type>text/html</mime-type>
</supports>
<portlet-info>
- <title>Simplest Hello World Portlet</title>
+ <title>IDM Hello World Portlet</title>
</portlet-info>
</portlet>
-</portlet-app>
\ No newline at end of file
+</portlet-app>
More information about the gatein-commits
mailing list