You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/05/12 15:05:04 UTC

cvs commit: jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator PageAggregator.java UnknownPortletDefinitionException.java PortletAggregator.java ContentDispatcher.java Aggregator.java ContentDispatcherCtrl.java PortletRenderer.java

weaver      2004/05/12 06:05:04

  Modified:    commons/src/java/org/apache/jetspeed/aggregator Tag:
                        NANOCONTAINER_DEPLOYER PageAggregator.java
                        UnknownPortletDefinitionException.java
                        PortletAggregator.java ContentDispatcher.java
                        Aggregator.java ContentDispatcherCtrl.java
                        PortletRenderer.java
  Log:
  synching with HEAD
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.3   +26 -26    jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator/Attic/PageAggregator.java
  
  Index: PageAggregator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator/Attic/PageAggregator.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- PageAggregator.java	11 May 2004 16:16:10 -0000	1.1.2.2
  +++ PageAggregator.java	12 May 2004 13:05:04 -0000	1.1.2.3
  @@ -1,26 +1,26 @@
  -/*
  - * Copyright 2000-2001,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.jetspeed.aggregator;
  -
  -/**
  - * Page aggregation handles pipeline requests for pages of portlets.
  - *
  - * @author <a href="mailto:taylor@apache.org">David Sean Taylor</a>
  - * @version $Id$
  - */
  -public interface PageAggregator extends Aggregator 
  -{
  -}
  +/*
  + * Copyright 2000-2001,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.jetspeed.aggregator;
  +
  +/**
  + * Page aggregation handles pipeline requests for pages of portlets.
  + *
  + * @author <a href="mailto:taylor@apache.org">David Sean Taylor</a>
  + * @version $Id$
  + */
  +public interface PageAggregator extends Aggregator 
  +{
  +}
  
  
  
  1.1.2.2   +0 -0      jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator/Attic/UnknownPortletDefinitionException.java
  
  Index: UnknownPortletDefinitionException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator/Attic/UnknownPortletDefinitionException.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  
  
  
  1.1.2.2   +0 -0      jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator/Attic/PortletAggregator.java
  
  Index: PortletAggregator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator/Attic/PortletAggregator.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  
  
  
  1.1.2.2   +0 -0      jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator/Attic/ContentDispatcher.java
  
  Index: ContentDispatcher.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator/Attic/ContentDispatcher.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  
  
  
  1.1.2.2   +0 -0      jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator/Attic/Aggregator.java
  
  Index: Aggregator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator/Attic/Aggregator.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  
  
  
  1.1.2.2   +0 -0      jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator/Attic/ContentDispatcherCtrl.java
  
  Index: ContentDispatcherCtrl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator/Attic/ContentDispatcherCtrl.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  
  
  
  1.1.2.2   +0 -0      jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator/Attic/PortletRenderer.java
  
  Index: PortletRenderer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/aggregator/Attic/PortletRenderer.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org