You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2005/07/29 18:43:41 UTC

svn commit: r226395 [1/14] - in /portals/pluto/branches/pluto-1.1: ./ binding/ binding/src/java/org/apache/pluto/binding/ binding/src/java/org/apache/pluto/binding/impl/digester/ binding/src/java/org/apache/pluto/binding/util/ binding/src/resources/org...

Author: ddewolf
Date: Fri Jul 29 09:40:51 2005
New Revision: 226395

URL: http://svn.apache.org/viewcvs?rev=226395&view=rev
Log:
Mass Refactoring of 1.1
-- Upgrade to Maven 2
-- Upgrade container to use descriptor services now available in 1.0
-- Seperate descriptor services into api and impl
-- Enhance the 1.1. portlet descriptor service (should roll back to 1.0 at some point)
-- Add first stab at a Windows exe installer.

Added:
    portals/pluto/branches/pluto-1.1/pluto-container/
    portals/pluto/branches/pluto-1.1/pluto-container/pom.xml
    portals/pluto/branches/pluto-1.1/pluto-container/src/
    portals/pluto/branches/pluto-1.1/pluto-container/src/assemble/
    portals/pluto/branches/pluto-1.1/pluto-container/src/assemble/bin.xml
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/Constants.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/PlutoConfigurationException.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/PortletContainer.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/PortletContainerException.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/PortletContainerFactory.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/PortletContainerRuntimeException.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/PortletWindow.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/Configuration.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/InternalActionResponse.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/InternalPortletConfig.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/InternalPortletContext.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/InternalPortletRequest.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/InternalPortletResponse.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/InternalPortletWindow.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/PortletContainerImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/PortletContextManager.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/PortletDescriptorRegistry.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/PortletEntity.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/PortletInvoker.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/PortletPreference.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/PortletServlet.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/ActionRequestImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/ActionResponseImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/Environment.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/InternalImplConverter.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/PortletConfigImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/PortletContextImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/PortletPreferenceImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/PortletPreferencesImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/PortletRequestDispatcherImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/PortletRequestImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/PortletResponseImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/PortletSessionImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/PortletURLImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/RenderRequestImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/RenderResponseImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/core/impl/ResourceBundleFactory.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/om/
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/om/ObjectID.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/package.html
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/portlet/
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/portlet/ActionRequestWrapper.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/portlet/ActionResponseWrapper.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/portlet/PortletRequestWrapper.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/portlet/PortletResponseWrapper.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/portlet/RenderRequestWrapper.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/portlet/RenderResponseWrapper.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/services/
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/services/ContainerService.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/services/DynamicInformationProvider.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/services/PortalCallbackProvider.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/services/PortletContainerServices.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/services/PortletPreferencesFactory.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/services/PortletURLProvider.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/services/PropertyManagerService.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/services/ResourceURLProvider.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/tags/
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/tags/ActionURLTag.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/tags/BasicURLTag.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/tags/DefineObjectsTag.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/tags/NamespaceTag.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/tags/ParamTag.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/tags/RenderURLTag.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/util/
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/util/ArgumentUtility.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/util/Enumerator.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/util/NamespaceMapper.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/util/PrintWriterServletOutputStream.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/util/StringManager.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/util/StringUtils.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/util/impl/
    portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/util/impl/NamespaceMapperImpl.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/resources/
    portals/pluto/branches/pluto-1.1/pluto-container/src/resources/properties/
    portals/pluto/branches/pluto-1.1/pluto-container/src/resources/properties/org/
    portals/pluto/branches/pluto-1.1/pluto-container/src/resources/properties/org/apache/
    portals/pluto/branches/pluto-1.1/pluto-container/src/resources/properties/org/apache/pluto/
    portals/pluto/branches/pluto-1.1/pluto-container/src/resources/properties/org/apache/pluto/core/
    portals/pluto/branches/pluto-1.1/pluto-container/src/resources/properties/org/apache/pluto/core/LocalStrings.properties
    portals/pluto/branches/pluto-1.1/pluto-container/src/resources/properties/org/apache/pluto/core/impl/
    portals/pluto/branches/pluto-1.1/pluto-container/src/resources/properties/org/apache/pluto/core/impl/LocalStrings.properties
    portals/pluto/branches/pluto-1.1/pluto-container/src/resources/properties/org/apache/pluto/core/pluto-configuration.properties
    portals/pluto/branches/pluto-1.1/pluto-container/src/resources/properties/org/apache/pluto/environment.properties
    portals/pluto/branches/pluto-1.1/pluto-container/src/resources/tld/
    portals/pluto/branches/pluto-1.1/pluto-container/src/resources/tld/portlet.tld
    portals/pluto/branches/pluto-1.1/pluto-container/src/test/
    portals/pluto/branches/pluto-1.1/pluto-container/src/test/java/
    portals/pluto/branches/pluto-1.1/pluto-container/src/test/java/org/
    portals/pluto/branches/pluto-1.1/pluto-container/src/test/java/org/apache/
    portals/pluto/branches/pluto-1.1/pluto-container/src/test/java/org/apache/pluto/
    portals/pluto/branches/pluto-1.1/pluto-container/src/test/java/org/apache/pluto/core/
    portals/pluto/branches/pluto-1.1/pluto-container/src/test/java/org/apache/pluto/core/impl/
    portals/pluto/branches/pluto-1.1/pluto-container/src/test/java/org/apache/pluto/core/impl/EnvironmentTest.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/test/java/org/apache/pluto/util/
    portals/pluto/branches/pluto-1.1/pluto-container/src/test/java/org/apache/pluto/util/ArgumentUtilityTest.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/test/java/org/apache/pluto/util/PlutoTestCase.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/test/java/org/apache/pluto/util/StringUtilsTest.java
    portals/pluto/branches/pluto-1.1/pluto-container/src/test/java/org/apache/pluto/util/impl/
    portals/pluto/branches/pluto-1.1/pluto-container/src/test/java/org/apache/pluto/util/impl/NamespaceMapperImplTest.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/
    portals/pluto/branches/pluto-1.1/pluto-deploy/README
    portals/pluto/branches/pluto-1.1/pluto-deploy/pom.xml
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/assemble/
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/assemble/bin.xml
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/bin/
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/bin/assemble.bat
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/Assembler.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/AssemblerFactory.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/Deployer.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/DeployerFactory.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/DeploymentConfig.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/DeploymentException.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/ant/
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/cli/
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/cli/AssemblerCLI.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/impl/
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/impl/AbstractAssembler.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/impl/ArchivedFileAssembler.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/impl/ExplodedFileAssembler.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/impl/FileSystemDeployer.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/impl/Tomcat4FileSystemDeployer.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/impl/Tomcat5FileSystemDeployer.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/maven/
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/maven/MavenDeploymentConfig.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/maven/PlutoAssemblerTag.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/maven/PlutoDeployTag.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/main/java/org/apache/pluto/deploy/maven/PlutoTagLibrary.java
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/mojo/
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/mojo/plugin.jelly
    portals/pluto/branches/pluto-1.1/pluto-deploy/src/mojo/plugin.properties
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/pom.xml
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/assemble/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/assemble/bin.xml
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/common/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/common/IconDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/common/InitParamDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/common/SecurityRoleRefDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/common/package.html
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/package.html
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/portlet/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/portlet/PortletAppDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/portlet/PortletDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/portlet/PortletInfoDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/portlet/PortletPreferenceDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/portlet/PortletPreferencesDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/portlet/SupportsDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/services/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/services/Constants.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/services/PortletAppDescriptorService.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/services/WebAppDescriptorService.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/AuthConstraintDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/EjbRefDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/EnvEntryDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/ErrorPageDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/FilterDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/FilterMappingDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/FormLoginConfigDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/ListenerDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/LoadOnStartupDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/LoginConfigDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/MimeMappingDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/ResourceRefDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/SecurityConstraintDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/SecurityRoleDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/ServletDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/ServletMappingDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/SessionConfigDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/TaglibDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/UserDataConstraintDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WebAppDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WebResourceCollectionDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WelcomeFileListDD.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/test/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-api/src/test/java/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/pom.xml
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/assemble/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/assemble/bin.xml
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/main/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/main/java/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/main/java/org/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/main/java/org/apache/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/main/java/org/apache/pluto/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/main/java/org/apache/pluto/descriptors/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/main/java/org/apache/pluto/descriptors/services/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/main/java/org/apache/pluto/descriptors/services/castor/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/main/java/org/apache/pluto/descriptors/services/castor/AbstractCastorDescriptorService.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/main/java/org/apache/pluto/descriptors/services/castor/EntityResolverImpl.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/main/java/org/apache/pluto/descriptors/services/castor/PortletAppDescriptorServiceImpl.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/main/java/org/apache/pluto/descriptors/services/castor/WebAppDescriptorServiceImpl.java
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/xml/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/xml/org/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/xml/org/apache/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/xml/org/apache/pluto/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/xml/org/apache/pluto/descriptors/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/xml/org/apache/pluto/descriptors/services/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/xml/org/apache/pluto/descriptors/services/castor/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/xml/org/apache/pluto/descriptors/services/castor/XMLSchema.dtd
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/xml/org/apache/pluto/descriptors/services/castor/castor-portlet-xml-mapping.xml
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/xml/org/apache/pluto/descriptors/services/castor/castor-web-xml-mapping.xml
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/xml/org/apache/pluto/descriptors/services/castor/datatypes.dtd
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/xml/org/apache/pluto/descriptors/services/castor/portlet-app_1_0.xsd
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/xml/org/apache/pluto/descriptors/services/castor/web-app_2_3.dtd
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/resources/xml/org/apache/pluto/descriptors/services/castor/xml.xsd
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/test/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/test/java/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/test/java/org/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/test/java/org/apache/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/test/java/org/apache/pluto/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/test/java/org/apache/pluto/descriptors/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/test/java/org/apache/pluto/descriptors/services/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/test/java/org/apache/pluto/descriptors/services/castor/
    portals/pluto/branches/pluto-1.1/pluto-descriptor-impl/src/test/java/org/apache/pluto/descriptors/services/castor/WebAppDescriptorServiceImplTest.java
    portals/pluto/branches/pluto-1.1/pluto-portal/
    portals/pluto/branches/pluto-1.1/pluto-portal/pom.xml
    portals/pluto/branches/pluto-1.1/pluto-portal/src/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/assemble/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/assemble/bin.xml
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/AttributeKeys.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/PortalDriverServlet.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/PortalStartupListener.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/config/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/config/DriverConfiguration.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/config/DriverConfigurationFactory.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/config/PageConfig.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/config/PortalDisplayConfig.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/config/PortletApplicationConfig.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/config/PortletWindowConfig.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/config/RenderConfig.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/core/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/core/PortalEnvironment.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/core/PortalServletRequest.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/core/PortalServletResponse.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/core/PortalURL.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/core/PortalUrlFactory.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/core/PortalUrlParameter.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/core/PortalUrlParser.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/core/PortletWindowImpl.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/core/ResourceURLProviderImpl.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/services/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/services/ContainerServicesImpl.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/services/DynamicInformationProviderImpl.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/services/PortalCallbackProviderImpl.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/services/PortalContextImpl.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/services/PortletPreferenceImpl.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/services/PortletPreferencesProviderImpl.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/services/PortletURLProviderImpl.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/services/PropertyManagerProviderImpl.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/services/package.html
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/tags/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/tags/PortletRenderTag.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/tags/PortletTag.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/tags/PortletTitleTag.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/tags/PortletWindowControlTag.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/util/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/java/org/apache/pluto/driver/util/ObjectIdImpl.java
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/resources/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/resources/org/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/resources/org/apache/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/resources/org/apache/pluto/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/resources/org/apache/pluto/portalImpl/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/resources/org/apache/pluto/portalImpl/xml/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/resources/org/apache/pluto/portalImpl/xml/XMLSchema.dtd
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/resources/org/apache/pluto/portalImpl/xml/datatypes.dtd
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/resources/org/apache/pluto/portalImpl/xml/portlet-app_1_0.xsd
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/resources/org/apache/pluto/portalImpl/xml/web-app_2_3.dtd
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/resources/org/apache/pluto/portalImpl/xml/xml.xsd
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/resources/pluto-portal-driver-config.xsd
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/resources/pluto.xml
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/resources/server.xml
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/classes/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/classes/castor.properties
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/classes/commons-logging.properties
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/classes/simplelog.properties
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/fragments/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/fragments/about-content.jsp
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/fragments/about.jsp
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/fragments/portlet-page.jsp
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/fragments/portlet-skin.jsp
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/fragments/portlet.jsp
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/fragments/template.jsp
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/pluto-portal-driver-config.xml
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/tld/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/tld/pluto.tld
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/tld/portlet.tld
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/WEB-INF/web.xml
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/images/
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/images/pluto.png   (with props)
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/index.jsp
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/login_success.jsp
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/pluto_style.css
    portals/pluto/branches/pluto-1.1/pluto-portal/src/main/webapp/test_session.jsp
    portals/pluto/branches/pluto-1.1/pluto-testsuite/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/pom.xml
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/assemble/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/assemble/bin.xml
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/core/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/core/impl/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/core/impl/PreferencesValidatorImpl.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/TestConfig.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/TestConfigFactory.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/TestPortlet.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/AbstractReflectivePortletTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/ActionAbstractReflectivePortletTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/ActionTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/ComplexAttributeTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/ContextInitParameterTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/DispatcherRenderParameterTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/DispatcherRenderParameterTestServlet.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/ExternalAppScopedAttributeTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/ExternalAppScopedAttributeTestCompanionServlet.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/MiscTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/NoOpTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/PortletTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/ResourceBundleTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/SecurityMappingTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/SimpleActionParameterTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/SimpleAttributeTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/SimpleParameterTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/SimplePreferenceTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/SimpleRenderParameterTest.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/TestResult.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/portalImpl/portlet/test/TestResults.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/testsuite/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/testsuite/ExpectedResults.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/java/org/apache/pluto/testsuite/InvalidConfigurationException.java
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/resources/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/resources/testsuite.xml
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/WEB-INF/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/WEB-INF/classes/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/WEB-INF/classes/TestPortlet.properties
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/WEB-INF/classes/TestPortlet_de.properties
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/WEB-INF/classes/TestPortlet_en.properties
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/WEB-INF/classes/expectedResults.properties
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/WEB-INF/portlet.xml
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/WEB-INF/testsuite-2-config.xml
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/WEB-INF/testsuite-config.xml
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/WEB-INF/tld/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/WEB-INF/web.xml
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/images/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/images/haring1.gif   (with props)
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/images/next.png   (with props)
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/images/no.gif   (with props)
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/images/previous.png   (with props)
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/images/question.gif   (with props)
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/images/return_index.png   (with props)
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/images/yes.gif   (with props)
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/index.jsp
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/jsp/
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/jsp/edit.jsp
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/jsp/ext_app_scoped_attr_test.jsp
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/jsp/external_app_scoped_test_ext.jsp
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/jsp/help.jsp
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/jsp/introduction.jsp
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/jsp/navigation.inc
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/jsp/portlet_mode_test.jsp
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/jsp/test4.jsp
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/jsp/test_results.inc
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/jsp/test_results.jsp
    portals/pluto/branches/pluto-1.1/pluto-testsuite/src/main/webapp/jsp/window_state_test.jsp
    portals/pluto/branches/pluto-1.1/pluto.nsi
    portals/pluto/branches/pluto-1.1/pom.xml
