You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by cz...@apache.org on 2005/08/10 16:42:38 UTC

cvs commit: ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver ConsumerEnvironmentImpl.java AggregationImpl.java

cziegeler    2005/08/10 07:42:38

  Modified:    src/org/apache/wsrp4j/consumer/driver
                        InitCookieInfoImpl.java
               src/org/apache/wsrp4j/consumer/app Request.java
                        Aggregation.java PageRegistry.java
                        SimplePortletWindowSession.java Page.java
               src/org/apache/wsrp4j/consumer UserSessionMgr.java
                        PortletDriver.java WSRPBaseRequest.java
                        InitCookieInfo.java InteractionRequest.java
                        URLGenerator.java UserSession.java
                        ConsumerCapabilities.java URLRewriter.java
                        WSRPPortlet.java GroupSessionMgr.java
                        SessionHandler.java ConsumerEnvironment.java
                        Producer.java PortletSession.java PortletKey.java
                        MarkupRequest.java PortletWindowSession.java
                        ProducerRegistry.java GroupSession.java
                        PortletServices.java User.java
                        URLTemplateComposer.java PortletRegistry.java
                        PortletDriverRegistry.java UserRegistry.java
               src/org/apache/wsrp4j/consumer/app/driver
                        ConsumerEnvironmentImpl.java AggregationImpl.java
  Log:
  Add cvs version info
  
  Revision  Changes    Path
  1.4       +2 -2      ws-wsrp4j/src/org/apache/wsrp4j/consumer/driver/InitCookieInfoImpl.java
  
  Index: InitCookieInfoImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/driver/InitCookieInfoImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- InitCookieInfoImpl.java	26 Jul 2005 14:02:16 -0000	1.3
  +++ InitCookieInfoImpl.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -31,8 +31,8 @@
   public class InitCookieInfoImpl implements InitCookieInfo
   {
   
  -    private Logger 	logger = null;;
  -	private String 	markupInterfaceURL = null;
  +    private Logger 	logger;
  +	private String 	markupInterfaceURL;
       private boolean 	initCookieRequired;
       private boolean 	initCookieDone;
       private WSRP_v1_Markup_PortType markupInterface;
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/Request.java
  
  Index: Request.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/Request.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Request.java	26 Jul 2005 14:02:19 -0000	1.3
  +++ Request.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -27,6 +27,7 @@
    * interaction at the producer-side.
    * 
    * @author Stephan Laertz
  + * @version $Id$
    **/
   public interface Request {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/Aggregation.java
  
  Index: Aggregation.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/Aggregation.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Aggregation.java	26 Jul 2005 14:02:19 -0000	1.3
  +++ Aggregation.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -19,6 +19,7 @@
    * Defines a simple aggregation which can render a page.
    * 
    * @author Stephan Laertz
  + * @version $Id$
    **/
   public interface Aggregation {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/PageRegistry.java
  
  Index: PageRegistry.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/PageRegistry.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PageRegistry.java	26 Jul 2005 14:02:19 -0000	1.3
  +++ PageRegistry.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -22,6 +22,7 @@
    * to administer page objects.
    * 
    * @author Stephan Laertz 
  + * @version $Id$
    **/
   public interface PageRegistry {
   
  
  
  
  1.5       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/SimplePortletWindowSession.java
  
  Index: SimplePortletWindowSession.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/SimplePortletWindowSession.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SimplePortletWindowSession.java	26 Jul 2005 14:02:19 -0000	1.4
  +++ SimplePortletWindowSession.java	10 Aug 2005 14:42:36 -0000	1.5
  @@ -21,6 +21,7 @@
    * Defines a portlet window session used by the swing consumer
    * In additional to <code>SimplePortletWindowSession</code>
    * it contains information about the current window state and mode of a portlet window
  + * @version $Id$
    **/
   public interface SimplePortletWindowSession extends PortletWindowSession {
   
  
  
  
  1.5       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/Page.java
  
  Index: Page.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/Page.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Page.java	26 Jul 2005 14:02:19 -0000	1.4
  +++ Page.java	10 Aug 2005 14:42:36 -0000	1.5
  @@ -24,6 +24,7 @@
    * Interface defines a page with portlets.
    * 
    * @author Stephan Laertz 
  + * @version $Id$
    **/
   public interface Page {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/UserSessionMgr.java
  
  Index: UserSessionMgr.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/UserSessionMgr.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UserSessionMgr.java	26 Jul 2005 14:02:17 -0000	1.3
  +++ UserSessionMgr.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -22,6 +22,7 @@
    * @see GroupSession
    * 
    * @author <a href='mailto:peter.fischer@de.ibm.com'>Peter Fischer</a>
  + * @version $Id$
    **/
   public interface UserSessionMgr extends UserSession, InitCookieInfo {
   
  
  
  
  1.6       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/PortletDriver.java
  
  Index: PortletDriver.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/PortletDriver.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- PortletDriver.java	26 Jul 2005 14:02:18 -0000	1.5
  +++ PortletDriver.java	10 Aug 2005 14:42:36 -0000	1.6
  @@ -29,6 +29,7 @@
   /**
    * The portlet driver is a wrapper for all action which can be performed on an
    * portlet. There is one portlet driver for all instances of an portlet.
  + * @version $Id$
    */
   public interface PortletDriver {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/WSRPBaseRequest.java
  
  Index: WSRPBaseRequest.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/WSRPBaseRequest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- WSRPBaseRequest.java	26 Jul 2005 14:02:17 -0000	1.3
  +++ WSRPBaseRequest.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -25,6 +25,7 @@
    * @see MarkupRequest
    * @see InteractionRequest
    * 
  + * @version $Id$
    **/
   public interface WSRPBaseRequest {
   
  
  
  
  1.5       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/InitCookieInfo.java
  
  Index: InitCookieInfo.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/InitCookieInfo.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- InitCookieInfo.java	26 Jul 2005 14:02:18 -0000	1.4
  +++ InitCookieInfo.java	10 Aug 2005 14:42:36 -0000	1.5
  @@ -33,6 +33,7 @@
    * 
    * @author Stephan Laertz
    * @author <a href='mailto:peter.fischer@de.ibm.com'>Peter Fischer</a>
  + * @version $Id$
    **/
   public interface InitCookieInfo {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/InteractionRequest.java
  
  Index: InteractionRequest.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/InteractionRequest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- InteractionRequest.java	26 Jul 2005 14:02:18 -0000	1.3
  +++ InteractionRequest.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -21,6 +21,7 @@
    * This is the abstraction for a interaction request at a integrated
    * remote portlet at the consumer side.
    * 
  + * @version $Id$
    **/
   public interface InteractionRequest extends WSRPBaseRequest {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/URLGenerator.java
  
  Index: URLGenerator.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/URLGenerator.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- URLGenerator.java	26 Jul 2005 14:02:18 -0000	1.3
  +++ URLGenerator.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -22,6 +22,7 @@
    * These methods could be used to implement consumer url rewriting.
    *
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
  + * @version $Id$
    **/
   public interface URLGenerator {
   
  
  
  
  1.5       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/UserSession.java
  
  Index: UserSession.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/UserSession.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- UserSession.java	26 Jul 2005 14:02:17 -0000	1.4
  +++ UserSession.java	10 Aug 2005 14:42:36 -0000	1.5
  @@ -27,6 +27,7 @@
    * 
    * @author <a href="mailto:stephan.laertz@de.ibm.com">Stephan Laertz</a>
    * @author <a href='mailto:peter.fischer@de.ibm.com'>Peter Fischer</a>
  + * @version $Id$
    **/
   public interface UserSession {
   
  
  
  
  1.5       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/ConsumerCapabilities.java
  
  Index: ConsumerCapabilities.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/ConsumerCapabilities.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ConsumerCapabilities.java	26 Jul 2005 14:02:17 -0000	1.4
  +++ ConsumerCapabilities.java	10 Aug 2005 14:42:36 -0000	1.5
  @@ -21,6 +21,7 @@
    * The consumer capababilities provides access to consumer related information.
    * 
    * @author <a href='mailto:peter.fischer@de.ibm.com'>Peter Fischer</a>
  + * @version $Id$
    */
   public interface ConsumerCapabilities {
   
  
  
  
  1.4       +1 -1      ws-wsrp4j/src/org/apache/wsrp4j/consumer/URLRewriter.java
  
  Index: URLRewriter.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/URLRewriter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- URLRewriter.java	26 Jul 2005 14:02:17 -0000	1.3
  +++ URLRewriter.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -20,7 +20,7 @@
    *
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
    *
  - * @version 1.1
  + * @version $Id$
    */
   public interface URLRewriter {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/WSRPPortlet.java
  
  Index: WSRPPortlet.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/WSRPPortlet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- WSRPPortlet.java	26 Jul 2005 14:02:17 -0000	1.3
  +++ WSRPPortlet.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -24,6 +24,7 @@
    * existing portlets (parents).
    * 
    * @author Stephan Laertz 
  + * @version $Id$
    **/
   public interface WSRPPortlet {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/GroupSessionMgr.java
  
  Index: GroupSessionMgr.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/GroupSessionMgr.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- GroupSessionMgr.java	26 Jul 2005 14:02:17 -0000	1.3
  +++ GroupSessionMgr.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -22,6 +22,7 @@
    * portlet description. 
    * 
    * @author <a href='mailto:peter.fischer@de.ibm.com'>Peter Fischer</a>
  + * @version $Id$
    **/
   public interface GroupSessionMgr extends GroupSession, InitCookieInfo {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/SessionHandler.java
  
  Index: SessionHandler.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/SessionHandler.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SessionHandler.java	26 Jul 2005 14:02:17 -0000	1.3
  +++ SessionHandler.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -21,6 +21,7 @@
    * Interface of a session handler on the consumer side.
    * 
    * @author Stephan Laertz
  + * @version $Id$
    **/
   public interface SessionHandler {
   
  
  
  
  1.5       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/ConsumerEnvironment.java
  
  Index: ConsumerEnvironment.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/ConsumerEnvironment.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ConsumerEnvironment.java	26 Jul 2005 14:02:17 -0000	1.4
  +++ ConsumerEnvironment.java	10 Aug 2005 14:42:36 -0000	1.5
  @@ -20,6 +20,7 @@
    * 
    * @author Stephan.Laertz@de.ibm.com
    * @author <a href='mailto:peter.fischer@de.ibm.com'>Peter Fischer</a>
  + * @version $Id$
    */
   public interface ConsumerEnvironment extends Consumer, ConsumerCapabilities {
   
  
  
  
  1.5       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/Producer.java
  
  Index: Producer.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/Producer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Producer.java	26 Jul 2005 14:02:17 -0000	1.4
  +++ Producer.java	10 Aug 2005 14:42:36 -0000	1.5
  @@ -34,6 +34,7 @@
    * the Registration- and Portlet Management Interface are optional.
    * 
    * @author Stephan Laertz
  + * @version $Id$
    **/
   public interface Producer {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/PortletSession.java
  
  Index: PortletSession.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/PortletSession.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletSession.java	26 Jul 2005 14:02:17 -0000	1.3
  +++ PortletSession.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -27,6 +27,7 @@
    * a consumer portlet instance key is taken to
    * uniquely identify a portlet session.
    * 
  + * @version $Id$
    **/
   public interface PortletSession {
       
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/PortletKey.java
  
  Index: PortletKey.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/PortletKey.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletKey.java	26 Jul 2005 14:02:17 -0000	1.3
  +++ PortletKey.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -20,6 +20,7 @@
    * The portlet key does not identify a use of an portlet
    * 
    * @author <a href='mailto:Stephan.Laertz@de.ibm.com'>Stephan Laertz</a>
  + * @version $Id$
    **/
   public interface PortletKey {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/MarkupRequest.java
  
  Index: MarkupRequest.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/MarkupRequest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MarkupRequest.java	26 Jul 2005 14:02:18 -0000	1.3
  +++ MarkupRequest.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -21,6 +21,7 @@
    * This is the abstraction for a render request at a integrated
    * remote portlet at the consumer side.
    * 
  + * @version $Id$
    **/
   public interface MarkupRequest extends WSRPBaseRequest {
   
  
  
  
  1.5       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/PortletWindowSession.java
  
  Index: PortletWindowSession.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/PortletWindowSession.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PortletWindowSession.java	26 Jul 2005 14:02:17 -0000	1.4
  +++ PortletWindowSession.java	10 Aug 2005 14:42:36 -0000	1.5
  @@ -21,6 +21,7 @@
    * The portlet window session is a session which is unique for
    * every window of a portlet instance. 
    * 
  + * @version $Id$
    **/
   public interface PortletWindowSession {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/ProducerRegistry.java
  
  Index: ProducerRegistry.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/ProducerRegistry.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ProducerRegistry.java	26 Jul 2005 14:02:17 -0000	1.3
  +++ ProducerRegistry.java	10 Aug 2005 14:42:36 -0000	1.4
  @@ -22,6 +22,7 @@
    * producer objects.
    * 
    * @author Stephan Laertz 
  + * @version $Id$
    **/
   public interface ProducerRegistry {
   
  
  
  
  1.6       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/GroupSession.java
  
  Index: GroupSession.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/GroupSession.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- GroupSession.java	26 Jul 2005 14:02:18 -0000	1.5
  +++ GroupSession.java	10 Aug 2005 14:42:37 -0000	1.6
  @@ -25,6 +25,7 @@
    * 
    * @author Stephan Laertz
    * @author <a href='mailto:peter.fischer@de.ibm.com'>Peter Fischer</a>
  + * @version $Id$
    **/
   public interface GroupSession {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/PortletServices.java
  
  Index: PortletServices.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/PortletServices.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletServices.java	26 Jul 2005 14:02:18 -0000	1.3
  +++ PortletServices.java	10 Aug 2005 14:42:37 -0000	1.4
  @@ -28,6 +28,7 @@
    * interfaces.
    * 
    * @author Stephan Laertz
  + * @version $Id$
    **/
   public interface PortletServices {
   
  
  
  
  1.5       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/User.java
  
  Index: User.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/User.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- User.java	26 Jul 2005 14:02:18 -0000	1.4
  +++ User.java	10 Aug 2005 14:42:37 -0000	1.5
  @@ -22,6 +22,7 @@
    * user id and a user context.
    * 
    * @author Stephan Laertz
  + * @version $Id$
    **/
   public interface User {
   
  
  
  
  1.5       +1 -1      ws-wsrp4j/src/org/apache/wsrp4j/consumer/URLTemplateComposer.java
  
  Index: URLTemplateComposer.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/URLTemplateComposer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- URLTemplateComposer.java	26 Jul 2005 14:02:17 -0000	1.4
  +++ URLTemplateComposer.java	10 Aug 2005 14:42:37 -0000	1.5
  @@ -23,7 +23,7 @@
    *
    * @author  <a href="mailto:stefan.behl@de.ibm.com">Stefan Behl</a>
    *
  - * @version 1.1
  + * @version $Id$
    */
   public interface URLTemplateComposer {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/PortletRegistry.java
  
  Index: PortletRegistry.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/PortletRegistry.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletRegistry.java	26 Jul 2005 14:02:17 -0000	1.3
  +++ PortletRegistry.java	10 Aug 2005 14:42:37 -0000	1.4
  @@ -23,6 +23,7 @@
    * This interface defines a registry which holds portlet objects.
    *
    * @author Stephan Laertz 
  + * @version $Id$
    **/
   public interface PortletRegistry {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/PortletDriverRegistry.java
  
  Index: PortletDriverRegistry.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/PortletDriverRegistry.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletDriverRegistry.java	26 Jul 2005 14:02:17 -0000	1.3
  +++ PortletDriverRegistry.java	10 Aug 2005 14:42:37 -0000	1.4
  @@ -24,6 +24,7 @@
    * portlet driver objects.
    * 
    * @author Stephan Laertz
  + * @version $Id$
    **/
   public interface PortletDriverRegistry {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/UserRegistry.java
  
  Index: UserRegistry.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/UserRegistry.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UserRegistry.java	26 Jul 2005 14:02:17 -0000	1.3
  +++ UserRegistry.java	10 Aug 2005 14:42:37 -0000	1.4
  @@ -21,6 +21,7 @@
    * Defines a registry which can be used to manage users.
    * 
    * @author Stephan Laertz
  + * @version $Id$
    **/
   public interface UserRegistry {
   
  
  
  
  1.4       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/ConsumerEnvironmentImpl.java
  
  Index: ConsumerEnvironmentImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/ConsumerEnvironmentImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ConsumerEnvironmentImpl.java	26 Jul 2005 14:02:19 -0000	1.3
  +++ ConsumerEnvironmentImpl.java	10 Aug 2005 14:42:38 -0000	1.4
  @@ -34,6 +34,7 @@
    * Implements the consumer environment interface for the Swing consumer.
    * 
    * @author Stephan.Laertz@de.ibm.com
  + * @version $Id$
    **/
   public class ConsumerEnvironmentImpl extends GenericConsumerEnvironment
   {
  
  
  
  1.6       +1 -0      ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/AggregationImpl.java
  
  Index: AggregationImpl.java
  ===================================================================
  RCS file: /home/cvs/ws-wsrp4j/src/org/apache/wsrp4j/consumer/app/driver/AggregationImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AggregationImpl.java	7 Jun 2004 13:37:23 -0000	1.5
  +++ AggregationImpl.java	10 Aug 2005 14:42:38 -0000	1.6
  @@ -52,6 +52,7 @@
    * 
    * @author Stephan Laertz
    * @author Peter Fischer
  + * @version $Id$
    **/
   public class AggregationImpl implements Aggregation
   {