[Checkins] SVN: z3c.jbot/trunk/ Added support for automatic configuration.

Malthe Borch mborch at gmail.com
Mon Feb 8 06:55:25 EST 2010


Log message for revision 108869:
  Added support for automatic configuration.

Changed:
  U   z3c.jbot/trunk/CHANGES.txt
  U   z3c.jbot/trunk/setup.py

-=-
Modified: z3c.jbot/trunk/CHANGES.txt
===================================================================
--- z3c.jbot/trunk/CHANGES.txt	2010-02-08 11:54:54 UTC (rev 108868)
+++ z3c.jbot/trunk/CHANGES.txt	2010-02-08 11:55:25 UTC (rev 108869)
@@ -3,6 +3,8 @@
 
 In next release...
 
+- Added support for automatic configuration. [malthe]
+
 - Fixed layer specialization ordering. [malthe]
 
 0.5.3 (2009-10-31)

Modified: z3c.jbot/trunk/setup.py
===================================================================
--- z3c.jbot/trunk/setup.py	2010-02-08 11:54:54 UTC (rev 108868)
+++ z3c.jbot/trunk/setup.py	2010-02-08 11:55:25 UTC (rev 108869)
@@ -34,5 +34,7 @@
       ],
       entry_points="""
       # -*- Entry points: -*-
+      [z3c.autoinclude.plugin]
+      target = plone
       """,
       )



More information about the checkins mailing list