~menesis/ubuntu/natty/zope.app.schema/natty

« back to all changes in this revision

Viewing changes to src/zope/app/schema/meta.zcml

  • Committer: Gediminas Paulauskas
  • Author(s): Brian Sutherland
  • Date: 2007-11-08 17:27:48 UTC
  • Revision ID: menesis@pov.lt-20071108172748-2yg2z58jbj9u8tmf
Tags: upstream-3.4.0
ImportĀ upstreamĀ versionĀ 3.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<configure
 
2
    xmlns="http://namespaces.zope.org/zope"
 
3
    xmlns:meta="http://namespaces.zope.org/meta">
 
4
 
 
5
  <!-- BBB 2006/02/24, to be removed after 12 months -->
 
6
  <meta:directive 
 
7
      namespace="http://namespaces.zope.org/zope"
 
8
      name="vocabulary" 
 
9
      schema=".metadirectives.IVocabularyDirective"
 
10
      handler=".metaconfigure.vocabulary" />
 
11
 
 
12
</configure>