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:16:59 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd visitor.rml localhost.ipml admin.gml roger.iml editor.rml reviewer.gml lenya.iml reviewer.rml admin.rml editor.gml

andreas     2003/11/13 08:16:59

  Modified:    src/webapp/lenya/pubs/default/config/ac/passwd visitor.rml
                        localhost.ipml admin.gml roger.iml editor.rml
                        reviewer.gml lenya.iml reviewer.rml admin.rml
                        editor.gml
  Log:
  refactoring access control package structure
  
  Revision  Changes    Path
  1.3       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/visitor.rml
  
  Index: visitor.rml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/visitor.rml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- visitor.rml	23 Jul 2003 13:31:09 -0000	1.2
  +++ visitor.rml	13 Nov 2003 16:16:58 -0000	1.3
  @@ -1,2 +1,2 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<role class="org.apache.lenya.cms.ac.FileRole" id="visitor"/>
  \ No newline at end of file
  +<role class="org.apache.lenya.ac.file.FileRole" id="visitor"/>
  \ No newline at end of file
  
  
  
  1.3       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/localhost.ipml
  
  Index: localhost.ipml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/localhost.ipml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- localhost.ipml	23 Oct 2003 07:47:13 -0000	1.2
  +++ localhost.ipml	13 Nov 2003 16:16:58 -0000	1.3
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<ip-range class="org.apache.lenya.cms.ac.FileIPRange" id="localhost">
  +<ip-range class="org.apache.lenya.ac.file.FileIPRange" id="localhost">
     <name>Localhost</name>
     <network-address>127.0.0.1</network-address>
     <subnet-mask>255.255.255.0</subnet-mask>
  
  
  
  1.5       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/admin.gml
  
  Index: admin.gml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/admin.gml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- admin.gml	30 Jul 2003 15:11:25 -0000	1.4
  +++ admin.gml	13 Nov 2003 16:16:58 -0000	1.5
  @@ -1,2 +1,2 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<group class="org.apache.lenya.cms.ac.FileGroup" id="admin"/>
  \ No newline at end of file
  +<group class="org.apache.lenya.ac.file.FileGroup" id="admin"/>
  \ No newline at end of file
  
  
  
  1.9       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/roger.iml
  
  Index: roger.iml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/roger.iml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- roger.iml	6 Oct 2003 10:24:23 -0000	1.8
  +++ roger.iml	13 Nov 2003 16:16:58 -0000	1.9
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<identity id="roger" class="org.apache.lenya.cms.ac.FileUser">
  +<identity id="roger" class="org.apache.lenya.ac.file.FileUser">
     <name>Roger</name>
     <description></description>
     <email>roger@lenya.org</email>
  
  
  
  1.4       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/editor.rml
  
  Index: editor.rml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/editor.rml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- editor.rml	8 Jul 2003 16:27:05 -0000	1.3
  +++ editor.rml	13 Nov 2003 16:16:58 -0000	1.4
  @@ -1,2 +1,2 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<role class="org.apache.lenya.cms.ac.FileRole" id="editor"/>
  \ No newline at end of file
  +<role class="org.apache.lenya.ac.file.FileRole" id="editor"/>
  \ No newline at end of file
  
  
  
  1.5       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/reviewer.gml
  
  Index: reviewer.gml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/reviewer.gml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- reviewer.gml	30 Jul 2003 15:11:25 -0000	1.4
  +++ reviewer.gml	13 Nov 2003 16:16:59 -0000	1.5
  @@ -1,2 +1,2 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<group class="org.apache.lenya.cms.ac.FileGroup" id="reviewer"/>
  \ No newline at end of file
  +<group class="org.apache.lenya.ac.file.FileGroup" id="reviewer"/>
  \ No newline at end of file
  
  
  
  1.7       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/lenya.iml
  
  Index: lenya.iml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/lenya.iml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- lenya.iml	8 Jul 2003 16:27:05 -0000	1.6
  +++ lenya.iml	13 Nov 2003 16:16:59 -0000	1.7
  @@ -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.4       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/reviewer.rml
  
  Index: reviewer.rml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/reviewer.rml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- reviewer.rml	23 Jul 2003 13:31:08 -0000	1.3
  +++ reviewer.rml	13 Nov 2003 16:16:59 -0000	1.4
  @@ -1,2 +1,2 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<role class="org.apache.lenya.cms.ac.FileRole" id="reviewer"/>
  \ No newline at end of file
  +<role class="org.apache.lenya.ac.file.FileRole" id="reviewer"/>
  \ No newline at end of file
  
  
  
  1.4       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/admin.rml
  
  Index: admin.rml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/admin.rml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- admin.rml	8 Jul 2003 16:27:05 -0000	1.3
  +++ admin.rml	13 Nov 2003 16:16:59 -0000	1.4
  @@ -1,2 +1,2 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<role class="org.apache.lenya.cms.ac.FileRole" id="admin"/>
  \ No newline at end of file
  +<role class="org.apache.lenya.ac.file.FileRole" id="admin"/>
  \ No newline at end of file
  
  
  
  1.5       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/editor.gml
  
  Index: editor.gml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/passwd/editor.gml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- editor.gml	30 Jul 2003 15:11:25 -0000	1.4
  +++ editor.gml	13 Nov 2003 16:16:59 -0000	1.5
  @@ -1,2 +1,2 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<group class="org.apache.lenya.cms.ac.FileGroup" id="editor"/>
  \ No newline at end of file
  +<group class="org.apache.lenya.ac.file.FileGroup" id="editor"/>
  \ No newline at end of file
  
  
  

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