From: <plu...@us...> - 2003-12-02 17:22:23
|
Update of /cvsroot/portlet-opensrc/portlet-opensrc/jsr168/webcontent/googlesearch/WEB-INF In directory sc8-pr-cvs1:/tmp/cvs-serv29460/jsr168/webcontent/googlesearch/WEB-INF Modified Files: portlet.xml Log Message: change schema location to double it. Index: portlet.xml =================================================================== RCS file: /cvsroot/portlet-opensrc/portlet-opensrc/jsr168/webcontent/googlesearch/WEB-INF/portlet.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** portlet.xml 17 Nov 2003 17:58:42 -0000 1.2 --- portlet.xml 2 Dec 2003 17:22:19 -0000 1.3 *************** *** 1,6 **** <?xml version="1.0" encoding="UTF-8"?> ! <portlet-app 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"> ! ! <portlet> <portlet-name>GooglePortlet</portlet-name> <portlet-class>com.plumtree.portlet.portlets.GooglePortlet</portlet-class> --- 1,9 ---- <?xml version="1.0" encoding="UTF-8"?> ! <portlet-app 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> <portlet-name>GooglePortlet</portlet-name> <portlet-class>com.plumtree.portlet.portlets.GooglePortlet</portlet-class> *************** *** 12,16 **** <supports> <mime-type>text/html</mime-type> - <portlet-mode>edit</portlet-mode> <portlet-mode>help</portlet-mode> </supports> --- 15,18 ---- *************** *** 18,23 **** <portlet-info> ! <title>Google Portlet</title> ! <short-title>Googler</short-title> <keywords>Google, Search</keywords> </portlet-info> --- 20,25 ---- <portlet-info> ! <title>Google Search Portlet</title> ! <short-title>Google Search</short-title> <keywords>Google, Search</keywords> </portlet-info> |