Changeset 2082 in products


Ignore:
Timestamp:
Apr 8, 2010 2:04:18 PM (14 years ago)
Author:
mylan
Message:

#174: added requred packages and z3c.autoinclude package registration

Location:
quintagroup.pfg.captcha/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.pfg.captcha/trunk/quintagroup/pfg/captcha/configure.zcml

    r2011 r2082  
    66    i18n_domain="quintagroup.pfg.captcha"> 
    77 
     8    <include package="quintagroup.captcha.core" /> 
     9    <include package="Products.PloneFormGen" /> 
     10     
    811    <five:registerPackage package="." initialize=".initialize" /> 
    912    <cmf:registerDirectory name="qplonecaptchafield"  directory="skins" recursive="True" /> 
  • quintagroup.pfg.captcha/trunk/setup.py

    r1969 r2082  
    2626      install_requires=[ 
    2727          'setuptools', 
     28          'quintagroup.captcha.core', 
     29          'Products.PloneFormGen', 
    2830          # -*- Extra requirements: -*- 
     31          # 'zope.event', 
     32          # 'zope.lifecycleevent', 
     33          # 'Products.CMFCore', 
     34          # 'Products.CMFPlone', 
     35          # 'Products.Archetypes', 
     36          # 'Products.ATContentTypes', 
     37          # 'Products.validation', 
    2938      ], 
    3039      entry_points=""" 
    3140      # -*- Entry points: -*- 
     41      [z3c.autoinclude.plugin] 
     42      target = plone 
    3243      """, 
    3344      ) 
Note: See TracChangeset for help on using the changeset viewer.