[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins - __init__.py:1.2 configure.zcml:1.2
Jim Fulton
jim@zope.com
Wed, 25 Dec 2002 09:14:10 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/skins
In directory cvs.zope.org:/tmp/cvs-serv15352/src/zope/app/browser/skins
Added Files:
__init__.py configure.zcml
Log Message:
Grand renaming:
- Renamed most files (especially python modules) to lower case.
- Moved views and interfaces into separate hierarchies within each
project, where each top-level directory under the zope package
is a separate project.
- Moved everything to src from lib/python.
lib/python will eventually go away. I need access to the cvs
repository to make this happen, however.
There are probably some bits that are broken. All tests pass
and zope runs, but I haven't tried everything. There are a number
of cleanups I'll work on tomorrow.
=== Zope3/src/zope/app/browser/skins/__init__.py 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:14:10 2002
+++ Zope3/src/zope/app/browser/skins/__init__.py Wed Dec 25 09:12:39 2002
@@ -0,0 +1,2 @@
+#
+# This file is necessary to make this directory a package.
=== Zope3/src/zope/app/browser/skins/configure.zcml 1.1 => 1.2 ===
--- /dev/null Wed Dec 25 09:14:10 2002
+++ Zope3/src/zope/app/browser/skins/configure.zcml Wed Dec 25 09:12:39 2002
@@ -0,0 +1,9 @@
+<zopeConfigure
+ xmlns='http://namespaces.zope.org/zope'
+ xmlns:browser='http://namespaces.zope.org/browser'
+ >
+
+<include package=".basic" />
+<include package=".zopetop" />
+
+</zopeConfigure>