Changeset 350
- Timestamp:
- 06/11/11 18:28:28 (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/configure.zcml
r316 r350 3 3 xmlns:five="http://namespaces.zope.org/five" 4 4 xmlns:genericsetup="http://namespaces.zope.org/genericsetup" 5 xmlns:cmf="http://namespaces.zope.org/cmf" 6 i18n_domain="Products.ATGoogleMaps"> 5 xmlns:cmf="http://namespaces.zope.org/cmf" 6 xmlns:i18n="http://namespaces.zope.org/i18n" 7 i18n_domain="atgooglemaps"> 7 8 8 <!-- <include package="Products.GenericSetup" file="meta.zcml" /> -->9 10 9 <!-- <five:registerPackage package="." initialize=".initialize" /> --> 11 10 … … 16 15 17 16 <cmf:registerDirectory name="ATGoogleMaps" /> 17 <!--<i18n:registerTranslations directory="locales"/>--> 18 18 19 19 <!-- Register the installation GenericSetup extension profile --> 20 20 <genericsetup:registerProfile 21 21 name="default" 22 title="AT GoogleMaps"22 title="AT Google Maps" 23 23 directory="profiles/default" 24 24 description="ATContentTypes-based Google Maps v3 product for Plone." … … 26 26 /> 27 27 28 <!-- -*- extra stuff goes here -*- -->29 30 28 </configure>
Note: See TracChangeset
for help on using the changeset viewer.
