[Zope-book] CVS: Docs/ZopeComponentArchitecture/PythonProgrammerTutorial/Chapter1/Step2 - configure.zcml:1.3 products.zcml:1.4

Philipp von Weitershausen cvs-admin at zope.org
Fri Nov 21 11:52:10 EST 2003


Update of /cvs-repository/Docs/ZopeComponentArchitecture/PythonProgrammerTutorial/Chapter1/Step2
In directory cvs.zope.org:/tmp/cvs-serv26466/Step2

Modified Files:
	configure.zcml products.zcml 
Log Message:
Update horribly out-of-date examples. This is just a first step, I'm not
done yet.


=== Docs/ZopeComponentArchitecture/PythonProgrammerTutorial/Chapter1/Step2/configure.zcml 1.2 => 1.3 ===
--- Docs/ZopeComponentArchitecture/PythonProgrammerTutorial/Chapter1/Step2/configure.zcml:1.2	Mon Mar 24 12:46:15 2003
+++ Docs/ZopeComponentArchitecture/PythonProgrammerTutorial/Chapter1/Step2/configure.zcml	Fri Nov 21 11:51:39 2003
@@ -1,4 +1,4 @@
-<zopeConfigure 
+<configure 
     xmlns='http://namespaces.zope.org/zope'
     xmlns:browser='http://namespaces.zope.org/browser'>
 
@@ -23,4 +23,4 @@
     action="zopeproducts.contact.Contact"
     />
 
-</zopeConfigure>
+</configure>


=== Docs/ZopeComponentArchitecture/PythonProgrammerTutorial/Chapter1/Step2/products.zcml 1.3 => 1.4 ===
--- Docs/ZopeComponentArchitecture/PythonProgrammerTutorial/Chapter1/Step2/products.zcml:1.3	Sun Dec  8 03:40:22 2002
+++ Docs/ZopeComponentArchitecture/PythonProgrammerTutorial/Chapter1/Step2/products.zcml	Fri Nov 21 11:51:39 2003
@@ -1,8 +1,8 @@
-<zopeConfigure
+<configure
    xmlns='http://namespaces.zope.org/zope'
    xmlns:browser='http://namespaces.zope.org/browser'
 >
 <!-- add include directives for products here -->
 <include package=".Contact" />
 
-</zopeConfigure>
+</configure>





More information about the Zope-book mailing list