Removed:
    portals/pluto/branches/pluto-1.1/.cvsignore
    portals/pluto/branches/pluto-1.1/LICENSE.TXT
    portals/pluto/branches/pluto-1.1/LICENSE.commons-beanutils
    portals/pluto/branches/pluto-1.1/LICENSE.commons-digester
    portals/pluto/branches/pluto-1.1/LICENSE.jstl
    portals/pluto/branches/pluto-1.1/LICENSE.portlet-api
    portals/pluto/branches/pluto-1.1/LICENSE.taglibs-standard
    portals/pluto/branches/pluto-1.1/LICENSE.tomcat
    portals/pluto/branches/pluto-1.1/binding/binding.iml
    portals/pluto/branches/pluto-1.1/binding/project.properties
    portals/pluto/branches/pluto-1.1/binding/project.xml
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/InitParameterDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/MutablePortletAppDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/MutableXMLBindingFactory.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/PortletAppDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/PortletDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/PortletInfoDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/PortletPreferenceDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/SecurityRoleRefDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/ServletDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/ServletMappingDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/SupportedMimeTypeDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/TaglibDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/WebAppDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/XMLBindingFactory.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/impl/digester/DigesterInitParameterDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/impl/digester/DigesterPortletAppDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/impl/digester/DigesterPortletDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/impl/digester/DigesterPortletInfoDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/impl/digester/DigesterPortletPreferenceDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/impl/digester/DigesterSupportedMimeTypeDD.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/impl/digester/DigesterXMLBindingFactory.java
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/package.html
    portals/pluto/branches/pluto-1.1/binding/src/java/org/apache/pluto/binding/util/EntityResolverImpl.java
    portals/pluto/branches/pluto-1.1/binding/src/resources/org/apache/pluto/binding/util/XMLSchema.dtd
    portals/pluto/branches/pluto-1.1/binding/src/resources/org/apache/pluto/binding/util/datatypes.dtd
    portals/pluto/branches/pluto-1.1/binding/src/resources/org/apache/pluto/binding/util/portlet-app_1_0.xsd
    portals/pluto/branches/pluto-1.1/binding/src/resources/org/apache/pluto/binding/util/web-app_2_3.dtd
    portals/pluto/branches/pluto-1.1/binding/src/resources/org/apache/pluto/binding/util/xml.xsd
    portals/pluto/branches/pluto-1.1/build.properties.sample
    portals/pluto/branches/pluto-1.1/checkstyle.xml
    portals/pluto/branches/pluto-1.1/container/.cvsignore
    portals/pluto/branches/pluto-1.1/container/build.xml
    portals/pluto/branches/pluto-1.1/container/container.iml
    portals/pluto/branches/pluto-1.1/container/maven.xml
    portals/pluto/branches/pluto-1.1/container/project.properties
    portals/pluto/branches/pluto-1.1/container/project.xml
    portals/pluto/branches/pluto-1.1/container/src/conf/org/apache/pluto/core/LocalStrings.properties
    portals/pluto/branches/pluto-1.1/container/src/conf/org/apache/pluto/core/impl/LocalStrings.properties
    portals/pluto/branches/pluto-1.1/container/src/conf/org/apache/pluto/environment.properties
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/Constants.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/PortletContainer.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/PortletContainerException.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/PortletContainerFactory.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/PortletWindow.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/InternalActionResponse.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/InternalPortletConfig.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/InternalPortletContext.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/InternalPortletRequest.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/InternalPortletResponse.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/InternalPortletWindow.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/PortletContainerImpl.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/PortletContextManager.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/PortletDescriptorRegistry.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/PortletEntity.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/PortletInvoker.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/PortletPreference.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/PortletServlet.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/ActionRequestImpl.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/ActionResponseImpl.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/Environment.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/InternalImplConverter.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/PortletConfigImpl.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/PortletContextImpl.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/PortletPreferenceImpl.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/PortletPreferencesImpl.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/PortletRequestDispatcherImpl.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/PortletRequestImpl.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/PortletResponseImpl.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/PortletSessionImpl.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/PortletURLImpl.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/RenderRequestImpl.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/RenderResponseImpl.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/core/impl/ResourceBundleFactory.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/om/ObjectID.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/package.html
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/portlet/ActionRequestWrapper.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/portlet/ActionResponseWrapper.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/portlet/PortletRequestWrapper.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/portlet/PortletResponseWrapper.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/portlet/RenderRequestWrapper.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/portlet/RenderResponseWrapper.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/services/ContainerService.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/services/DynamicInformationProvider.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/services/PortalCallbackProvider.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/services/PortletContainerServices.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/services/PortletPreferencesFactory.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/services/PortletURLProvider.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/services/PropertyManagerService.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/services/ResourceURLProvider.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/tags/ActionURLTag.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/tags/BasicURLTag.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/tags/DefineObjectsTag.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/tags/NamespaceTag.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/tags/ParamTag.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/tags/RenderURLTag.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/util/ArgumentUtility.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/util/Enumerator.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/util/NamespaceMapper.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/util/PrintWriterServletOutputStream.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/util/StringManager.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/util/StringUtils.java
    portals/pluto/branches/pluto-1.1/container/src/java/org/apache/pluto/util/impl/NamespaceMapperImpl.java
    portals/pluto/branches/pluto-1.1/container/src/test/org/apache/pluto/PortletContainerFactoryTest.java
    portals/pluto/branches/pluto-1.1/container/src/test/org/apache/pluto/core/PortletContainerImplTest.java
    portals/pluto/branches/pluto-1.1/container/src/test/org/apache/pluto/core/PortletServletTest.java
    portals/pluto/branches/pluto-1.1/container/src/test/org/apache/pluto/core/impl/EnvironmentTest.java
    portals/pluto/branches/pluto-1.1/container/src/test/org/apache/pluto/util/ArgumentUtilityTest.java
    portals/pluto/branches/pluto-1.1/container/src/test/org/apache/pluto/util/PlutoTestCase.java
    portals/pluto/branches/pluto-1.1/container/src/test/org/apache/pluto/util/PrintWriterServletOutputStreamTest.java
    portals/pluto/branches/pluto-1.1/container/src/test/org/apache/pluto/util/StringUtilsTest.java
    portals/pluto/branches/pluto-1.1/container/src/test/org/apache/pluto/util/impl/NamespaceMapperImplTest.java
    portals/pluto/branches/pluto-1.1/container/src/tld/portlet.tld
    portals/pluto/branches/pluto-1.1/deploy/README
    portals/pluto/branches/pluto-1.1/deploy/deploy.iml
    portals/pluto/branches/pluto-1.1/deploy/maven.xml
    portals/pluto/branches/pluto-1.1/deploy/project.xml
    portals/pluto/branches/pluto-1.1/deploy/src/bin/assemble.bat
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/Assembler.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/AssemblerFactory.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/Deployer.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/DeployerFactory.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/DeploymentConfig.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/DeploymentException.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/cli/AssemblerCLI.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/impl/AbstractAssembler.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/impl/ArchivedFileAssembler.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/impl/ExplodedFileAssembler.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/impl/FileSystemDeployer.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/impl/Tomcat4FileSystemDeployer.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/impl/Tomcat5FileSystemDeployer.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/maven/MavenDeploymentConfig.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/maven/PlutoAssemblerTag.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/maven/PlutoDeployTag.java
    portals/pluto/branches/pluto-1.1/deploy/src/java/org/apache/pluto/deploy/maven/PlutoTagLibrary.java
    portals/pluto/branches/pluto-1.1/deploy/src/maven-plugin/plugin.jelly
    portals/pluto/branches/pluto-1.1/deploy/src/maven-plugin/plugin.properties
    portals/pluto/branches/pluto-1.1/descriptors/descriptors.iml
    portals/pluto/branches/pluto-1.1/descriptors/project.xml
    portals/pluto/branches/pluto-1.1/descriptors/src/conf/org/apache/pluto/descriptors/portlet/castor-portlet-xml-mapping.xml
    portals/pluto/branches/pluto-1.1/descriptors/src/conf/org/apache/pluto/descriptors/portlet/portlet.xml
    portals/pluto/branches/pluto-1.1/descriptors/src/conf/org/apache/pluto/descriptors/services/impl/XMLSchema.dtd
    portals/pluto/branches/pluto-1.1/descriptors/src/conf/org/apache/pluto/descriptors/services/impl/datatypes.dtd
    portals/pluto/branches/pluto-1.1/descriptors/src/conf/org/apache/pluto/descriptors/services/impl/portlet-app_1_0.xsd
    portals/pluto/branches/pluto-1.1/descriptors/src/conf/org/apache/pluto/descriptors/services/impl/web-app_2_3.dtd
    portals/pluto/branches/pluto-1.1/descriptors/src/conf/org/apache/pluto/descriptors/services/impl/xml.xsd
    portals/pluto/branches/pluto-1.1/descriptors/src/conf/org/apache/pluto/descriptors/servlet/castor-web-xml-mapping.xml
    portals/pluto/branches/pluto-1.1/descriptors/src/conf/org/apache/pluto/descriptors/servlet/web.xml
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/common/IconDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/common/InitParamDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/common/SecurityRoleRefDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/common/package.html
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/package.html
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/portlet/PortletAppDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/portlet/PortletDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/services/Constants.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/services/PortletAppDescriptorService.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/services/WebAppDescriptorService.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/services/impl/AbstractCastorDescriptorService.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/services/impl/AbstractPortletAppDescriptorService.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/services/impl/AbstractWebAppDescriptorService.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/services/impl/ContextPortletAppDescriptorServiceImpl.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/services/impl/ContextWebAppDescriptorServiceImpl.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/services/impl/EntityResolverImpl.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/services/impl/FilePortletAppDescriptorServiceImpl.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/services/impl/FileWebAppDescriptorServiceImpl.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/services/impl/StreamPortletAppDescriptorServiceImpl.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/AuthConstraintDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/EjbRefDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/EnvEntryDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/ErrorPageDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/FilterDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/FilterMappingDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/FormLoginConfigDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/ListenerDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/LoadOnStartupDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/LoginConfigDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/MimeMappingDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/ResourceRefDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/SecurityConstraintDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/SecurityRoleDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/ServletDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/ServletMappingDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/SessionConfigDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/TaglibDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/UserDataConstraintDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/WebAppDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/WebResourceCollectionDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/java/org/apache/pluto/descriptors/servlet/WelcomeFileListDD.java
    portals/pluto/branches/pluto-1.1/descriptors/src/test/org/apache/pluto/descriptors/portlet/CastorMappingTest.java
    portals/pluto/branches/pluto-1.1/descriptors/src/test/org/apache/pluto/descriptors/servlet/CastorMappingTest.java
    portals/pluto/branches/pluto-1.1/maven.xml
    portals/pluto/branches/pluto-1.1/portal/.cvsignore
    portals/pluto/branches/pluto-1.1/portal/maven.xml
    portals/pluto/branches/pluto-1.1/portal/portal.iml
    portals/pluto/branches/pluto-1.1/portal/project.properties
    portals/pluto/branches/pluto-1.1/portal/project.xml
    portals/pluto/branches/pluto-1.1/portal/src/conf/pluto.xml
    portals/pluto/branches/pluto-1.1/portal/src/conf/server.xml
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/AttributeKeys.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/PortalDriverServlet.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/PortalStartupListener.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/config/DriverConfiguration.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/config/DriverConfigurationFactory.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/config/PageConfig.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/config/PortalDisplayConfig.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/config/PortletApplicationConfig.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/config/PortletWindowConfig.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/config/RenderConfig.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/core/PortalEnvironment.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/core/PortalServletRequest.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/core/PortalServletResponse.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/core/PortalURL.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/core/PortalUrlFactory.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/core/PortalUrlParameter.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/core/PortalUrlParser.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/core/PortletWindowImpl.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/core/ResourceURLProviderImpl.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/services/ContainerServicesImpl.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/services/DynamicInformationProviderImpl.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/services/PortalCallbackProviderImpl.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/services/PortalContextImpl.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/services/PortletPreferenceImpl.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/services/PortletPreferencesProviderImpl.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/services/PortletURLProviderImpl.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/services/PropertyManagerProviderImpl.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/services/package.html
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/tags/PortletRenderTag.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/tags/PortletTag.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/tags/PortletTitleTag.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/tags/PortletWindowControlTag.java
    portals/pluto/branches/pluto-1.1/portal/src/java/org/apache/pluto/driver/util/ObjectIdImpl.java
    portals/pluto/branches/pluto-1.1/portal/src/resources/org/apache/pluto/portalImpl/xml/XMLSchema.dtd
    portals/pluto/branches/pluto-1.1/portal/src/resources/org/apache/pluto/portalImpl/xml/datatypes.dtd
    portals/pluto/branches/pluto-1.1/portal/src/resources/org/apache/pluto/portalImpl/xml/portlet-app_1_0.xsd
    portals/pluto/branches/pluto-1.1/portal/src/resources/org/apache/pluto/portalImpl/xml/web-app_2_3.dtd
    portals/pluto/branches/pluto-1.1/portal/src/resources/org/apache/pluto/portalImpl/xml/xml.xsd
    portals/pluto/branches/pluto-1.1/portal/src/resources/pluto-portal-driver-config.xsd
    portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/classes/castor.properties
    portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/classes/commons-logging.properties
    portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/classes/simplelog.properties
    portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/about-content.jsp
    portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/about.jsp
    portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/portlet-page.jsp
    portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/portlet-skin.jsp
    portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/portlet.jsp
    portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/fragments/template.jsp
    portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/pluto-portal-driver-config.xml
    portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/tld/pluto.tld
    portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/tld/portlet.tld
    portals/pluto/branches/pluto-1.1/portal/src/webapp/WEB-INF/web.xml
    portals/pluto/branches/pluto-1.1/portal/src/webapp/images/pluto.png
    portals/pluto/branches/pluto-1.1/portal/src/webapp/login_success.jsp
    portals/pluto/branches/pluto-1.1/portal/src/webapp/pluto_style.css
    portals/pluto/branches/pluto-1.1/portal/src/webapp/test_session.jsp
    portals/pluto/branches/pluto-1.1/portals-pluto.ipr
    portals/pluto/branches/pluto-1.1/project.properties
    portals/pluto/branches/pluto-1.1/project.xml
    portals/pluto/branches/pluto-1.1/testsuite/build.properties.sample
    portals/pluto/branches/pluto-1.1/testsuite/maven.xml
    portals/pluto/branches/pluto-1.1/testsuite/project.properties
    portals/pluto/branches/pluto-1.1/testsuite/project.xml
    portals/pluto/branches/pluto-1.1/testsuite/src/conf/testsuite.xml
    portals/pluto/branches/pluto-1.1/testsuite/src/webapp/WEB-INF/web.xml
    portals/pluto/branches/pluto-1.1/testsuite/testsuite.iml
    portals/pluto/branches/pluto-1.1/xdocs/devguide/architecture.xml
    portals/pluto/branches/pluto-1.1/xdocs/devguide/index.xml
    portals/pluto/branches/pluto-1.1/xdocs/images/apache-portals.gif
    portals/pluto/branches/pluto-1.1/xdocs/images/architecture.png
    portals/pluto/branches/pluto-1.1/xdocs/images/deployment.png
    portals/pluto/branches/pluto-1.1/xdocs/images/pluto.png
    portals/pluto/branches/pluto-1.1/xdocs/index.xml
    portals/pluto/branches/pluto-1.1/xdocs/intent.xml
    portals/pluto/branches/pluto-1.1/xdocs/mirror.xml
    portals/pluto/branches/pluto-1.1/xdocs/mirrors.cgi
    portals/pluto/branches/pluto-1.1/xdocs/navigation.xml
    portals/pluto/branches/pluto-1.1/xdocs/todo.xml
    portals/pluto/branches/pluto-1.1/xdocs/userguide/deploy.xml
    portals/pluto/branches/pluto-1.1/xdocs/userguide/index.xml
    portals/pluto/branches/pluto-1.1/xdocs/userguide/install.xml
    portals/pluto/branches/pluto-1.1/xdocs/versions.xml
