You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/07/21 14:35:08 UTC

svn commit: r424287 [3/4] - in /cocoon/trunk/blocks/cocoon-portal: cocoon-portal-bridges-impl/ cocoon-portal-bridges-impl/src/main/java/org/apache/cocoon/portal/bridges/ cocoon-portal-bridges-impl/target/ cocoon-portal-bridges-impl/target/classes/ coco...

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/om/servletdefinitionmapping.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/om/servletdefinitionmapping.xml?rev=424287&view=auto
==============================================================================
--- cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/om/servletdefinitionmapping.xml (added)
+++ cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/om/servletdefinitionmapping.xml Fri Jul 21 05:35:01 2006
@@ -0,0 +1,303 @@
+<?xml version="1.0"?>
+<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN"
+                           "http://castor.exolab.org/mapping.dtd">
+<!--
+  Copyright 1999-2004 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.
+-->
+<mapping>
+
+  <class name="org.apache.cocoon.portal.pluto.om.common.DisplayNameImpl">
+
+    <field name="displayName" type="java.lang.String">
+        <bind-xml node="text"/>
+    </field>
+    <field name="castorLocale" type="java.lang.String">
+        <bind-xml name="xml:lang" node="attribute"/>
+    </field>
+  </class>
+    
+  <class name="org.apache.cocoon.portal.pluto.om.common.TagDefinition">
+
+    <field name="uri" type="java.lang.String" required="true">
+      <bind-xml name="taglib-uri" node="element"/>
+    </field>
+
+    <field name="location" type="java.lang.String" required="true">
+      <bind-xml name="taglib-location" node="element"/>
+    </field>
+
+  </class>
+
+  <class name="org.apache.cocoon.portal.pluto.om.common.ResourceRef">
+
+    <field name="description" type="java.lang.String" required="false">
+      <bind-xml name="description" node="element"/>
+    </field>
+
+    <field name="name" type="java.lang.String" required="false">
+      <bind-xml name="res-ref-name" node="element"/>
+    </field>
+
+    <field name="type" type="java.lang.String" required="false">
+      <bind-xml name="res-type" node="element"/>
+    </field>
+
+    <field name="auth" type="java.lang.String" required="false">
+      <bind-xml name="res-auth" node="element"/>
+    </field>
+
+    <field name="sharing" type="java.lang.String" required="false">
+      <bind-xml name="res-sharing-scope" node="element"/>
+    </field>
+
+  </class>
+
+  <class name="org.apache.cocoon.portal.pluto.om.common.MimeType">
+
+    <field name="extension" type="java.lang.String" required="true">
+      <bind-xml name="extension" node="element"/>
+    </field>
+
+    <field name="mimeType" type="java.lang.String" required="true">
+      <bind-xml name="mime-type" node="element"/>
+    </field>
+
+  </class>
+
+  <class name="org.apache.cocoon.portal.pluto.om.common.SecurityConstraintImpl">
+
+  </class>
+
+  <class name="org.apache.cocoon.portal.pluto.om.common.DescriptionImpl">
+
+    <field name="description" type="java.lang.String">
+        <bind-xml node="text"/>
+    </field>
+    <field name="castorLocale" type="java.lang.String">
+        <bind-xml name="xml:lang" node="attribute"/>
+    </field>
+
+  </class>
+
+  <class name="org.apache.cocoon.portal.pluto.om.common.SecurityRoleImpl">
+
+    <field name="description" type="java.lang.String" required="false" >
+        <bind-xml name="description" node="element"/>
+    </field>
+    <field name="roleName" type="java.lang.String" required="true">
+      <bind-xml name="role-name" node="element"/>
+    </field>
+  </class>
+
+
+  <class name="org.apache.cocoon.portal.pluto.om.common.SecurityRoleRefImpl">
+
+    <field name="castorDescriptions" 
+           type="org.apache.cocoon.portal.pluto.om.common.DescriptionImpl" 
+           collection="collection">
+      <bind-xml name="description" node="element"/>
+    </field>
+    <field name="roleName" type="java.lang.String" required="true">
+      <bind-xml name="role-name" node="element"/>
+    </field>
+    <field name="roleLink" type="java.lang.String" required="false">
+        <bind-xml name="role-link" node="element"/>
+    </field>
+  </class>
+
+  <class name="org.apache.cocoon.portal.pluto.om.common.ParameterImpl">
+
+    <field name="name" type="java.lang.String" required="true">
+      <bind-xml name="param-name" node="element"/>
+    </field>
+    <field name="value" type="java.lang.String" required="true">
+      <bind-xml name="param-value" node="element"/>
+    </field>
+    <field name="castorDescriptions" 
+           type="org.apache.cocoon.portal.pluto.om.common.DescriptionImpl" 
+           collection="collection">
+      <bind-xml name="description" node="element"/>
+    </field>
+
+  </class>
+
+  <class name="org.apache.cocoon.portal.pluto.om.ServletMapping">
+
+    <field name="id" type="java.lang.String">
+      <bind-xml name="id" node="attribute"/>
+    </field>
+
+    <field name="servletName" type="java.lang.String" required="true">
+      <bind-xml name="servlet-name" node="element"/>
+    </field>
+    <field name="urlPattern" type="java.lang.String" required="true">
+      <bind-xml name="url-pattern" node="element"/>
+    </field>
+
+  </class>
+  
+  <class name="org.apache.cocoon.portal.pluto.om.ServletDefinitionImpl">
+
+    <field name="castorId" type="java.lang.String">
+      <bind-xml name="id" node="attribute"/>
+    </field>
+
+    <field name="servletName" type="java.lang.String" required="true">
+      <bind-xml name="servlet-name" node="element"/>
+    </field>
+
+    <field name="castorDisplayNames" 
+         type="org.apache.cocoon.portal.pluto.om.common.DisplayNameImpl"
+         collection="collection">
+      <bind-xml name="display-name" node="element"/>
+    </field>
+
+    <field name="castorDescriptions" 
+         type="org.apache.cocoon.portal.pluto.om.common.DescriptionImpl"
+         collection="collection">
+      <bind-xml name="description" node="element"/>
+    </field>
+
+    <field name="servletClass" type="java.lang.String">
+      <bind-xml name="servlet-class" node="element"/>
+    </field>
+
+    <field name="castorInitParams"
+           type="org.apache.cocoon.portal.pluto.om.common.ParameterImpl"
+           collection="collection">
+      <bind-xml name="init-param" node="element"/>
+    </field>
+
+    <!-- only for completion, not used in class file -->
+    <field name="icon" transient="true" direct="true">
+      <bind-xml name="icon" node="element"/>
+    </field>
+
+    <field name="loadOnStartup" transient="true" direct="true">
+      <bind-xml name="load-on-startup" node="element"/>
+    </field>
+
+    <field name="jspFile" type="java.lang.String">
+      <bind-xml name="jsp-file" node="element"/>
+    </field>
+
+    <field name="castorInitSecurityRoleRefs"
+           type="org.apache.cocoon.portal.pluto.om.common.SecurityRoleRefImpl"
+           collection="collection">
+      <bind-xml name="security-role-ref" node="element"/>
+    </field>
+  </class>
+
+  <class name="org.apache.cocoon.portal.pluto.om.WebApplicationDefinitionImpl">
+    <map-to xml="web-app"/>
+
+    <field name="castorId" type="java.lang.String">
+      <bind-xml name="id" node="attribute"/>
+    </field>
+
+    <field name="castorDisplayNames" 
+         type="org.apache.cocoon.portal.pluto.om.common.DisplayNameImpl"
+         collection="collection">
+      <bind-xml name="display-name" node="element"/>
+    </field>
+    <field name="castorDescriptions" 
+         type="org.apache.cocoon.portal.pluto.om.common.DescriptionImpl"
+         collection="collection">
+      <bind-xml name="description" node="element"/>
+    </field>
+    <field name="castorInitParams"
+           type="org.apache.cocoon.portal.pluto.om.common.ParameterImpl"
+           collection="collection">
+      <bind-xml name="context-param" node="element"/>
+    </field>
+    <field name="castorServlets"
+           type="org.apache.cocoon.portal.pluto.om.ServletDefinitionImpl"
+           collection="collection"
+           required="true">
+      <bind-xml name="servlet" node="element"/>
+    </field>
+    <field name="servletMappings"
+           type="org.apache.cocoon.portal.pluto.om.ServletMapping"
+           collection="collection"
+           required="true">
+      <bind-xml name="servlet-mapping" node="element"/>
+    </field>
+    
+    <field name="castorTagDefinitions"
+           type="org.apache.cocoon.portal.pluto.om.common.TagDefinition"
+           collection="collection">
+       <bind-xml name="taglib" node="element" />
+    </field>
+
+    <field name="castorResourceRefSet"
+           type="org.apache.cocoon.portal.pluto.om.common.ResourceRef"
+           collection="collection">
+        <bind-xml name="resource-ref" node="element"/>
+    </field>
+
+    <!-- only for completion, not used in class file -->
+    <field name="icon" transient="true" direct="true">
+        <bind-xml name="icon" node="element"/>
+    </field>
+    <field name="distributable" transient="true" direct="true">
+        <bind-xml name="distributable" node="element"/>
+    </field>
+    <field name="sessionConfig" transient="true" direct="true">
+        <bind-xml name="session-config" node="element"/>
+    </field>
+    <field name="castorMimeMappings"
+    	transient="true"
+    	required="false"
+    	type="org.apache.cocoon.portal.pluto.om.common.MimeType"
+    	collection="collection">
+      <bind-xml name="mime-mapping" node="element"/>
+    </field>
+    <field name="welcomeFileList" transient="true" direct="true">
+        <bind-xml name="welcome-file-list" node="element"/>
+    </field>
+    <field name="errorPage" transient="true" direct="true">
+        <bind-xml name="error-page" node="element"/>
+    </field>
+    
+      <field name="securityConstraints"
+          transient="true"
+          required="false"
+          type="org.apache.cocoon.portal.pluto.om.common.SecurityConstraintImpl"
+          collection="collection">
+        <bind-xml name="security-constraint" node="element"/>
+    </field>
+
+    <field name="loginConfig" transient="true" direct="true">
+        <bind-xml name="login-config" node="element"/>
+    </field>
+    <!--field name="securityRole" transient="false" direct="true">
+        <bind-xml name="security-role" node="element"/>
+    </field-->
+    <field name="securityRoles"
+    	transient="false"
+    	type="org.apache.cocoon.portal.pluto.om.common.SecurityRoleImpl"
+    	required="false"
+    	collection="collection">
+      <bind-xml name="security-role" node="element"/>
+    </field>
+    <field name="envEntry" transient="true" direct="true">
+        <bind-xml name="env-entry" node="element"/>
+    </field>
+    <field name="ejbRef" transient="true" direct="true">
+        <bind-xml name="ejb-ref" node="element"/>
+    </field>
+  </class>
+  
+</mapping>

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/om/servletdefinitionmapping.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/om/servletdefinitionmapping.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/portal-pluto.roles
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/portal-pluto.roles?rev=424287&view=auto
==============================================================================
--- cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/portal-pluto.roles (added)
+++ cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/portal-pluto.roles Fri Jul 21 05:35:01 2006
@@ -0,0 +1,36 @@
+<!--
+  Copyright 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.
+-->
+<!-- $Id: portal-pluto.roles 424283 2006-07-21 12:22:28Z cziegeler $ -->
+<role-list>
+
+  <!--+
+      | Renderer Aspects
+      |
+      +-->
+    <role name="org.apache.cocoon.portal.layout.renderer.aspect.RendererAspect/portlet-window"
+          default-class="org.apache.cocoon.portal.pluto.adapter.PortletWindowAspect"/>
+
+  <!--+
+      | Coplet Adapters
+      |
+      +-->
+    <!--+
+        | This is the JSR-168 adapter.
+        +-->
+    <role name="org.apache.cocoon.portal.coplet.adapter.CopletAdapter/portlet"
+          default-class="org.apache.cocoon.portal.pluto.adapter.PortletAdapter"/>
+
+</role-list>
\ No newline at end of file

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/service/log/LogServiceImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/service/log/LogServiceImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/service/log/LogServiceImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/service/log/LoggerImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/service/log/LoggerImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/service/log/LoggerImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/services/PropertyManagerServiceImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/services/PropertyManagerServiceImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/services/PropertyManagerServiceImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/services/factory/FactoryManagerServiceImpl$PortalServletConfig.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/services/factory/FactoryManagerServiceImpl%24PortalServletConfig.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/services/factory/FactoryManagerServiceImpl$PortalServletConfig.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/services/factory/FactoryManagerServiceImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/services/factory/FactoryManagerServiceImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/services/factory/FactoryManagerServiceImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/PortletServlet$PortletInfo.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/PortletServlet%24PortletInfo.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/PortletServlet$PortletInfo.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/PortletServlet.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/PortletServlet.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/PortletServlet.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/ServletRequestImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/ServletRequestImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/ServletRequestImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/ServletResponseImpl$MyOutputStream.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/ServletResponseImpl%24MyOutputStream.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/ServletResponseImpl$MyOutputStream.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/ServletResponseImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/ServletResponseImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/servlet/ServletResponseImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/test/TestPortlet.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/test/TestPortlet.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/classes/org/apache/cocoon/portal/pluto/test/TestPortlet.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/cocoon-portal-portlet-impl-1.0.0-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/cocoon-portal-portlet-impl-1.0.0-SNAPSHOT.jar?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/cocoon-portal-portlet-impl-1.0.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/exported-pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/exported-pom.xml?rev=424287&view=auto
==============================================================================
--- cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/exported-pom.xml (added)
+++ cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/exported-pom.xml Fri Jul 21 05:35:01 2006
@@ -0,0 +1,436 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>cocoon-portal</artifactId>
+    <groupId>org.apache.cocoon</groupId>
+    <version>1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.cocoon</groupId>
+  <artifactId>cocoon-portal-portlet-impl</artifactId>
+  <name>Portal Block Portlet Implementation</name>
+  <version>1.0.0-SNAPSHOT</version>
+  <description>The Apache Software Foundation provides support for the Apache community of open-source software projects.
+    The Apache projects are characterized by a collaborative, consensus based development process, an open and
+    pragmatic software license, and a desire to create high quality software that leads the way in its field.
+    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
+    and users.</description>
+  <url>http://cocoon.apache.org/cocoon-blocks-modules/cocoon-portal/cocoon-portal-portlet-impl</url>
+  <issueManagement>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/COCOON</url>
+  </issueManagement>
+  <ciManagement>
+    <system>continuum</system>
+    <url>http://cocoon.zones.apache.org:12000/continuum/servlet/continuum</url>
+    <notifiers>
+      <notifier>
+        <configuration>
+          <address>dev@cocoon.apache.org</address>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Cocoon User List</name>
+      <subscribe>users-subscribe@cocoon.apache.org</subscribe>
+      <unsubscribe>users-unsubscribe@cocoon.apache.org</unsubscribe>
+      <post>users@cocoon.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/cocoon-users</archive>
+      <otherArchives>
+        <otherArchive>http://www.mail-archive.com/users@cocoon.apache.org/</otherArchive>
+        <otherArchive>http://marc.theaimsgroup.com/?l=xml-cocoon-user</otherArchive>
+        <otherArchive>http://news.gmane.org/gmane.text.xml.cocoon.user</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Cocoon Developer List</name>
+      <subscribe>dev-subscribe@cocoon.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@cocoon.apache.org</unsubscribe>
+      <post>dev@cocoon.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/cocoon-dev</archive>
+      <otherArchives>
+        <otherArchive>http://www.mail-archive.com/dev@cocoon.apache.org/</otherArchive>
+        <otherArchive>http://marc.theaimsgroup.com/?l=xml-cocoon-dev</otherArchive>
+        <otherArchive>http://news.gmane.org/gmane.text.xml.cocoon.dev</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Cocoon Documentation List</name>
+      <subscribe>docs-subscribe@cocoon.apache.org</subscribe>
+      <unsubscribe>docs-unsubscribe@cocoon.apache.org</unsubscribe>
+      <post>docs@cocoon.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/cocoon-docs</archive>
+      <otherArchives>
+        <otherArchive>http://www.mail-archive.com/dev@cocoon.apache.org/</otherArchive>
+        <otherArchive>http://marc.theaimsgroup.com/?l=xml-cocoon-docs</otherArchive>
+        <otherArchive>http://news.gmane.org/gmane.text.xml.cocoon.docs</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Cocoon Subversion Repository List</name>
+      <subscribe>cvs-subscribe@cocoon.apache.org</subscribe>
+      <unsubscribe>cvs-unsubscribe@cocoon.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/cocoon-cvs</archive>
+      <otherArchives>
+        <otherArchive>http://www.mail-archive.com/cvs@cocoon.apache.org/</otherArchive>
+        <otherArchive>http://marc.theaimsgroup.com/?l=xml-cocoon-cvs</otherArchive>
+        <otherArchive>http://news.gmane.org/gmane.text.xml.cocoon.cvs</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+  <developers>
+    <developer>
+      <id>crossley</id>
+      <name>David Crossley</name>
+      <email>crossley@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org/</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+10</timezone>
+    </developer>
+    <developer>
+      <id>bdelacretaz</id>
+      <name>Bertrand Delacretaz</name>
+      <email>bdelacretaz@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>danielf</id>
+      <name>Daniel Fagerstrom</name>
+      <email>danielf@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>antonio</id>
+      <name>Antonio Gallardo</name>
+      <email>antonio@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>-6</timezone>
+    </developer>
+    <developer>
+      <id>lgawron</id>
+      <name>Leszek Gawron</name>
+      <email>lgawron@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>joerg</id>
+      <name>Jörg Heinicke</name>
+      <email>joerg@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>jheymans</id>
+      <name>Jorg Heymans</name>
+      <email>jheymans@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>anathaniel</id>
+      <name>Alfred Nathaniel</name>
+      <email>anathaniel@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>giacomo</id>
+      <name>Giacomo Pati</name>
+      <email>giacomo@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>reinhard</id>
+      <name>Reinhard Poetz</name>
+      <email>reinhard@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>jbq</id>
+      <name>Jean-Baptiste Quenot</name>
+      <email>jbq@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>gianugo</id>
+      <name>Gianugo Rabellino</name>
+      <email>gianugo@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>cziegeler</id>
+      <name>Carsten Ziegeler</name>
+      <email>cziegeler@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>vgritsenko</id>
+      <name>Vadim Gritsenko</name>
+      <email>vgritsenko@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/trunk/cocoon-blocks-modules/cocoon-portal/cocoon-portal-portlet-impl</developerConnection>
+    <url>http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-blocks-modules/cocoon-portal/cocoon-portal-portlet-impl</url>
+  </scm>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+  <build>
+    <sourceDirectory>D:\dev\workspace\cocoon-2.2\blocks\cocoon-portal\cocoon-portal-portlet-impl\src\main\java</sourceDirectory>
+    <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
+    <testSourceDirectory>D:\dev\workspace\cocoon-2.2\blocks\cocoon-portal\cocoon-portal-portlet-impl\src\test\java</testSourceDirectory>
+    <outputDirectory>D:\dev\workspace\cocoon-2.2\blocks\cocoon-portal\cocoon-portal-portlet-impl\target\classes</outputDirectory>
+    <testOutputDirectory>D:\dev\workspace\cocoon-2.2\blocks\cocoon-portal\cocoon-portal-portlet-impl\target\test-classes</testOutputDirectory>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh-external</artifactId>
+        <version>1.0-alpha-6</version>
+      </extension>
+    </extensions>
+    <resources>
+      <resource>
+        <directory>D:\dev\workspace\cocoon-2.2\blocks\cocoon-portal\cocoon-portal-portlet-impl\src\main\resources</directory>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>D:\dev\workspace\cocoon-2.2\blocks\cocoon-portal\cocoon-portal-portlet-impl\src\test\resources</directory>
+      </testResource>
+    </testResources>
+    <directory>D:\dev\workspace\cocoon-2.2\blocks\cocoon-portal\cocoon-portal-portlet-impl\target</directory>
+    <finalName>cocoon-portal-portlet-impl-1.0.0-SNAPSHOT</finalName>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.2</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.0</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-install-plugin</artifactId>
+        <version>2.1</version>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <id>central</id>
+      <name>Maven central repository</name>
+      <url>http://ibiblio.org/maven2</url>
+    </repository>
+    <repository>
+      <id>apache.snapshot</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://svn.apache.org/maven-snapshot-repository</url>
+    </repository>
+    <repository>
+      <id>apache-cvs</id>
+      <name>Apache Maven Repository</name>
+      <url>http://svn.apache.org/repository</url>
+      <layout>legacy</layout>
+    </repository>
+    <repository>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://svn.apache.org/maven-snapshot-repository</url>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <releases>
+        <updatePolicy>never</updatePolicy>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>central</id>
+      <name>Maven Plugin Repository</name>
+      <url>http://repo1.maven.org/maven2</url>
+    </pluginRepository>
+  </pluginRepositories>
+  <dependencies>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.3</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-core</artifactId>
+      <version>2.2.0-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>castor</groupId>
+      <artifactId>castor</artifactId>
+      <version>1.0M1</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>xerces</artifactId>
+          <groupId>xerces</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-logging-api</artifactId>
+          <groupId>commons-logging</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-portal-impl</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-portal-bridges-impl</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>portlet-api</groupId>
+      <artifactId>portlet-api</artifactId>
+      <version>1.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pluto</groupId>
+      <artifactId>pluto</artifactId>
+      <version>1.0.1</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+  <reporting>
+    <outputDirectory>target/site</outputDirectory>
+    <plugins>
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>dependencies</report>
+              <report>project-team</report>
+              <report>mailing-list</report>
+              <report>cim</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+  <distributionManagement>
+    <repository>
+      <id>apache-maven</id>
+      <name>release repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache-maven-snapshot</id>
+      <name>snapshot repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+  </distributionManagement>
+</project>
\ No newline at end of file

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/exported-pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-portlet-impl/target/exported-pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resources/COB-INF/config/xconf/cocoon-portal-sample.xconf
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resources/COB-INF/config/xconf/cocoon-portal-sample.xconf?rev=424287&r1=424286&r2=424287&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resources/COB-INF/config/xconf/cocoon-portal-sample.xconf (original)
+++ cocoon/trunk/blocks/cocoon-portal/cocoon-portal-sample/src/main/resources/COB-INF/config/xconf/cocoon-portal-sample.xconf Fri Jul 21 05:35:01 2006
@@ -35,10 +35,12 @@
 
   <!-- Include portal roles -->
   <include src="resource://org/apache/cocoon/portal/portal.roles"/>
