[gatein-commits] gatein SVN: r4970 - in epp/examples/branches/EPP_5_0_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:05 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-11-08 13:26:05 -0500 (Mon, 08 Nov 2010)
New Revision: 4970

Removed:
   epp/examples/branches/EPP_5_0_Branch/portlets/idmhelloworld/bin/
Modified:
   epp/examples/branches/EPP_5_0_Branch/portlets/idmhelloworld/src/main/webapp/WEB-INF/portlet.xml
Log:
JBEPP-508: Duplicate portlet name between simplest-helloworld and idm-helloworld
Fixing for fixing


Modified: epp/examples/branches/EPP_5_0_Branch/portlets/idmhelloworld/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- epp/examples/branches/EPP_5_0_Branch/portlets/idmhelloworld/src/main/webapp/WEB-INF/portlet.xml	2010-11-08 18:19:33 UTC (rev 4969)
+++ epp/examples/branches/EPP_5_0_Branch/portlets/idmhelloworld/src/main/webapp/WEB-INF/portlet.xml	2010-11-08 18:26:05 UTC (rev 4970)
@@ -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