[Checkins] SVN: Sandbox/chrism/eggcmf/ Attempt to create an alternate CMF deployment as an egg.

Chris McDonough chrism at plope.com
Mon Sep 24 18:41:56 EDT 2007


Log message for revision 79943:
  Attempt to create an alternate CMF deployment as an egg.
  
  

Changed:
  A   Sandbox/chrism/eggcmf/
  A   Sandbox/chrism/eggcmf/2.1.0/
  A   Sandbox/chrism/eggcmf/2.1.0/Products/
  A   Sandbox/chrism/eggcmf/2.1.0/Products/__init__.py

-=-

Property changes on: Sandbox/chrism/eggcmf/2.1.0/Products
___________________________________________________________________
Name: svn:externals
   + CMFActionIcons svn://svn.zope.org/repos/main/CMF/tags/2.1.0/CMFActionIcons
CMFCalendar svn://svn.zope.org/repos/main/CMF/tags/2.1.0/CMFCalendar
CMFCore svn://svn.zope.org/repos/main/CMF/tags/2.1.0/CMFCore
CMFDefault svn://svn.zope.org/repos/main/CMF/tags/2.1.0/CMFDefault
CMFTopic svn://svn.zope.org/repos/main/CMF/tags/2.1.0/CMFTopic
CMFUid svn://svn.zope.org/repos/main/CMF/tags/2.1.0/CMFUid
DCWorkflow svn://svn.zope.org/repos/main/CMF/tags/2.1.0/DCWorkflow



Added: Sandbox/chrism/eggcmf/2.1.0/Products/__init__.py
===================================================================
--- Sandbox/chrism/eggcmf/2.1.0/Products/__init__.py	                        (rev 0)
+++ Sandbox/chrism/eggcmf/2.1.0/Products/__init__.py	2007-09-24 22:41:56 UTC (rev 79943)
@@ -0,0 +1,2 @@
+__import__('pkg_resources').declare_namespace(__name__)
+


Property changes on: Sandbox/chrism/eggcmf/2.1.0/Products/__init__.py
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the Checkins mailing list