You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2004/06/22 20:27:15 UTC

cvs commit: cocoon-2.1/src/blocks/portal/WEB-INF portlet.xml

vgritsenko    2004/06/22 11:27:15

  Modified:    src/blocks/portal/WEB-INF portlet.xml
  Log:
  kill tabs
  
  Revision  Changes    Path
  1.3       +48 -46    cocoon-2.1/src/blocks/portal/WEB-INF/portlet.xml
  
  Index: portlet.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal/WEB-INF/portlet.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- portlet.xml	6 Mar 2004 02:26:13 -0000	1.2
  +++ portlet.xml	22 Jun 2004 18:27:15 -0000	1.3
  @@ -13,50 +13,52 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
  +
  +  CVS $Id$
   -->
  -<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>
  -        <description>This is a Test Portlet</description>
  -		
  -        <portlet-name>TestPortlet1</portlet-name>
  -		
  -        <display-name>Test Portlet #1</display-name>
  -		
  -        <portlet-class>org.apache.cocoon.portal.pluto.test.TestPortlet</portlet-class>
  -
  -        <init-param>
  -			<name>dummyName</name>
  -			<value>dummyValue</value>
  -		</init-param>
  -		        
  -        <expiration-cache>-1</expiration-cache>
  -		        
  -        <supports>
  -			<mime-type>text/html</mime-type>
  -            <portlet-mode>VIEW</portlet-mode>
  -            <portlet-mode>EDIT</portlet-mode>
  -            <portlet-mode>HELP</portlet-mode>
  -		</supports>
  -
  -        <supported-locale>en</supported-locale>        
  -        <supported-locale>de</supported-locale>
  -
  -		<portlet-info>
  -			<title>Test Portlet #1</title>
  -			<short-title>Test1</short-title>
  -			<keywords>Test, Testen</keywords>
  -        </portlet-info>
  -	    <portlet-preferences>            
  -            <preference>
  -				<name>dumnmyName</name>
  -				<value>dummyValue</value>
  -				<read-only>false</read-only>
  -			</preference>			
  -            <preference>
  -				<name>dummyName2</name>
  -				<value>dummyValue2</value>
  -			</preference>
  -            <preferences-validator>org.apache.pluto.core.impl.PreferencesValidatorImpl</preferences-validator>
  -        </portlet-preferences>        
  -	</portlet>
  - </portlet-app>
  +<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>
  +    <description>This is a Test Portlet</description>
  +    <portlet-name>TestPortlet1</portlet-name>
  +    <display-name>Test Portlet #1</display-name>
  +    <portlet-class>org.apache.cocoon.portal.pluto.test.TestPortlet</portlet-class>
  +
  +    <init-param>
  +      <name>dummyName</name>
  +      <value>dummyValue</value>
  +    </init-param>
  +
  +    <expiration-cache>-1</expiration-cache>
  +
  +    <supports>
  +      <mime-type>text/html</mime-type>
  +      <portlet-mode>VIEW</portlet-mode>
  +      <portlet-mode>EDIT</portlet-mode>
  +      <portlet-mode>HELP</portlet-mode>
  +    </supports>
  +
  +    <supported-locale>en</supported-locale>
  +    <supported-locale>de</supported-locale>
  +
  +    <portlet-info>
  +      <title>Test Portlet #1</title>
  +      <short-title>Test1</short-title>
  +      <keywords>Test, Testen</keywords>
  +    </portlet-info>
  +    <portlet-preferences>
  +      <preference>
  +        <name>dumnmyName</name>
  +        <value>dummyValue</value>
  +        <read-only>false</read-only>
  +      </preference>
  +      <preference>
  +        <name>dummyName2</name>
  +        <value>dummyValue2</value>
  +      </preference>
  +      <preferences-validator>org.apache.pluto.core.impl.PreferencesValidatorImpl</preferences-validator>
  +    </portlet-preferences>
  +  </portlet>
  +</portlet-app>