-  <!-- If you don't need JSR 168 support, you can remove the following include: -->
+  <!-- If you don't need JSR 168 support, you can remove the following include: 
   <include src="resource://org/apache/cocoon/portal/pluto/portal-pluto.roles"/>
-  <!-- If you don't need WSRP support, you can remove the following include: -->
+  -->
+  <!-- If you don't need WSRP support, you can remove the following include: 
   <include src="resource://org/apache/cocoon/portal/wsrp/portal-wsrp.roles"/>
+  -->
 
   <!-- We use CAuth for authentication. If you don't use CAuth remove this line: -->
   <include src="auth-cauth.xconf"/>

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/pom.xml?rev=424287&view=auto
==============================================================================
--- cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/pom.xml (added)
+++ cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/pom.xml Fri Jul 21 05:35:01 2006
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 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.
+-->
+<!--+
+    | @version $Id$
+    |
+    +-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.cocoon</groupId>
+    <artifactId>cocoon-portal</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>cocoon-portal-wsrp-impl</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <name>Portal Block WSRP Implementation</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-core</artifactId>
+      <version>2.2.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-portal-impl</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.axis</groupId>
+      <artifactId>axis</artifactId>
+      <version>1.4</version>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.mail</groupId>
+          <artifactId>mail</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.activation</groupId>
+          <artifactId>activation</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.axis</groupId>
+      <artifactId>axis-saaj</artifactId>
+      <version>1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.axis</groupId>
+      <artifactId>axis-jaxrpc</artifactId>
+      <version>1.4</version>
+    </dependency>
+    <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis-wsdl4j</artifactId>
+      <version>1.5.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-discovery</groupId>
+      <artifactId>commons-discovery</artifactId>
+      <version>0.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.pluto</groupId>
+      <artifactId>pluto</artifactId>
+      <version>1.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>portlet-api</groupId>
+      <artifactId>portlet-api</artifactId>
+      <version>1.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.3</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>wsrp4j</groupId>
+      <artifactId>wsrp4j-consumer</artifactId>
+      <version>0.3-dev</version>
+    </dependency>
+    <dependency>
+      <groupId>wsrp4j</groupId>
+      <artifactId>wsrp4j-shared</artifactId>
+      <version>0.3-dev</version>
+    </dependency>
+  </dependencies>
+</project>

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPAdapter$FormRewritingHandler.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPAdapter%24FormRewritingHandler.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPAdapter$FormRewritingHandler.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPAdapter.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPAdapter.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPAdapter.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPEvent.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPEvent.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPEvent.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPEventAspect.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPEventAspect.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPEventAspect.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPPortletWindowAspect$PreparedConfiguration.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPPortletWindowAspect%24PreparedConfiguration.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPPortletWindowAspect$PreparedConfiguration.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPPortletWindowAspect.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPPortletWindowAspect.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/adapter/WSRPPortletWindowAspect.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/ConsumerEnvironmentImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/ConsumerEnvironmentImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/ConsumerEnvironmentImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/GroupSessionImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/GroupSessionImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/GroupSessionImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/PortletDriverImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/PortletDriverImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/PortletDriverImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/PortletDriverRegistryImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/PortletDriverRegistryImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/PortletDriverRegistryImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/PortletRegistryImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/PortletRegistryImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/PortletRegistryImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/PortletSessionImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/PortletSessionImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/PortletSessionImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/ProducerDescription.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/ProducerDescription.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/ProducerDescription.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/ProducerRegistryImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/ProducerRegistryImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/ProducerRegistryImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/Request.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/Request.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/Request.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/RequestImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/RequestImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/RequestImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/RequiresConsumerEnvironment.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/RequiresConsumerEnvironment.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/RequiresConsumerEnvironment.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/RequiresPortalService.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/RequiresPortalService.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/RequiresPortalService.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/RequiresWSRPAdapter.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/RequiresWSRPAdapter.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/RequiresWSRPAdapter.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/SessionHandlerImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/SessionHandlerImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/SessionHandlerImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/SimplePortletWindowSession.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/SimplePortletWindowSession.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/SimplePortletWindowSession.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/SimplePortletWindowSessionImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/SimplePortletWindowSessionImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/SimplePortletWindowSessionImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/URLGeneratorImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/URLGeneratorImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/URLGeneratorImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/URLRewriterImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/URLRewriterImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/URLRewriterImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/URLTemplateComposerImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/URLTemplateComposerImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/URLTemplateComposerImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserContextExtension.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserContextExtension.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserContextExtension.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserContextProvider$1.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserContextProvider%241.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserContextProvider$1.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserContextProvider.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserContextProvider.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserContextProvider.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserContextProviderImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserContextProviderImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserContextProviderImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserRegistryImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserRegistryImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserRegistryImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserSessionImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserSessionImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/UserSessionImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/WSRPRequestImpl.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/WSRPRequestImpl.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/consumer/WSRPRequestImpl.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/logging/WSRPLogManager.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/logging/WSRPLogManager.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/logging/WSRPLogManager.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/logging/WSRPLogger.class
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/logging/WSRPLogger.class?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/logging/WSRPLogger.class
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/portal-wsrp.roles
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/portal-wsrp.roles?rev=424287&view=auto
==============================================================================
--- cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/portal-wsrp.roles (added)
+++ cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/classes/org/apache/cocoon/portal/wsrp/portal-wsrp.roles Fri Jul 21 05:35:01 2006
@@ -0,0 +1,54 @@
+<!--
+  Copyright 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.
+-->
+<!-- $Id: portal-wsrp.roles 424283 2006-07-21 12:22:28Z cziegeler $ -->
+<role-list>
+
+  <!--+ 
+      | Event Aspects
+      |
+      +-->
+    <!--+
+        | This aspect is required for WSRP.
+        +-->
+    <role name="org.apache.cocoon.portal.event.aspect.EventAspect/wsrp"
+          default-class="org.apache.cocoon.portal.wsrp.adapter.WSRPEventAspect"/>
+
+
+  <!--+
+      | Renderer Aspects
+      |
+      +-->
+    <role name="org.apache.cocoon.portal.layout.renderer.aspect.RendererAspect/wsrp-window"
+          default-class="org.apache.cocoon.portal.wsrp.adapter.WSRPPortletWindowAspect"/>
+
+  <!--+
+      | Default User Context Provider for WSRP.
+      +-->
+  <role name="org.apache.cocoon.portal.wsrp.consumer.UserContextProvider"
+        default-class="org.apache.cocoon.portal.wsrp.consumer.UserContextProviderImpl"/>
+
+  <!--+
+      | Coplet Adapters
+      |
+      +-->
+    <!--+
+        |  This is the WSRP coplet adapter.
+        +-->
+    <role name="org.apache.cocoon.portal.coplet.adapter.CopletAdapter/wsrp"
+          default-class="org.apache.cocoon.portal.wsrp.adapter.WSRPAdapter"
+          shorthand="wsrp-adapter"/>
+
+</role-list>
\ No newline at end of file

Added: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/cocoon-portal-wsrp-impl-1.0.0-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/cocoon-portal-wsrp-impl-1.0.0-SNAPSHOT.jar?rev=424287&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-wsrp-impl/target/cocoon-portal-wsrp-impl-1.0.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream