[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/authentication/help.zcml
Change svn:property
Roger Ineichen
roger at projekt01.ch
Thu Feb 17 15:59:23 EST 2005
Log message for revision 29188:
Change svn:property
Changed:
UU Zope3/trunk/src/zope/app/authentication/help.zcml
-=-
Modified: Zope3/trunk/src/zope/app/authentication/help.zcml
===================================================================
--- Zope3/trunk/src/zope/app/authentication/help.zcml 2005-02-17 20:54:05 UTC (rev 29187)
+++ Zope3/trunk/src/zope/app/authentication/help.zcml 2005-02-17 20:59:23 UTC (rev 29188)
@@ -1,29 +1,29 @@
<configure
- xmlns="http://namespaces.zope.org/zope"
+ xmlns="http://namespaces.zope.org/zope"
xmlns:help="http://namespaces.zope.org/help">
-
- <help:register
- id="zope.app.authentication"
- parent="dev"
- title="Authentication"
+
+ <help:register
+ id="zope.app.authentication"
+ parent="dev"
+ title="Authentication"
doc_path="README.txt"
- class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
+ class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
/>
-
- <help:register
- id="principalfolder"
- parent="dev/zope.app.authentication"
- title="Principal Folder"
+
+ <help:register
+ id="principalfolder"
+ parent="dev/zope.app.authentication"
+ title="Principal Folder"
doc_path="principalfolder.txt"
- class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
+ class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
/>
-
- <help:register
- id="groupfolder"
- parent="dev/zope.app.authentication"
- title="Group Folder"
+
+ <help:register
+ id="groupfolder"
+ parent="dev/zope.app.authentication"
+ title="Group Folder"
doc_path="groupfolder.txt"
- class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
- />
+ class="zope.app.onlinehelp.onlinehelptopic.RESTOnlineHelpTopic"
+ />
</configure>
Property changes on: Zope3/trunk/src/zope/app/authentication/help.zcml
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the Zope3-Checkins
mailing list