diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-02 21:30:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-02 21:30:46 +0000 |
commit | f109a281bf99109c4b9083f55a301509e87de591 (patch) | |
tree | 19e94f0b83ca3ab83962ff58ea0ff6bb012fd6a3 /www/Makefile | |
parent | dd97b75cb2a89ca5df4d296b6f7e62ab98c41b7a (diff) |
Add zope-annotations, a generic way to add information to arbitrary Zope objects.
It is used by Silva Metadata to store metadata.
WWW: http://www.zope.org/Members/infrae/Annotations
PR: ports/60754
Submitted by: Tim Middleton <x@vex.net>
Notes
Notes:
svn path=/head/; revision=97111
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index d9189c7cc987..9c69e19b55c1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -581,6 +581,7 @@ SUBDIR += znavigator SUBDIR += zope SUBDIR += zope-FileSystemSite + SUBDIR += zope-annotations SUBDIR += zope-archetypes SUBDIR += zope-cmf SUBDIR += zope-cmf13 |