[Checkins] SVN: z3c.resourceinclude/trunk/ Include configuration for z3c.pt.

Malthe Borch mborch at gmail.com
Tue May 20 18:20:23 EDT 2008


Log message for revision 86862:
  Include configuration for z3c.pt.

Changed:
  U   z3c.resourceinclude/trunk/setup.py
  U   z3c.resourceinclude/trunk/z3c/resourceinclude/configure.zcml

-=-
Modified: z3c.resourceinclude/trunk/setup.py
===================================================================
--- z3c.resourceinclude/trunk/setup.py	2008-05-20 21:58:19 UTC (rev 86861)
+++ z3c.resourceinclude/trunk/setup.py	2008-05-20 22:20:23 UTC (rev 86862)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys, os
 
-version = '0.2.3'
+version = '0.2.4'
 
 setup(name='z3c.resourceinclude',
       version=version,

Modified: z3c.resourceinclude/trunk/z3c/resourceinclude/configure.zcml
===================================================================
--- z3c.resourceinclude/trunk/z3c/resourceinclude/configure.zcml	2008-05-20 21:58:19 UTC (rev 86861)
+++ z3c.resourceinclude/trunk/z3c/resourceinclude/configure.zcml	2008-05-20 22:20:23 UTC (rev 86862)
@@ -1,6 +1,8 @@
 <configure xmlns="http://namespaces.zope.org/zope"
 	   xmlns:zcml="http://namespaces.zope.org/zcml">
 
+  <include package="z3c.pt" />
+  
   <adapter
      zcml:condition="have devmode"
      factory=".collector.ResourceCollector" />



More information about the Checkins mailing list