[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/authentication/
Remove help.zcml because of it's dependency to onlinhelp
Roger Ineichen
roger at projekt01.ch
Thu Feb 17 16:10:53 EST 2005
Log message for revision 29193:
Remove help.zcml because of it's dependency to onlinhelp
We have to find a way where we can handle missing help:register directive if the packge help isn't there
Changed:
U Zope3/trunk/src/zope/app/authentication/configure.zcml
D Zope3/trunk/src/zope/app/authentication/help.zcml
-=-
Modified: Zope3/trunk/src/zope/app/authentication/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/authentication/configure.zcml 2005-02-17 21:04:12 UTC (rev 29192)
+++ Zope3/trunk/src/zope/app/authentication/configure.zcml 2005-02-17 21:10:53 UTC (rev 29193)
@@ -70,7 +70,6 @@
<include file="principalplugins.zcml" />
<include file="authenticationplugins.zcml" />
<include file="groupfolder.zcml" />
- <include file="help.zcml" />
<include package=".browser" />
Deleted: Zope3/trunk/src/zope/app/authentication/help.zcml
===================================================================
--- Zope3/trunk/src/zope/app/authentication/help.zcml 2005-02-17 21:04:12 UTC (rev 29192)
+++ Zope3/trunk/src/zope/app/authentication/help.zcml 2005-02-17 21:10:53 UTC (rev 29193)
@@ -1,29 +0,0 @@
-<configure
- xmlns="http://namespaces.zope.org/zope"
- xmlns:help="http://namespaces.zope.org/help">
-
- <help:register
- id="zope.app.authentication"
- parent="dev"
- title="Authentication"
- doc_path="README.txt"
- class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
- />
-
- <help:register
- id="principalfolder"
- parent="dev/zope.app.authentication"
- title="Principal Folder"
- doc_path="principalfolder.txt"
- class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
- />
-
- <help:register
- id="groupfolder"
- parent="dev/zope.app.authentication"
- title="Group Folder"
- doc_path="groupfolder.txt"
- class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
- />
-
-</configure>
More information about the Zope3-Checkins
mailing list