Changeset 1229
- Timestamp:
- 11/20/07 22:51:10 (1 year ago)
- Files:
-
- PleiadesGeocoder/trunk/CHANGES.txt (modified) (1 diff)
- PleiadesGeocoder/trunk/DEPENDENCIES.txt (modified) (1 diff)
- PleiadesGeocoder/trunk/configure.zcml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
PleiadesGeocoder/trunk/CHANGES.txt
r1221 r1229 14 14 IGeoItemSimple. 15 15 16 1.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 4 4 - geopy: http://exogen.case.edu/projects/geopy/. Requires Python 2.4 and 5 5 setuptools. 6 - simplejson 6 7 PleiadesGeocoder/trunk/configure.zcml
r1218 r1229 2 2 xmlns="http://namespaces.zope.org/zope" 3 3 xmlns:five="http://namespaces.zope.org/five" 4 xmlns:zcml="http://namespaces.zope.org/zcml" 4 5 > 5 6 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 /> 7 19 8 20 <!--
