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 2005/08/24 20:03:13 UTC

cvs commit: ws-wsrp4j/portlets/proxyportlet/war/examples pageregistry.example.xml portletentityregistry.example.xml

dlouzan     2005/08/24 11:03:12

  Modified:    portlets/proxyportlet/war/examples pageregistry.example.xml
                        portletentityregistry.example.xml
  Log:
  Initial commit.
  
  Revision  Changes    Path
  1.2       +19 -1     ws-wsrp4j/portlets/proxyportlet/war/examples/pageregistry.example.xml
  
  Index: pageregistry.example.xml
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/portlets/proxyportlet/war/examples/pageregistry.example.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pageregistry.example.xml	17 Dec 2003 13:50:04 -0000	1.1
  +++ pageregistry.example.xml	24 Aug 2005 18:03:12 -0000	1.2
  @@ -1,6 +1,24 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +Copyright 2003-2005 The Apache Software Foundation.
  +
  +Licensed under the Apache License, Version 2.0 (the "License");
  +you may not use this file except in compliance with the License.
  +You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  +Unless required by applicable law or agreed to in writing, software
  +distributed under the License is distributed on an "AS IS" BASIS,
  +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.
  +-->
  +
   <portal>
  -    <fragment name="navigation" class="org.apache.pluto.portalImpl.aggregation.navigation.TabNavigation">
  +
  +    <fragment name="navigation" 
  +      class="org.apache.pluto.portalImpl.aggregation.navigation.TabNavigation">
       </fragment>
       
       <fragment name="ProxyTest" type="page">
  
  
  
  1.2       +18 -0     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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- portletentityregistry.example.xml	17 Dec 2003 13:50:04 -0000	1.1
  +++ portletentityregistry.example.xml	24 Aug 2005 18:03:12 -0000	1.2
  @@ -1,5 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +Copyright 2003-2005 The Apache Software Foundation.
  +
  +Licensed under the Apache License, Version 2.0 (the "License");
  +you may not use this file except in compliance with the License.
  +You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  +Unless required by applicable law or agreed to in writing, software
  +distributed under the License is distributed on an "AS IS" BASIS,
  +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.
  +-->
  +
   <portlet-entity-registry>
  +
       <!-- wsrp4j wsrp proxy portlet --> 
       <application id="99"> 
           <definition-id>proxyportlet</definition-id> 
  @@ -67,4 +84,5 @@
           	</preferences> 
       	</portlet> 
   	</application> 
  +    
   </portlet-entity-registry>