You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2003/08/23 17:29:45 UTC

cvs commit: jakarta-turbine-fulcrum/security/src/java/org/apache/fulcrum/security UserManager.java

epugh       2003/08/23 08:29:45

  Modified:    security/src/java/org/apache/fulcrum/security
                        UserManager.java
  Log:
  Refactored the packaging.  Now there is a a model/ directory where the model lives,
  and a spi/ where the various service providers live.  I think this will allow better
  mixing and matching of models and implementors.  Also makes the names clearer.
  
  Revision  Changes    Path
  1.2       +5 -1      jakarta-turbine-fulcrum/security/src/java/org/apache/fulcrum/security/UserManager.java
  
  Index: UserManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/security/src/java/org/apache/fulcrum/security/UserManager.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- UserManager.java	23 Aug 2003 03:56:24 -0000	1.1
  +++ UserManager.java	23 Aug 2003 15:29:45 -0000	1.2
  @@ -243,4 +243,8 @@
          */
       public AccessControlList getACL(User user) throws UnknownEntityException;
       
  +	
  +
  +
  +    
   }
  
  
  

Re: cvs commit: jakarta-turbine-fulcrum/security/src/java/org/apache/fulcrum/security UserManager.java

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Huh?  Commit log message and changes don't match up.  Please diff
before committing.

epugh@apache.org writes:

> epugh       2003/08/23 08:29:45
> 
>   Modified:    security/src/java/org/apache/fulcrum/security
>                         UserManager.java
>   Log:
>   Refactored the packaging.  Now there is a a model/ directory where the model lives,
>   and a spi/ where the various service providers live.  I think this will allow better
>   mixing and matching of models and implementors.  Also makes the names clearer.
>   
>   Revision  Changes    Path
>   1.2       +5 -1      jakarta-turbine-fulcrum/security/src/java/org/apache/fulcrum/security/UserManager.java
>   
>   Index: UserManager.java
>   ===================================================================
>   RCS file: /home/cvs/jakarta-turbine-fulcrum/security/src/java/org/apache/fulcrum/security/UserManager.java,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- UserManager.java	23 Aug 2003 03:56:24 -0000	1.1
>   +++ UserManager.java	23 Aug 2003 15:29:45 -0000	1.2
>   @@ -243,4 +243,8 @@
>           */
>        public AccessControlList getACL(User user) throws UnknownEntityException;
>        
>   +	
>   +
>   +
>   +    
>    }
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
> 

-- 

Daniel Rall