Author: taylor
Date: Wed Nov 15 14:26:05 2006
New Revision: 475468
URL: http://svn.apache.org/viewvc?view=rev&rev=475468
Log:
update keywords and description to read better in portlet selector
Modified:
portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/portlet.xml
Modified:
portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/portlet.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/portlet.xml?view=diff&rev=475468&r1=475467&r2=475468
==============================================================================
--- portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/portlet.xml
(original)
+++ portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/portlet.xml
Wed Nov 15 14:26:05 2006
@@ -16,8 +16,15 @@
$Id$
-->
-<portlet-app id="jpetstore" version="4.0.5">
+<portlet-app id="jpetstore"
+ xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
version="1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd
http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
<portlet id="JPetStorePortlet">
+ <description>The JPetstore Portlet runs the JPetstore Struts application
inside of a portlet. This is a good demo of how to develop Struts
portlets.</description>
+ <portlet-name>JPetstorePortlet</portlet-name>
+ <display-name>JPetstore Portlet</display-name>
+
<portlet-class>org.apache.portals.bridges.struts.StrutsPortlet</portlet-class>
<init-param>
<name>ServletContextProvider</name>
<value>org.apache.jetspeed.portlet.ServletContextProviderImpl</value>
@@ -29,11 +36,7 @@
<init-param>
<name>HelpPage</name>
<value>/help.shtml</value>
- </init-param>
- <portlet-name>JPetstorePortlet</portlet-name>
- <display-name>JPetstorePortlet</display-name>
- <description>JPetstorePortlet</description>
-
<portlet-class>org.apache.portals.bridges.struts.StrutsPortlet</portlet-class>
+ </init-param>
<expiration-cache>-1</expiration-cache>
<supports>
<mime-type>text/html</mime-type>
@@ -42,7 +45,7 @@
</supports>
<portlet-info>
<title>JPetstore</title>
- <keywords>Struts</keywords>
+ <keywords>Struts,pet,petstore,store,jpetstore,demo</keywords>
</portlet-info>
</portlet>
</portlet-app>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]