Modified:
    portals/pluto/branches/pluto-1.1/README

Modified: portals/pluto/branches/pluto-1.1/README
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/README?rev=226395&r1=226394&r2=226395&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1/README (original)
+++ portals/pluto/branches/pluto-1.1/README Fri Jul 29 09:40:51 2005
@@ -1,79 +1,33 @@
-PLUTO 1.1
-==========================
+To manually install Pluto 1.1.x
 
-Pluto is licensed under the Apache 2 License and contains
-other opens source libraries.  Each dependency license is
-included within this distribution.
-
-INSTALLATION:
--------------------------
-Installation of Pluto 1.1 can be completed by completing
-the following steps:
-
-1) Set the property name 'pluto.testsuite.dir' to
-   the directory in which the pluto testsuite source
-   code exists.  The testsuite is not currently included
-   the 1.1 branch as no changes are necessary. (NOTE, 
-   the web.xml does contain minor changes and thus
-   it must be deployed using the 1.1 deployer. The deployment
-   targets will handle updating the webapp appropriately).
-
-2) Set the property named 'tomcat.dir' to the
-   directory which is your TOMCAT_HOME (or TOMCAT_BASE)
-   directory.  This directory will be used when determining
-   where to deploy the portal. (The property 
-   'maven.tomcat.dir' is now deprecated, but it does 
-   still work).
-
-4) Run the 'pluto:deploy-all' maven goal. This will install
-   the Container (and all dependencies), the Portal Driver
-   (and all dependencies), and the Testsuite.
-
-5) Point your browser to http://localhost:8080/pluto/portal
-
-6) That's IT!
-
-PORTLET DEPLOYMENT:
--------------------------
-Portlet Deployment is still underway, however, significant
-progress has been made in allowing for automated deployment
-of compliant portlet applications.  To date, the easiest way
-to deploy a custom portlet application is to use maven.  The
-pluto deployer contains maven plugins which allow for it to
-be executed just like the maven war goal.  The plugin is 
-automatically installed whenever the deploy-all goal is
-run from the source distribution.  To install the plugin
-manually, do the following:
-
-1) From <PLUTO_HOME>, cd deploy
-
-2) Execute the maven "plugin:install" goal
-
-3) That's IT!
-
-Once installed, you may assemble portlets in any maven
-project by using the 'pluto:assemble' goal, and deploy
-portlets in any maven project by using the 'pluto:deploy'
-goal (The deploy goal will ensure that your portlets are
-assembled properly - there's no need to do both).
-
-The plugin supports the following properties:
-
-maven.pluto.deployer
-  description: class of the Deployer which should be used
-  default:     org.apache.pluto.deploy.impl.Tomcat5FileSystemDeployer
-
-  dependent properties:
-    tomcat.home (or maven.tomcat.home)
-      description:  location of tomcat
-      default: 
-
-    tomcat.host (or maven.tomcat.host)
-      description: the name of the tomcat host to deploy to
-      default:     localhost
-
-    tomcat.service (or maven.tomcat.service)
-      description: the name of the tomcat service to deploy to
-      default:     Catalina
-    
+1) Install Maven 2 (alpha-3 or above)
+
+2) Install Application Server
+   - Tomcat 5.5.x or above recomened
+
+2) Execute 'm2 install'
+
+3) Copy The following to a shared classloader location:
+
+  - castor-0.9.6
+  - portlet-api-1.0.jar
+  - pluto-container-1.1-SNAPSHOT.jar
+  - pluto-descriptor-api-1.1-SNAPSHOT.jar
+  - pluto-descriptor-impl-1.1-SNAPSHOT.jar
+
+  * In Tomcat, copy to: <TOMCAT>/shared/lib
+
+4) Copy the following to an endored location:
+
+  - xercesImpl-2.6.2
+  - xmlParserAPIs-2.6.2
+
+4) Copy pluto.xml to <CATALINA>/conf/Catalina/localhost
+
+5) Copy testsuite.xml to <CATALINA>/conf/Catalina/localhost
+
+6) Deploy the following wars:
+
+  - pluto-portal.war
+  - pluto-testsuite.war
 

