Changeset 350


Ignore:
Timestamp:
06/11/11 18:28:28 (12 months ago)
Author:
takanori
Message:

modified configure.zcml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/configure.zcml

    r316 r350  
    33    xmlns:five="http://namespaces.zope.org/five" 
    44    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"> 
    78 
    8   <!-- <include package="Products.GenericSetup" file="meta.zcml" /> --> 
    9    
    109  <!-- <five:registerPackage package="." initialize=".initialize" /> --> 
    1110 
     
    1615   
    1716  <cmf:registerDirectory name="ATGoogleMaps" /> 
     17  <!--<i18n:registerTranslations directory="locales"/>--> 
    1818 
    1919  <!-- Register the installation GenericSetup extension profile --> 
    2020  <genericsetup:registerProfile 
    2121      name="default" 
    22       title="ATGoogleMaps" 
     22      title="AT Google Maps" 
    2323      directory="profiles/default" 
    2424      description="ATContentTypes-based Google Maps v3 product for Plone." 
     
    2626      /> 
    2727   
    28   <!-- -*- extra stuff goes here -*- --> 
    29  
    3028</configure> 
Note: See TracChangeset for help on using the changeset viewer.