You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/11/13 17:18:20 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/blog/config/ac/passwd lenya.iml editor.rml visitor.rml admin.gml

andreas     2003/11/13 08:18:20

  Modified:    src/webapp/lenya/pubs/blog/config/ac/passwd lenya.iml
                        editor.rml visitor.rml admin.gml
  Log:
  refactoring access control package structure
  
  Revision  Changes    Path
  1.2       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/blog/config/ac/passwd/lenya.iml
  
  Index: lenya.iml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/blog/config/ac/passwd/lenya.iml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lenya.iml	5 Aug 2003 19:50:48 -0000	1.1
  +++ lenya.iml	13 Nov 2003 16:18:20 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<identity id="lenya" class="org.apache.lenya.cms.ac.FileUser">
  +<identity id="lenya" class="org.apache.lenya.ac.file.FileUser">
     <name>Levi Vanya</name>
     <description></description>
     <email>levi.vanya@wyona.org</email>
  
  
  
  1.2       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/blog/config/ac/passwd/editor.rml
  
  Index: editor.rml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/blog/config/ac/passwd/editor.rml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- editor.rml	5 Aug 2003 19:50:48 -0000	1.1
  +++ editor.rml	13 Nov 2003 16:18:20 -0000	1.2
  @@ -1,3 +1,3 @@
   <?xml version="1.0"?>
   
  -<role class="org.apache.lenya.cms.ac.FileRole" id="editor"/>
  +<role class="org.apache.lenya.ac.file.FileRole" id="editor"/>
  
  
  
  1.2       +3 -3      cocoon-lenya/src/webapp/lenya/pubs/blog/config/ac/passwd/visitor.rml
  
  Index: visitor.rml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/blog/config/ac/passwd/visitor.rml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- visitor.rml	5 Aug 2003 19:50:48 -0000	1.1
  +++ visitor.rml	13 Nov 2003 16:18:20 -0000	1.2
  @@ -1,3 +1,3 @@
  -<?xml version="1.0"?>
  -
  -<role class="org.apache.lenya.cms.ac.FileRole" id="visitor"/>
  +<?xml version="1.0"?>
  +
  +<role class="org.apache.lenya.ac.file.FileRole" id="visitor"/>
  
  
  
  1.2       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/blog/config/ac/passwd/admin.gml
  
  Index: admin.gml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/blog/config/ac/passwd/admin.gml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- admin.gml	5 Aug 2003 19:50:48 -0000	1.1
  +++ admin.gml	13 Nov 2003 16:18:20 -0000	1.2
  @@ -1,3 +1,3 @@
   <?xml version="1.0"?>
   
  -<group class="org.apache.lenya.cms.ac.FileGroup" id="admin"/>
  +<group class="org.apache.lenya.ac.file.FileGroup" id="admin"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org