[Zope-CVS] CVS: Packages/Moztop/idesupport - __init__.py:1.1 configure.zcml:1.1
Stephan Richter
srichter@cbu.edu
Mon, 13 Jan 2003 14:00:44 -0500
Update of /cvs-repository/Packages/Moztop/idesupport
In directory cvs.zope.org:/tmp/cvs-serv16936/idesupport
Added Files:
__init__.py configure.zcml
Log Message:
- Updated CHANGES.txt
- Created initial idesupport Zope 3 Product.
- Reflect installation changes in INSTALL.txt
=== Added File Packages/Moztop/idesupport/__init__.py ===
##############################################################################
#
# Copyright (c) 2002, 2003 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Moztop Extension Product
$Id: __init__.py,v 1.1 2003/01/13 19:00:41 srichter Exp $
"""
=== Added File Packages/Moztop/idesupport/configure.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
<!-- include package="" /-->
</zopeConfigure>