[z3-checkins] r10629 - in z3/modzope/trunk/demosite: . package-includes

philikon at codespeak.net philikon at codespeak.net
Thu Apr 14 19:00:26 MEST 2005


Author: philikon
Date: Thu Apr 14 19:00:26 2005
New Revision: 10629

Removed:
   z3/modzope/trunk/demosite/overrides.zcml.in
   z3/modzope/trunk/demosite/package-includes/
   z3/modzope/trunk/demosite/sample_principals.zcml
   z3/modzope/trunk/demosite/securitypolicy.zcml
   z3/modzope/trunk/demosite/site.zcml
Log:
delete some stuff that i want to bind in thru svn:externals


Deleted: /z3/modzope/trunk/demosite/overrides.zcml.in
==============================================================================
--- /z3/modzope/trunk/demosite/overrides.zcml.in	Thu Apr 14 19:00:26 2005
+++ (empty file)
@@ -1,9 +0,0 @@
-<configure xmlns="http://namespaces.zope.org/zope"
-           xmlns:browser="http://namespaces.zope.org/browser">
-
-  <!-- Provide local overrides of standard configurations -->
-
-  <!-- For example, define a different default skin -->
-  <!-- <browser:skin name="" layers="default" /> -->
-
-</configure>

Deleted: /z3/modzope/trunk/demosite/sample_principals.zcml
==============================================================================
--- /z3/modzope/trunk/demosite/sample_principals.zcml	Thu Apr 14 19:00:26 2005
+++ (empty file)
@@ -1,35 +0,0 @@
-<!-- Use this as an example for setting up your principals -->
-<!-- file. Don't simply copy this file to principals.zcml -->
-<!-- unless you absolutely know it will only be used for -->
-<!-- development. -->
-<configure xmlns='http://namespaces.zope.org/zope'>
-
-  <unauthenticatedPrincipal
-    id="zope.anybody"
-    title="Unauthenticated User" />
-
-  <principal
-    id="zope.sample_manager"
-    title="Sample Manager"
-    login="gandalf"
-    password="123"
-    />
-
-  <principal
-    id="zope.sample_member"
-    title="Sample ordinary user (member)"
-    login="frodo"
-    password="456"
-    />
-
-  <grant
-    role="zope.Manager"
-    principal="zope.sample_manager"
-    />
-
-  <grant
-    role="zope.Member"
-    principal="zope.sample_member"
-    />
-
-</configure>

Deleted: /z3/modzope/trunk/demosite/securitypolicy.zcml
==============================================================================
--- /z3/modzope/trunk/demosite/securitypolicy.zcml	Thu Apr 14 19:00:26 2005
+++ (empty file)
@@ -1 +0,0 @@
-<include package="zope.app.securitypolicy" />

Deleted: /z3/modzope/trunk/demosite/site.zcml
==============================================================================
--- /z3/modzope/trunk/demosite/site.zcml	Thu Apr 14 19:00:26 2005
+++ (empty file)
@@ -1,14 +0,0 @@
-<configure xmlns="http://namespaces.zope.org/zope">
-
-  <include package="zope.app" />
-
-  <include files="package-includes/*-meta.zcml" />
-  <include files="package-includes/*-configure.zcml" />
-
-  <!-- Provide local overrides of standard configurations-->
-  <includeOverrides file="overrides.zcml" />
-
-  <include file="securitypolicy.zcml" />
-  <include file="principals.zcml" />
-
-</configure>


More information about the z3-checkins mailing list