[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/ Readd bugtracker,
so we can release it.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun Nov 7 09:42:55 EST 2004
Log message for revision 28375:
Readd bugtracker, so we can release it.
Changed:
A Zope3/branches/ZopeX3-3.0/package-includes/bugtracker-configure.zcml
A Zope3/branches/ZopeX3-3.0/src/bugtracker/
A Zope3/branches/ZopeX3-3.0/src/bugtracker/DEPENDENCIES.cfg
A Zope3/branches/ZopeX3-3.0/src/bugtracker/PACKAGE.cfg
A Zope3/branches/ZopeX3-3.0/src/bugtracker/PUBLICATION.cfg
A Zope3/branches/ZopeX3-3.0/src/bugtracker/SETUP.cfg
A Zope3/branches/ZopeX3-3.0/src/bugtracker/bugtracker-configure.zcml
U Zope3/branches/ZopeX3-3.0/src/bugtracker/configure.zcml
D Zope3/branches/ZopeX3-3.0/src/bugtracker/mail-queue/
-=-
Copied: Zope3/branches/ZopeX3-3.0/package-includes/bugtracker-configure.zcml (from rev 28349, Zope3/trunk/package-includes/bugtracker-configure.zcml)
Copied: Zope3/branches/ZopeX3-3.0/src/bugtracker (from rev 27498, Zope3/trunk/src/bugtracker)
Added: Zope3/branches/ZopeX3-3.0/src/bugtracker/DEPENDENCIES.cfg
===================================================================
--- Zope3/trunk/src/bugtracker/DEPENDENCIES.cfg 2004-09-11 17:08:11 UTC (rev 27498)
+++ Zope3/branches/ZopeX3-3.0/src/bugtracker/DEPENDENCIES.cfg 2004-11-07 14:42:54 UTC (rev 28375)
@@ -0,0 +1 @@
+zope.app
\ No newline at end of file
Added: Zope3/branches/ZopeX3-3.0/src/bugtracker/PACKAGE.cfg
===================================================================
--- Zope3/trunk/src/bugtracker/PACKAGE.cfg 2004-09-11 17:08:11 UTC (rev 27498)
+++ Zope3/branches/ZopeX3-3.0/src/bugtracker/PACKAGE.cfg 2004-11-07 14:42:54 UTC (rev 28375)
@@ -0,0 +1,21 @@
+# Load the license from an external source, so we don't have to keep a
+# copy of it sitting around:
+<load>
+ LICENSE.txt http://svn.zope.org/*checkout*/Zope3/trunk/ZopePublicLicense.txt?rev=25177
+</load>
+
+# Add a few things to the distribution root.
+<distribution>
+ README.txt
+</distribution>
+
+# Specify what is included in the component.
+<collection>
+ *.txt
+ *.py
+ *.zcml
+ *.xml
+ batching
+ browser
+ tests
+</collection>
Added: Zope3/branches/ZopeX3-3.0/src/bugtracker/PUBLICATION.cfg
===================================================================
--- Zope3/trunk/src/bugtracker/PUBLICATION.cfg 2004-09-11 17:08:11 UTC (rev 27498)
+++ Zope3/branches/ZopeX3-3.0/src/bugtracker/PUBLICATION.cfg 2004-11-07 14:42:54 UTC (rev 28375)
@@ -0,0 +1,10 @@
+Metadata-Version: 1.0
+Name: bugtracker
+Summary: A bug tracker for Zope 3
+Author: Zope Corporation and Contributors
+Author-email: zope3-dev at zope.org
+License: ZPL 2.1
+Description:
+ The bug tracker is a from scratch developed bug tracking application. It
+ features all the usual functionalities, but has additionally support for
+ dependencies among bugs, which facilitates project management tasks.
Added: Zope3/branches/ZopeX3-3.0/src/bugtracker/SETUP.cfg
===================================================================
--- Zope3/trunk/src/bugtracker/SETUP.cfg 2004-09-11 17:08:11 UTC (rev 27498)
+++ Zope3/branches/ZopeX3-3.0/src/bugtracker/SETUP.cfg 2004-11-07 14:42:54 UTC (rev 28375)
@@ -0,0 +1,5 @@
+# Tell zpkg how to install the ZCML slugs.
+
+<data-files zopeskel/etc/package-includes>
+ bugtracker-*.zcml
+</data-files>
Added: Zope3/branches/ZopeX3-3.0/src/bugtracker/bugtracker-configure.zcml
===================================================================
--- Zope3/trunk/src/bugtracker/bugtracker-configure.zcml 2004-09-11 17:08:11 UTC (rev 27498)
+++ Zope3/branches/ZopeX3-3.0/src/bugtracker/bugtracker-configure.zcml 2004-11-07 14:42:54 UTC (rev 28375)
@@ -0,0 +1 @@
+<include package="bugtracker" />
Modified: Zope3/branches/ZopeX3-3.0/src/bugtracker/configure.zcml
===================================================================
--- Zope3/trunk/src/bugtracker/configure.zcml 2004-09-11 17:08:11 UTC (rev 27498)
+++ Zope3/branches/ZopeX3-3.0/src/bugtracker/configure.zcml 2004-11-07 14:42:54 UTC (rev 28375)
@@ -110,7 +110,6 @@
factory=".vocabulary.UserVocabulary" />
<content class=".vocabulary.ManagableVocabulary">
- <allow interface="zope.schema.interfaces.IVocabulary"/>
<allow interface="zope.schema.interfaces.IVocabularyTokenized"/>
<allow attributes="default title"/>
<require
@@ -141,7 +140,6 @@
</content>
<content class=".vocabulary.UserVocabulary">
- <allow interface="zope.schema.interfaces.IVocabulary"/>
<allow interface="zope.schema.interfaces.IVocabularyTokenized"/>
</content>
@@ -385,9 +383,4 @@
<!-- Translations -->
<i18n:registerTranslations directory="locales" />
- <!-- Register application with API Doc Tool -->
- <!--
- <apidoc:rootModule module="bugtracker" />
- -->
-
</configure>
More information about the Zope3-Checkins
mailing list