Update of /cvsroot/portlet-opensrc/portlet-opensrc/jsr168/webcontent/newsfeed/WEB-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv29350/jsr168/webcontent/newsfeed/WEB-INF
Modified Files:
portlet.xml
Log Message:
change schema location and removed config support
Index: portlet.xml
===================================================================
RCS file: /cvsroot/portlet-opensrc/portlet-opensrc/jsr168/webcontent/newsfeed/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:59:41 -0000 1.2
--- portlet.xml 2 Dec 2003 17:21:46 -0000 1.3
***************
*** 1,4 ****
<?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>RssPortlet</portlet-name>
--- 1,7 ----
<?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>RssPortlet</portlet-name>
***************
*** 11,15 ****
<supports>
<mime-type>text/html</mime-type>
- <portlet-mode>config</portlet-mode>
<portlet-mode>edit</portlet-mode>
<portlet-mode>help</portlet-mode>
--- 14,17 ----
***************
*** 30,34 ****
<value>http://headlines.internet.com/internetnews/fina-news/news.rss</value>
<value>http://www.sciencedaily.com/newsfeed.xml</value>
- <modifiable>1</modifiable>
</preference>
</portlet-preferences>
--- 32,35 ----
|