From: <plu...@us...> - 2003-11-17 17:59:26
|
Update of /cvsroot/portlet-opensrc/portlet-opensrc/jsr168/webcontent/googlesearch/WEB-INF In directory sc8-pr-cvs1:/tmp/cvs-serv27832/jsr168/webcontent/googlesearch/WEB-INF Modified Files: portlet.xml Log Message: removed config mode Change placement of init-param Index: portlet.xml =================================================================== RCS file: /cvsroot/portlet-opensrc/portlet-opensrc/jsr168/webcontent/googlesearch/WEB-INF/portlet.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** portlet.xml 4 Nov 2003 21:47:06 -0000 1.1 --- portlet.xml 17 Nov 2003 17:58:42 -0000 1.2 *************** *** 5,20 **** <portlet-name>GooglePortlet</portlet-name> <portlet-class>com.plumtree.portlet.portlets.GooglePortlet</portlet-class> <expiration-cache>0</expiration-cache> <supports> <mime-type>text/html</mime-type> <portlet-mode>edit</portlet-mode> ! <portlet-mode>help</portlet-mode> ! <portlet-mode>config</portlet-mode> </supports> <supported-locale>en-US</supported-locale> ! <init-param> ! <name>key</name> ! <value></value> ! </init-param> <portlet-info> <title>Google Portlet</title> --- 5,20 ---- <portlet-name>GooglePortlet</portlet-name> <portlet-class>com.plumtree.portlet.portlets.GooglePortlet</portlet-class> + <init-param> + <name>key</name> + <value></value> + </init-param> <expiration-cache>0</expiration-cache> <supports> <mime-type>text/html</mime-type> <portlet-mode>edit</portlet-mode> ! <portlet-mode>help</portlet-mode> </supports> <supported-locale>en-US</supported-locale> ! <portlet-info> <title>Google Portlet</title> |