Added: portals/pluto/branches/pluto-1.1/pluto-container/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-container/pom.xml?rev=226395&view=auto
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-container/pom.xml (added)
+++ portals/pluto/branches/pluto-1.1/pluto-container/pom.xml Fri Jul 29 09:40:51 2005
@@ -0,0 +1,81 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.pluto</groupId>
+  <artifactId>pluto-container</artifactId>
+  <packaging>jar</packaging>
+  <version>1.1-SNAPSHOT</version>
+  <name>Pluto Portlet Container</name>
+  <url>http://portals.apache.org/pluto</url>
+  <parent>
+    <groupId>org.apache.pluto</groupId>
+	<artifactId>pluto</artifactId>
+	<version>1.1-SNAPSHOT</version>
+  </parent>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.pluto</groupId>
+	  <artifactId>pluto-descriptor-api</artifactId>
+	  <version>1.1-SNAPSHOT</version>
+	  <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+	  <artifactId>commons-logging</artifactId>
+	  <version>1.0.4</version>
+	  <scope>compile</scope>
+    </dependency>
+	<dependency>
+      <groupId>portlet-api</groupId>
+	  <artifactId>portlet-api</artifactId>
+	  <version>1.0</version>
+	  <scope>provided</scope>
+    </dependency>
+	<dependency>
+      <groupId>portlet-api</groupId>
+	  <artifactId>portlet-api</artifactId>
+	  <version>1.0</version>
+	  <scope>provided</scope>
+    </dependency>
+	<dependency>
+      <groupId>servletapi</groupId>
+	  <artifactId>servletapi</artifactId>
+	  <version>2.3</version>
+	  <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>jmock</groupId>
+      <artifactId>jmock</artifactId>
+      <version>1.0.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <resources>
+      <resource>
+        <directory>src/resources/properties</directory>
+		<includes name="**/*.properties"/>
+      </resource>
+      <resource>
+	    <targetPath>META-INF</targetPath>
+        <directory>src/resources/tld</directory>
+		<includes name="**/*.tld"/>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptor>src/assemble/bin.xml</descriptor>
+          <finalName>pluto-container-1.1.0-SNAPSHOT</finalName>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Added: portals/pluto/branches/pluto-1.1/pluto-container/src/assemble/bin.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-container/src/assemble/bin.xml?rev=226395&view=auto
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-container/src/assemble/bin.xml (added)
+++ portals/pluto/branches/pluto-1.1/pluto-container/src/assemble/bin.xml Fri Jul 29 09:40:51 2005
@@ -0,0 +1,28 @@
+<assembly>
+  <id>bin</id>
+  <formats>
+    <format>tar.gz</format>
+    <format>tar.bz2</format>
+    <format>zip</format>
+  </formats>
+  <fileSets>
+    <fileSet>
+      <includes>
+        <include>README*</include>
+        <include>LICENSE*</include>
+        <include>NOTICE*</include>
+      </includes>
+    </fileSet>
+    <fileSet>
+      <directory>target</directory>
+      <outputDirectory></outputDirectory>
+      <includes>
+        <include>*.jar</include>
+      </includes>
+    </fileSet>
+  </fileSets>
+  <dependencySets>
+
+  </dependencySets>
+</assembly>
+

