You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2003/10/17 22:03:19 UTC

cvs commit: jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF portlet.xml

weaver      2003/10/17 13:03:19

  Modified:    applications/demo/src/webapp/WEB-INF portlet.xml
  Log:
  added a description
  
  Revision  Changes    Path
  1.5       +2 -1      jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/portlet.xml
  
  Index: portlet.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/portlet.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- portlet.xml	10 Aug 2003 11:25:45 -0000	1.4
  +++ portlet.xml	17 Oct 2003 20:03:19 -0000	1.5
  @@ -8,6 +8,7 @@
        </init-param>   
       <portlet-name>HelloPortlet</portlet-name>
       <display-name>HelloWorld Portlet Wrapper</display-name>
  +    <description>This is the hello world of portlets, it doesn't do much</description>
       <portlet-class>org.apache.jetspeed.portlet.helloworld.HelloWorld</portlet-class>
       <expiration-cache>-1</expiration-cache>
       <supports>
  @@ -58,7 +59,7 @@
       	 <preference>
       	 	 <name>pref1</name>
       	 	 <value>Hello</value>
  -    	 	  <value>Hello2</value>
  +    	 	 <value>Hello2</value>
       	  </preference>
       </portlet-preferences>
     </portlet>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org