[Zope3-checkins] CVS: Products3/HelloPackage - configure_bare.zcml:1.3

Marius Gedminas mgedmin@codeworks.lt
Wed, 5 Feb 2003 04:45:03 -0500


Update of /cvs-repository/Products3/HelloPackage
In directory cvs.zope.org:/tmp/cvs-serv30698

Modified Files:
	configure_bare.zcml 
Log Message:
Make configure_bare.zcml in HelloPackage work as well

=== Products3/HelloPackage/configure_bare.zcml 1.2 => 1.3 ===
--- Products3/HelloPackage/configure_bare.zcml:1.2	Wed Feb  5 04:42:01 2003
+++ Products3/HelloPackage/configure_bare.zcml	Wed Feb  5 04:45:00 2003
@@ -15,7 +15,7 @@
       attributes="getHello" />
 </content>
 
-<browser:view
+<browser:page
     name="hello.html"
     for=".IHelloModule.IHello"
     template="hello.pt"