[Zope3-checkins] SVN: zope.testing/trunk/ Removed the experimental
develop-project support. It's use of
Jim Fulton
jim at zope.com
Sun Jun 4 11:12:18 EDT 2006
Log message for revision 68486:
Removed the experimental develop-project support. It's use of
MANIFEST.in was causing weird errors under some circomstances when
generated eggs were installed.
Changed:
_U zope.testing/trunk/
D zope.testing/trunk/MANIFEST.in
D zope.testing/trunk/develop.py
D zope.testing/trunk/setup.cfg.in
-=-
Property changes on: zope.testing/trunk
___________________________________________________________________
Name: svn:externals
- workspace svn://svn.zope.org/repos/main/projectsupport/trunk/src/workspace
+
Deleted: zope.testing/trunk/MANIFEST.in
===================================================================
--- zope.testing/trunk/MANIFEST.in 2006-06-04 15:11:09 UTC (rev 68485)
+++ zope.testing/trunk/MANIFEST.in 2006-06-04 15:12:17 UTC (rev 68486)
@@ -1 +0,0 @@
-exclude setup.cfg
Deleted: zope.testing/trunk/develop.py
===================================================================
--- zope.testing/trunk/develop.py 2006-06-04 15:11:09 UTC (rev 68485)
+++ zope.testing/trunk/develop.py 2006-06-04 15:12:17 UTC (rev 68486)
@@ -1,21 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2004 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (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.
-#
-##############################################################################
-"""Workspace configuration wrapper script
-
-$Id$
-"""
-
-import workspace.develop
-
-workspace.develop.main()
Deleted: zope.testing/trunk/setup.cfg.in
===================================================================
--- zope.testing/trunk/setup.cfg.in 2006-06-04 15:11:09 UTC (rev 68485)
+++ zope.testing/trunk/setup.cfg.in 2006-06-04 15:12:17 UTC (rev 68486)
@@ -1,6 +0,0 @@
-[development]
-depends =
-
-[egg_info]
-tag_build = .dev
-tag_svn_revision = 1
More information about the Zope3-Checkins
mailing list