[CMF-checkins] SVN: CMF/trunk/ - stitching GenericSetup back in as a svn:external and update docs.

Jens Vagelpohl jens at dataflake.org
Tue Jan 17 15:13:46 EST 2006


Log message for revision 41350:
  - stitching GenericSetup back in as a svn:external and update docs.

Changed:
  _U  CMF/trunk/
  U   CMF/trunk/CHANGES.txt
  A   CMF/trunk/EXTERNALS.txt
  U   CMF/trunk/INSTALL.txt
  U   CMF/trunk/INSTALL_SVN.txt

-=-

Property changes on: CMF/trunk
___________________________________________________________________
Name: svn:externals
   + #
# Used for maintenance of external resources in this svn bundle.  Edit
# this file as appropriate and then run the following command from within
# the checkout directory where this file lives on your local machine:
#
# svn propset svn:externals -F ./EXTERNALS.TXT .
#
GenericSetup svn://svn.zope.org/repos/main/GenericSetup/trunk


Modified: CMF/trunk/CHANGES.txt
===================================================================
--- CMF/trunk/CHANGES.txt	2006-01-17 20:13:30 UTC (rev 41349)
+++ CMF/trunk/CHANGES.txt	2006-01-17 20:13:46 UTC (rev 41350)
@@ -168,7 +168,7 @@
   Others
 
     - Moved GenericSetup out of the CMF package, it is now a standalone
-      product.
+      product, but still distributed as part of the CMF package.
 
     - Replaced use of deprecated 'zLOG' module with standard Python
       'logging' module.

Added: CMF/trunk/EXTERNALS.txt
===================================================================
--- CMF/trunk/EXTERNALS.txt	2006-01-17 20:13:30 UTC (rev 41349)
+++ CMF/trunk/EXTERNALS.txt	2006-01-17 20:13:46 UTC (rev 41350)
@@ -0,0 +1,8 @@
+#
+# Used for maintenance of external resources in this svn bundle.  Edit
+# this file as appropriate and then run the following command from within
+# the checkout directory where this file lives on your local machine:
+#
+# svn propset svn:externals -F ./EXTERNALS.TXT .
+#
+GenericSetup svn://svn.zope.org/repos/main/GenericSetup/trunk


Property changes on: CMF/trunk/EXTERNALS.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: CMF/trunk/INSTALL.txt
===================================================================
--- CMF/trunk/INSTALL.txt	2006-01-17 20:13:30 UTC (rev 41349)
+++ CMF/trunk/INSTALL.txt	2006-01-17 20:13:46 UTC (rev 41350)
@@ -3,7 +3,6 @@
   Requirements
 
     - Zope v. 2.9.0 or later
-    - GenericSetup after version 1.0
 
   Assumptions
 
@@ -38,11 +37,13 @@
         $ ln -s /usr/local/zope/CMF-2.X/CMFCalendar .
         $ ln -s /usr/local/zope/CMF-2.X/CMFUid .
         $ ln -s /usr/local/zope/CMF-2.X/DCWorkflow .
+        $ ln -s /usr/local/zope/CMF-2.X/GenericSetup .
 
        or, as a shortcut::
 
         $ ln -s /usr/local/zope/CMF-2.X/CMF* .
         $ ln -s /usr/local/zope/CMF-2.X/DCWorkflow .
+        $ ln -s /usr/local/zope/CMF-2.X/GenericSetup .
 
        Since linking doesn't apply on Windows, you will need
        to cut or copy the files from the place where you unpacked

Modified: CMF/trunk/INSTALL_SVN.txt
===================================================================
--- CMF/trunk/INSTALL_SVN.txt	2006-01-17 20:13:30 UTC (rev 41349)
+++ CMF/trunk/INSTALL_SVN.txt	2006-01-17 20:13:46 UTC (rev 41350)
@@ -12,7 +12,7 @@
       the sources for a specific version from Subversion.
 
   * Please note that the trunk version of the CMF requires Zope 
-    2.9.0 or later, and a version of GenericSetup higher than 1.0.
+    2.9.0 or later.
 
   * For help with Subversion in general, see "Version Control with 
     Subversion" at http://svnbook.red-bean.com/
@@ -41,6 +41,8 @@
 
       - DCWorkflow
 
+      - GenericSetup
+
      ... and several others.
 
   2. Copy or link each of these subdirectories into the 'Products' directory of
@@ -53,6 +55,7 @@
       $ ln -s /tmp/CMF-head/CMFActionIcons .
       $ ln -s /tmp/CMF-head/CMFUID .
       $ ln -s /tmp/CMF-head/DCWorkflow .
+      $ ln -s /tmp/CMF-head/GenericSetup .
       ...
 
   3. Verify filesystem products:
@@ -74,6 +77,8 @@
 
       - DCWorkflow
 
+      - GenericSetup
+
       ...
 
   4. Create a CMF Site:



More information about the CMF-checkins mailing list