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

« back to all changes in this revision

Viewing changes to src/zope/app/schema/tests/keywords_vocab.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 xmlns="http://namespaces.zope.org/zope">
 
2
 
 
3
  <!-- BBB 2006/02/24, to be removed after 12 months -->
 
4
 
 
5
  <include package="zope.app.schema" file="meta.zcml"/>
 
6
 
 
7
  <vocabulary
 
8
      name="my-vocab"
 
9
      factory="zope.app.schema.tests.test_directives.MyFactory"
 
10
      filter="my-filter"
 
11
      another="keyword"/>
 
12
 
 
13
</configure>