Added: portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/Constants.java
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/Constants.java?rev=226395&view=auto
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/Constants.java (added)
+++ portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/Constants.java Fri Jul 29 09:40:51 2005
@@ -0,0 +1,77 @@
+/*
+ * Copyright 2003,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.
+ */
+/* 
+
+ */
+
+package org.apache.pluto;
+
+/**
+ * Constant values used to bind internal portlet objects as attributes,
+ * typically to a request.
+ * @version 1.0
+ */
+public class Constants {
+
+    /**
+     * The key used to bind the <code>PortletRequest</code> to the underlying
+     * <code>HttpServletRequest</code>.
+     */
+    public final static String PORTLET_REQUEST = "javax.portlet.request";
+
+    /**
+     * The key used to bind the <code>PortletResponse</code> to the underlying
+     * <code>HttpServletRequest</code>.
+     */
+    public final static String PORTLET_RESPONSE = "javax.portlet.response";
+
+    /**
+     * The key used to bind the <code>PortletConfig</code> to the underlying
+     * PortletConfig.
+     */
+    public final static String PORTLET_CONFIG = "javax.portlet.config";
+
+    /**
+     * The key used to bind the method of processing being requested by the
+     * container to the underlying <code>PortletRquest</code>.
+     */
+    public final static String METHOD_ID = "org.apache.pluto.core.method";
+
+    /**
+     * The unique method identifier for render requests.  Render requests are
+     * requested through a call to the {@link PortletContainer#doRender(org.apache.pluto.PortletWindow,
+        * javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)}
+     * method.
+     */
+    public final static Integer METHOD_RENDER = new Integer(1);
+
+    /**
+     * The unique method identifier for render requests.  Render requests are
+     * requested through a call to the {@link PortletContainer#doAction(org.apache.pluto.PortletWindow,
+        * javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)}
+     * method.
+     */
+    public final static Integer METHOD_ACTION = new Integer(3);
+
+    /**
+     * The unique method identifier for render requests.  Render requests are
+     * requested through a call to the {@link PortletContainer#doLoad(org.apache.pluto.PortletWindow,
+        * javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)}
+     * method.
+     */
+    public final static Integer METHOD_NOOP = new Integer(5);
+
+}

Added: portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/PlutoConfigurationException.java
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/PlutoConfigurationException.java?rev=226395&view=auto
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/PlutoConfigurationException.java (added)
+++ portals/pluto/branches/pluto-1.1/pluto-container/src/main/java/org/apache/pluto/PlutoConfigurationException.java Fri Jul 29 09:40:51 2005
@@ -0,0 +1,33 @@
+/*
+ * Copyright 2003,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.
+ */
+package org.apache.pluto;
+
+/**
+ * Exception thrown when Pluto configuration fails.
+ *
+ * @author ddewolf@apache.org
+ * @since Jul 2, 2005
+ */
+public class PlutoConfigurationException extends RuntimeException {
+
+    public PlutoConfigurationException(String message) {
+        super(message);
+    }
+
+    public PlutoConfigurationException(String message, Throwable cause) {
+        super(message, cause);
+    }
+}