[Zope3-checkins]
CVS: Zope3/src/zope/configuration/tests/samplepackage
- bar.zcml:1.2 bar1.zcml:1.2 bar2.zcml:1.2 bar21.zcml:1.2
baro.zcml:1.2 configure.zcml:1.2 configure.zcml.in:1.2
foo.zcml.in:1.2
Martijn Faassen
m.faassen at vet.uu.nl
Fri Aug 22 17:02:24 EDT 2003
Update of /cvs-repository/Zope3/src/zope/configuration/tests/samplepackage
In directory cvs.zope.org:/tmp/cvs-serv25533/zope/configuration/tests/samplepackage
Modified Files:
bar.zcml bar1.zcml bar2.zcml bar21.zcml baro.zcml
configure.zcml configure.zcml.in foo.zcml.in
Log Message:
zopeConfigure renamed to configure everywhere in ZCML, as
zopeConfigure is deprecated and hampers ZCML schema efforts.
=== Zope3/src/zope/configuration/tests/samplepackage/bar.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/configuration/tests/samplepackage/bar.zcml:1.1 Mon Jul 28 18:23:08 2003
+++ Zope3/src/zope/configuration/tests/samplepackage/bar.zcml Fri Aug 22 16:02:23 2003
@@ -1,6 +1,6 @@
-<zopeConfigure>
+<configure>
<include file="bar1.zcml" />
<include file="bar2.zcml" />
-</zopeConfigure>
+</configure>
=== Zope3/src/zope/configuration/tests/samplepackage/bar1.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/configuration/tests/samplepackage/bar1.zcml:1.1 Mon Jul 28 18:23:08 2003
+++ Zope3/src/zope/configuration/tests/samplepackage/bar1.zcml Fri Aug 22 16:02:23 2003
@@ -1,7 +1,7 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/test">
+<configure xmlns="http://namespaces.zope.org/test">
<include file="configure.zcml" />
<foo x="blah" y="1" />
-</zopeConfigure>
+</configure>
=== Zope3/src/zope/configuration/tests/samplepackage/bar2.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/configuration/tests/samplepackage/bar2.zcml:1.1 Mon Jul 28 18:23:08 2003
+++ Zope3/src/zope/configuration/tests/samplepackage/bar2.zcml Fri Aug 22 16:02:23 2003
@@ -1,8 +1,8 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/test">
+<configure xmlns="http://namespaces.zope.org/test">
<include file="bar21.zcml" />
<foo x="blah" y="2" />
<foo x="blah" y="1" />
-</zopeConfigure>
+</configure>
=== Zope3/src/zope/configuration/tests/samplepackage/bar21.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/configuration/tests/samplepackage/bar21.zcml:1.1 Mon Jul 28 18:23:08 2003
+++ Zope3/src/zope/configuration/tests/samplepackage/bar21.zcml Fri Aug 22 16:02:23 2003
@@ -1,6 +1,6 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/test">
+<configure xmlns="http://namespaces.zope.org/test">
<foo x="blah" y="0" />
<foo x="blah" y="2" />
-</zopeConfigure>
+</configure>
=== Zope3/src/zope/configuration/tests/samplepackage/baro.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/configuration/tests/samplepackage/baro.zcml:1.1 Mon Jul 28 18:23:08 2003
+++ Zope3/src/zope/configuration/tests/samplepackage/baro.zcml Fri Aug 22 16:02:23 2003
@@ -1,6 +1,6 @@
-<zopeConfigure>
+<configure>
<include file="bar1.zcml" />
<includeOverrides file="bar2.zcml" />
-</zopeConfigure>
+</configure>
=== Zope3/src/zope/configuration/tests/samplepackage/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/configuration/tests/samplepackage/configure.zcml:1.1 Mon Jul 28 18:23:08 2003
+++ Zope3/src/zope/configuration/tests/samplepackage/configure.zcml Fri Aug 22 16:02:23 2003
@@ -1,4 +1,4 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/zope"
+<configure xmlns="http://namespaces.zope.org/zope"
xmlns:meta="http://namespaces.zope.org/meta"
xmlns:test="http://namespaces.zope.org/test"
>
@@ -11,4 +11,4 @@
<test:foo x="blah" y="0" />
-</zopeConfigure>
+</configure>
=== Zope3/src/zope/configuration/tests/samplepackage/configure.zcml.in 1.1 => 1.2 ===
--- Zope3/src/zope/configuration/tests/samplepackage/configure.zcml.in:1.1 Mon Jul 28 18:23:08 2003
+++ Zope3/src/zope/configuration/tests/samplepackage/configure.zcml.in Fri Aug 22 16:02:23 2003
@@ -1,2 +1,2 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/zope">
-</zopeConfigure>
+<configure xmlns="http://namespaces.zope.org/zope">
+</configure>
=== Zope3/src/zope/configuration/tests/samplepackage/foo.zcml.in 1.1 => 1.2 ===
--- Zope3/src/zope/configuration/tests/samplepackage/foo.zcml.in:1.1 Mon Jul 28 18:23:08 2003
+++ Zope3/src/zope/configuration/tests/samplepackage/foo.zcml.in Fri Aug 22 16:02:23 2003
@@ -1,4 +1,4 @@
-<zopeConfigure xmlns="http://namespaces.zope.org/zope"
+<configure xmlns="http://namespaces.zope.org/zope"
xmlns:meta="http://namespaces.zope.org/meta"
xmlns:test="http://namespaces.zope.org/test"
>
@@ -11,4 +11,4 @@
<test:foo x="foo" y="2" />
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list