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 2004/09/16 16:21:46 UTC

svn commit: rev 46182 - in incubator/lenya/trunk/src/webapp/lenya/content: info publishing

Author: andreas
Date: Thu Sep 16 07:21:46 2004
New Revision: 46182

Modified:
   incubator/lenya/trunk/src/webapp/lenya/content/info/access-control.xsp
   incubator/lenya/trunk/src/webapp/lenya/content/publishing/submit-screen.xsp
Log:
get rid of log4j

Modified: incubator/lenya/trunk/src/webapp/lenya/content/info/access-control.xsp
==============================================================================
--- incubator/lenya/trunk/src/webapp/lenya/content/info/access-control.xsp	(original)
+++ incubator/lenya/trunk/src/webapp/lenya/content/info/access-control.xsp	Thu Sep 16 07:21:46 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: access-control.xsp,v 1.7 2004/03/13 12:31:30 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsp:page 
   language="java" 
@@ -66,7 +66,7 @@
       <li:visitor-role><xsp:expr>visitorRole</xsp:expr></li:visitor-role>
       
       String area = parameters.getParameter("area", null);
-			PolicyHelper helper = new PolicyHelper();
+			PolicyHelper helper = new PolicyHelper(getLogger());
 			helper.setup(objectModel, this.manager, area);
       
       String[] types = { "user", "group", "iprange", "role" };

Modified: incubator/lenya/trunk/src/webapp/lenya/content/publishing/submit-screen.xsp
==============================================================================
--- incubator/lenya/trunk/src/webapp/lenya/content/publishing/submit-screen.xsp	(original)
+++ incubator/lenya/trunk/src/webapp/lenya/content/publishing/submit-screen.xsp	Thu Sep 16 07:21:46 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: submit-screen.xsp,v 1.7 2004/03/13 12:31:32 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsp:page
        language="java"
@@ -38,7 +38,7 @@
   
 	<not:users>
 	<xsp:logic>
-			PolicyHelper helper = new PolicyHelper();
+			PolicyHelper helper = new PolicyHelper(getLogger());
 			helper.setup(objectModel, this.manager, "authoring");
 			
 			User[] managers = helper.getUsersWithRole("review");

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