[Zope-Checkins] SVN: Zope/trunk/ No longer create an `Extensions` folder in the standard instance skeleton. External methods will become entirely optional in Zope 2.14.

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 10 09:42:50 EDT 2010


Log message for revision 114521:
  No longer create an `Extensions` folder in the standard instance skeleton. External methods will become entirely optional in Zope 2.14.
  

Changed:
  U   Zope/trunk/doc/CHANGES.rst
  D   Zope/trunk/src/Zope2/utilities/skel/Extensions/
  U   Zope/trunk/src/Zope2/utilities/skel/README.txt
  U   Zope/trunk/src/Zope2/utilities/skel/etc/zope.conf.in

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst	2010-07-10 13:36:47 UTC (rev 114520)
+++ Zope/trunk/doc/CHANGES.rst	2010-07-10 13:42:50 UTC (rev 114521)
@@ -22,6 +22,9 @@
 Restructuring
 +++++++++++++
 
+- No longer create an `Extensions` folder in the standard instance skeleton.
+  External methods will become entirely optional in Zope 2.14.
+
 - Avoid using the ``Products.PythonScripts.standard`` module inside the
   database manager ZMI.
 

Modified: Zope/trunk/src/Zope2/utilities/skel/README.txt
===================================================================
--- Zope/trunk/src/Zope2/utilities/skel/README.txt	2010-07-10 13:36:47 UTC (rev 114520)
+++ Zope/trunk/src/Zope2/utilities/skel/README.txt	2010-07-10 13:42:50 UTC (rev 114521)
@@ -3,7 +3,6 @@
 
   bin/         Scripts used to control the Zope instance
   etc/         Configuration files
-  Extensions/  Python sources for External Methods
   log/         Log files
   lib/python/  Installed Python packages specific to the instance
   Products/    Installed Zope Products specific to the instance

Modified: Zope/trunk/src/Zope2/utilities/skel/etc/zope.conf.in
===================================================================
--- Zope/trunk/src/Zope2/utilities/skel/etc/zope.conf.in	2010-07-10 13:36:47 UTC (rev 114520)
+++ Zope/trunk/src/Zope2/utilities/skel/etc/zope.conf.in	2010-07-10 13:42:50 UTC (rev 114521)
@@ -27,8 +27,7 @@
 # Directive: instancehome
 #
 # Description:
-#     The path to the data files, local product files, import directory,
-#     and Extensions directory used by Zope.
+#     The path to the data and process identifier files used by Zope.
 #
 # Required (no default)
 #
@@ -95,9 +94,9 @@
 #
 # Description:
 #     Name of a directory that contains additional "extensions"
-#     (implementations of ExternalMethods or catalog brains).  This
-#     directive The directory identified will be searched before the
-#     'Extensions' directory of the 'instancehome'.
+#     (implementations of ExternalMethods or catalog brains). This
+#     directive will be searched before the 'Extensions' directory
+#     of the 'instancehome'.
 #
 # Default: unset
 #



More information about the Zope-Checkins mailing list