dlouzan     2005/08/30 11:54:52

  Modified:    portlets/proxyportlet/war/examples
                        portletentityregistry.example.xml
  Log:
  Update content to pluto-1.0.1-rc4.
  
  Revision  Changes    Path
  1.3       +65 -68    
ws-wsrp4j/portlets/proxyportlet/war/examples/portletentityregistry.example.xml
  
  Index: portletentityregistry.example.xml
  ===================================================================
  RCS file: 
/home/cvs/ws-wsrp4j/portlets/proxyportlet/war/examples/portletentityregistry.example.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- portletentityregistry.example.xml 24 Aug 2005 18:03:12 -0000      1.2
  +++ portletentityregistry.example.xml 30 Aug 2005 18:54:52 -0000      1.3
  @@ -17,72 +17,69 @@
   
   <portlet-entity-registry>
   
  -    <!-- wsrp4j wsrp proxy portlet --> 
  -    <application id="99"> 
  -        <definition-id>proxyportlet</definition-id> 
  -        <portlet id="1"> 
  -            <definition-id>proxyportlet.ProxyPortlet</definition-id> 
  -            <!-- portlet --> 
  -            <preferences> 
  -                <pref-name>wsrp_portlet_handle</pref-name> 
  -                <pref-value>0.1</pref-value> 
  -             <read-only>false</read-only> 
  -            </preferences> 
  -            <!-- producer --> 
  -            <preferences> 
  -                <pref-name>wsrp_producer_id</pref-name> 
  -                <pref-value>1</pref-value> 
  -             <read-only>false</read-only> 
  -            </preferences>                 
  -        </portlet>     
  -        <portlet id="2"> 
  -            <definition-id>proxyportlet.ProxyPortlet</definition-id> 
  -            <!-- portlet --> 
  -            <preferences> 
  -                <pref-name>wsrp_portlet_handle</pref-name> 
  -                <pref-value>0.2</pref-value> 
  -             <read-only>false</read-only> 
  -            </preferences> 
  -            <!-- producer --> 
  -            <preferences> 
  -                <pref-name>wsrp_producer_id</pref-name> 
  -                <pref-value>1</pref-value> 
  -             <read-only>false</read-only> 
  -            </preferences>                 
  -        </portlet>     
  -    </application> 
  -     <application id="98"> 
  -     <definition-id>proxyportlet</definition-id> 
  -     <portlet id="1"> 
  -             <definition-id>proxyportlet.ProxyPortlet</definition-id> 
  -            <!-- portlet --> 
  -             <preferences> 
  -             <pref-name>wsrp_portlet_handle</pref-name> 
  -             <pref-value>99.1</pref-value> 
  -             <read-only>false</read-only> 
  -             </preferences> 
  -            <!-- producer --> 
  -         <preferences> 
  -                 <pref-name>wsrp_producer_id</pref-name> 
  -             <pref-value>1</pref-value> 
  -                 <read-only>false</read-only> 
  -         </preferences> 
  -         </portlet> 
  -     <portlet id="2"> 
  -             <definition-id>proxyportlet.ProxyPortlet</definition-id> 
  -            <!-- portlet --> 
  -         <preferences> 
  -                 <pref-name>wsrp_portlet_handle</pref-name> 
  -             <pref-value>99.2</pref-value> 
  -                    <read-only>false</read-only> 
  -             </preferences> 
  -            <!-- producer --> 
  -         <preferences> 
  -                 <pref-name>wsrp_producer_id</pref-name> 
  -             <pref-value>1</pref-value> 
  -                     <read-only>false</read-only> 
  -             </preferences> 
  -     </portlet> 
  -     </application> 
  +    <application id="3">
  +        <definition-id>testsuite</definition-id>
  +        <portlet id="1">
  +            <definition-id>testsuite.TestPortlet1</definition-id>
  +            <preferences>
  +                <pref-name>TEST</pref-name>
  +                <pref-value>TEST_VALUE</pref-value>
  +                <pref-value>ANOTHER</pref-value>
  +                <read-only>false</read-only>
  +            </preferences>
  +            <preferences>
  +                <pref-name>TestName4</pref-name>
  +                <pref-value>TestValue4</pref-value>
  +                <read-only>true</read-only>
  +            </preferences>
  +            <preferences>
  +                <pref-name>org.apache.pluto.testsuite.BOGUS_KEY</pref-name>
  +                <pref-value>notTheOriginal</pref-value>
  +                <read-only>false</read-only>
  +            </preferences>
  +        </portlet>
  +    </application>
       
  -</portlet-entity-registry>       
  +    <application id="4">
  +        <definition-id>testsuite</definition-id>
  +        <portlet id="1">
  +            <definition-id>testsuite.TestPortlet2</definition-id>
  +            <preferences>
  +                <pref-name>TestName4</pref-name>
  +                <pref-value>TestValue4</pref-value>
  +                <read-only>true</read-only>
  +            </preferences>
  +        </portlet>
  +    </application>
  +    
  +    <application id="5">
  +        <definition-id>pluto</definition-id>
  +        <portlet id="0">
  +            <definition-id>pluto.deploywar</definition-id>
  +        </portlet>
  +        <portlet id="1">
  +            <definition-id>pluto.portletentityregistry</definition-id>
  +        </portlet>
  +        <portlet id="2">
  +            <definition-id>pluto.pageregistry</definition-id>
  +        </portlet>
  +    </application>
  +    
  +    <application id="6">
  +        <definition-id>wsrp4j-consumer</definition-id>
  +        <portlet id="0">
  +            <definition-id>wsrp4j-consumer.WSRP4JConsumer</definition-id>
  +            <preferences>
  +                <pref-name>wsrp_portlet_handle</pref-name>
  +                <pref-value>0.1</pref-value>
  +             <read-only>false</read-only>
  +            </preferences>
  +            <preferences>
  +                <pref-name>wsrp_producer_id</pref-name>
  +                <pref-value>1</pref-value>
  +             <read-only>false</read-only>
  +            </preferences>
  +        </portlet>
  +    </application>
  +    
  +</portlet-entity-registry>      
  
  
  

Reply via email to