Changeset 1229

Show
Ignore:
Timestamp:
11/20/07 22:51:10 (1 year ago)
Author:
sgillies
Message:

Include zope.app.annotation with Zope 2.9 and zope.annotation with Zope 2.10

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PleiadesGeocoder/trunk/CHANGES.txt

    r1221 r1229  
    1414  IGeoItemSimple. 
    1515 
     161.0b2: 
     17----------------------- 
     18 
     19- Include zope.app.annotation with Zope 2.9 and zope.annotation with 2.10. 
     20 
  • PleiadesGeocoder/trunk/DEPENDENCIES.txt

    r403 r1229  
    44- geopy: http://exogen.case.edu/projects/geopy/. Requires Python 2.4 and 
    55  setuptools. 
     6- simplejson 
    67 
  • PleiadesGeocoder/trunk/configure.zcml

    r1218 r1229  
    22  xmlns="http://namespaces.zope.org/zope" 
    33  xmlns:five="http://namespaces.zope.org/five" 
     4  xmlns:zcml="http://namespaces.zope.org/zcml" 
    45  > 
    56 
    6   <include package="zope.app.annotation"/> 
     7  <!-- zope.annotation is used in Zope 2.10 --> 
     8  <include 
     9    zcml:condition="installed zope.annotation" 
     10    package="zope.annotation" 
     11    /> 
     12 
     13  <!-- zope.app.annotation is used in Zope 2.9 
     14    We know that zope.app.annotation.tests is only installed there. --> 
     15  <include 
     16    zcml:condition="installed zope.app.annotation.tests" 
     17    package="zope.app.annotation" 
     18    />  
    719 
    820  <!--