Skip to content

Commit

Permalink
Add BBB marker
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Mar 15, 2006
1 parent 0f7ae82 commit dec35b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions meta.zcml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:meta="http://namespaces.zope.org/meta">

<!-- BBB 2006/02/24, to be removed after 12 months -->
<meta:directive
namespace="http://namespaces.zope.org/zope"
name="vocabulary"
schema=".metadirectives.IVocabularyDirective"
handler=".metaconfigure.vocabulary" />

</configure>

0 comments on commit dec35b3

Please sign in to comment.