You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2006/09/04 12:21:46 UTC

svn commit: r440015 - /portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/portlet.xml

Author: dlouzan
Date: Mon Sep  4 03:21:45 2006
New Revision: 440015

URL: http://svn.apache.org/viewvc?view=rev&rev=440015
Log:
Modified layout.

Modified:
    portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/portlet.xml

Modified: portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/portlet.xml
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/portlet.xml?view=diff&rev=440015&r1=440014&r2=440015
==============================================================================
--- portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/portlet.xml (original)
+++ portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/portlet.xml Mon Sep  4 03:21:45 2006
@@ -22,14 +22,14 @@
     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>
         <description>WSRP4J Consumer Portlet Description</description>
-		<portlet-name>WSRP4JConsumer</portlet-name>
-		<display-name>WSRP4J Consumer Portlet</display-name>
+            <portlet-name>WSRP4JConsumer</portlet-name>
+            <display-name>WSRP4J Consumer Portlet</display-name>
 
-		<portlet-class>
-            org.apache.wsrp4j.consumer.proxyportlet.impl.ProxyPortlet
-        </portlet-class>
+            <portlet-class>
+                org.apache.wsrp4j.consumer.proxyportlet.impl.ProxyPortlet
+            </portlet-class>
         
         <init-param>
             <name>consumer.enviroment.class</name>
@@ -40,19 +40,20 @@
         
         <expiration-cache>-1</expiration-cache>
         
-		<supports>
+        <supports>
             <mime-type>text/html</mime-type>
             <portlet-mode>VIEW</portlet-mode>
             <portlet-mode>EDIT</portlet-mode>
             <portlet-mode>HELP</portlet-mode>
-		</supports>
+        </supports>
         
         <supported-locale>en</supported-locale>
         
-		<portlet-info>
+        <portlet-info>
             <title>WSRP4JConsumerPortlet</title>
             <short-title>WSRP4JConsumer</short-title>
             <keywords>WSRP, WSRP4J, Consumer</keywords>
         </portlet-info>
     </portlet>
+    
 </portlet-app>