[Zope3-checkins] CVS: Zope3/src/zope/app - configure.zcml:1.37 meta.zcml:1.17

Martijn Faassen cvs-admin at zope.org
Sat Dec 6 07:51:59 EST 2003


Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv27348/src/zope/app

Modified Files:
	configure.zcml meta.zcml 
Log Message:
Removing XML from the Zope 3 core into its own package.

Things are moving mostly to a new zopexml top-level package that is 
the start of the new zope3 XML project. This will be checked in into
the Infrae CVS initially (http://cvs.infrae.com/z3/zopexml) for the 
time being, but we should look for a better place.

The code to make automatic interface assignments to XMLDocuments 
based on XML schema references in the XML document has been removed
for the time being, as it was not working anyway after recent refactoring.
We may take the simpler approach in using normal Zope 3 interfaces to
stand in for XML schema, Relax NG schema and DTDs. This removes the need
to mess with the ZCML innards and the need for a ZCML directive.


=== Zope3/src/zope/app/configure.zcml 1.36 => 1.37 ===
--- Zope3/src/zope/app/configure.zcml:1.36	Sun Sep 21 13:30:04 2003
+++ Zope3/src/zope/app/configure.zcml	Sat Dec  6 07:51:27 2003
@@ -106,7 +106,6 @@
   <include package="zope.app.renderer" />
   <include package="zope.app.onlinehelp" />
   <include package="zope.app.workflow" />
-  <include package="zope.app.xml" />
 
   <!-- Views -->
   <include package="zope.app.browser" />


=== Zope3/src/zope/app/meta.zcml 1.16 => 1.17 ===
--- Zope3/src/zope/app/meta.zcml:1.16	Thu Aug 21 10:19:20 2003
+++ Zope3/src/zope/app/meta.zcml	Sat Dec  6 07:51:27 2003
@@ -14,7 +14,6 @@
 <include package="zope.app.process" file="meta.zcml" />
 <include package="zope.app.applicationcontrol" file="meta.zcml" />
 <include package="zope.app.onlinehelp" file="meta.zcml" />
-<include package="zope.app.xml" file="meta.zcml" />
 <include package="zope.app.pagetemplate" file="meta.zcml" />
 <include package="zope.app.fssync" file="meta.zcml" />
 <include package="zope.app.workflow" file="meta.zcml" />




More information about the Zope3-Checkins mailing list