[Testbot] Plone 4.3 - Python 2.7 - Build # 1993 - Still failing! - failure(s)

jenkins at plone.org jenkins at plone.org
Sun Mar 2 20:02:57 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.7 - Build # 1993 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.7/1993/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2014-03-02T12:01:47-08:00
Author: Eric Steele () <EricSteele47 at gmail.com>
Commit: https://github.com/plone/plone.schemaeditor/commit/33c06ab3bba341418da4336eb78e10ea3c8bfb28

Change textfiles to rst.

Files changed:
A CHANGES.rst
A docs/LICENSE.rst
D CHANGES.txt
D docs/LICENSE.txt

diff --git a/CHANGES.rst b/CHANGES.rst
new file mode 100644
index 0000000..2912ed9
--- /dev/null
+++ b/CHANGES.rst
@@ -0,0 +1,357 @@
+Changelog
+=========
+
+1.3.7 (unreleased)
+------------------
+
+- Fix packaging error.
+  [esteele]
+
+
+1.3.6 (2014-03-02)
+------------------
+
+- Use a different id for field edit form and listing form, to ease
+  reuse of overlay behaviours.
+  [thomasdesvenain]
+
+- Fix French translation.
+  [thomasdesvenain]
+
+- Don't depend on popupform.js
+  [davisagli]
+
+1.3.5 (2014-01-27)
+------------------
+
+- Add an "editable" method to IFieldFactory that may be used to determine
+  if a particular field is editable. Rationale: fields customized via XML
+  editing are sometimes not going to be editable via schemaeditor due to
+  an inability to handle custom vocabularies or sources. The field factory
+  utility is a very convenient place to test this since it's already
+  used to determine available fields and their addability.
+
+  editable(fieldInstance) returns True in the base class. Override it for
+  custom behavior in a subclass.
+  [smcmahon]
+
+- Add an "available" method to IFieldFactory that may be used to determine
+  if a field factory is actually available in the current context. This always
+  returns True in the base class. Override it if a field factory isn't useful
+  unless conditions are met. Example: we can't use a field factory for
+  RelationChoice unless the relationfield is activated in the Plone
+  instance.
+  [smcmahon]
+
+- Fixed: on a multi selection field with a vocabulary name,
+  when the field had been generated from a model,
+  the vocabulary name was not selected on edit form.
+  [thomasdesvenain]
+
+1.3.4 (2013-12-07)
+------------------
+
+- Fixed drag and drop fields in fieldsets when form tabbing is disabled:
+  we can drop a field into the fieldset legend (for example, when the fieldset is empty),
+  or directly positioning it beside fields of the new fieldset.
+  [thomasdesvenain]
+
+- i18n fixes.
+  [thomasdesvenain]
+
+- Better string normalization when setting field id from field title
+  (change accented or special characters with corresponding letters).
+  [cedricmessiant]
+
+- Added robot tests.
+  [davisp, cedricmessiant, thomasdesvenain at toulouse-sprint]
+
+- We can select a vocabulary factory on a choice field,
+  among all registered vocabularies.
+  We don't have an error anymore
+  when we edit a choice field with a vocabulary factory.
+  [thomasdesvenain]
+
+- Fixed deleting field from fieldset.
+  [kroman0]
+
+1.3.3 (2013-08-13)
+------------------
+
+- Correct packaging issues in 1.3.2.
+  [esteele]
+
+1.3.2 (2013-08-13)
+------------------
+
+- Fieldsets wysiwyg management.
+  We can add fieldsets to a schema.
+  We can change the fieldset of a field by drag and drop.
+  Fields reorder now works when we have fieldsets.
+  [thomasdesvenain]
+
+- Updated fr translation.
+  [thomasdesvenain]
+
+- Added pt_BR translation.
+  [ericof]
+
+
+1.3.1 (2013-03-05)
+------------------
+
+- Quote attribute value in xtags attribute style jquery selector used
+  in prepOverlay for field settings. Absence of quote was causing a js error
+  on clicking "Settings in schema editor.
+  [smcmahon]
+
+
+1.3.0 (2013-01-17)
+------------------
+
+- Use a *set* of choice fields for the "multiple choice" field option in the UI,
+  instead of a *list* of choice fields. The latter is orderable and is a less
+  common use case (plus we need a better widget for it).
+  [davisagli]
+
+- Make it possible for schema contexts to restrict the fields that can be added
+  by defining an allowedFields property.
+  [davisagli]
+
+- Add more specific events for when a field is added or removed.
+  [davisagli]
+
+- I18n improved by adding many missing strings
+  [giacomos]
+
+
+1.2.1 (2012-08-29)
+------------------
+
+* Use zope.lifecycleevent.
+  [hannosch]
+
+* The field edit form now respects autoform hints. Additional schemata can
+  be provided by registering an adapter of the schema context and field to
+  ``plone.schemaeditor.interfaces.IFieldEditorExtender``.
+  [davisagli]
+
+
+1.2.0 - 2012-02-20
+------------------
+
+* Display fields from behaviors in the schema preview too.
+  [davisagli]
+
+* Prevent the user from creating fields with names that are reserved for
+  Dublin Core metadata. ``title`` and ``description`` can still be used
+  as long as the fields are of the correct type.
+  [davisagli]
+
+* Remove unhelpful help text for min_length and max_length fields.
+  [davisagli]
+
+* The schema listing preview now respects autoform hints (such as custom
+  widgets).
+  [davisagli]
+
+* Make new boolean fields use the radio widget by default. The field now
+  appears as "Yes/No" in the list of field types.
+  [davisagli]
+
+* Hide the 'read only' setting for fields.
+  [davisagli]
+
+* Edit field defaults from the schema listing instead of in the field
+  overlays. This simplifies making sure that the default can't be set
+  to invalid values.
+  [davisagli]
+
+* Limit the height of text areas in the schema listing to avoid extra
+  scrolling.
+  [davisagli]
+
+* Fall back to normal traversal if a field isn't found when traversing the
+  schema context. This fixes inline validation for forms on the schema
+  context.
+  [davisagli]
+
+* Make it possible to make the schemaeditor not be the default view of the
+  schema context, by specifying the ``schemaEditorView`` attribute on the
+  schema context.
+  [davisagli]
+
+* Added Spanish translation.
+  [hvelarde]
+
+1.1.2 - 2011-11-26
+------------------
+
+* Add .mo files which were missing in 1.1.1.
+  [davisagli]
+
+1.1.1 - 2011-11-26
+------------------
+
+* Added internationalization and extracted messages for main languages.
+  [thomasdesvenain]
+
+* Added French translation.
+  [thomasdesvenain]
+
+* Added Italian translation.
+  [giacomos]
+
+1.1 - 2011-09-24
+----------------
+
+* Avoid errors when expanding the range of `min` and `max` attributes on a
+  field, and when entering a `default` outside the range.
+  [davisagli]
+
+* Validate input for the `default` attribute of Choice fields based on the
+  field's vocabulary.
+  [davisagli]
+
+* Removed support for setting the `missing_value` attribute of fields through
+  the web.
+  [davisagli]
+
+* Add a date-only field with no time component.
+  [davisagli]
+
+* Bugfix: Validate short names of fields.
+  [davisagli]
+
+1.0.3 - 2011-06-15
+------------------
+
+* Fix test.
+  [davisagli]
+
+1.0.2 - 2011-06-14
+------------------
+
+* Make FieldFactory do a deep copy of its arguments to avoid problems with
+  mutable defaults getting shared between field instances.
+  This fixes http://code.google.com/p/dexterity/issues/detail?id=133
+  [davisagli]
+
+* Remove dependency on zope.app.schema.
+  [davisagli]
+
+1.0.1 - 2011-05-20
+------------------
+
+* Relicense under the BSD license.
+  See http://plone.org/foundation/materials/foundation-resolutions/plone-framework-components-relicensing-policy
+  [davisagli]
+
+* On multiple choice fields (List of Choice), read/write attributes other than
+  ``values`` in the correct place (on the List rather than its value_type
+  Choice).
+  [davisagli]
+
+* Remove unneeded dependency on plone.i18n.
+  [davisagli]
+
+1.0 - 2011-04-30
+----------------
+
+* In addition to the normal object events raised when fields are added, edited,
+  and removed, raise a SchemaModifiedEvent on the schema context. This greatly
+  simplifies writing code to serialize schema changes, and makes it possible to
+  track of the schema origin so that we know where to serialize it.
+  [davisagli]
+
+* Support non-ASCII characters in vocabularies for Choice fields.
+  [davisagli]
+
+* Change js event used to dynamically set id from title from keyup to change;
+  autocompletion does not raise a keyup event, but does fire change.
+  [smcmahon]
+
+* jslintify schemaeditor.js
+  [smcmahon]
+
+* Honor cancel button in field editor popup.
+  [smcmahon]
+
+1.0b2 - 2011-01-22
+------------------
+
+* Add another possible base to try for our fixed IDatetime, since
+  plone.app.z3cform may change which one takes precedence.
+  [davisagli]
+
+* Default to adding Textline fields.
+  [davisagli]
+
+1.0b1 - 2010-04-18
+------------------
+
+* Added overlay support to the field edit screens.
+  [davisagli, limi]
+
+* Revamped UI to show WYSIWYG representation of fields.
+  [davisagli, limi]
+
+* Removed the JavascriptFormWrapper.
+  [davisagli]
+
+* Major package cleanup.
+  [davisagli]
+
+* Omit the 'required' and 'missing_value' fields for Bool fields.
+  [davisagli]
+
+* Add the ability to define vocabularies of simple TextLine values.
+  Both single and multiple select fields are provided.
+  [rossp]
+
+* Override base field interfaces to get the correct field types for the default
+  and missing_value fields, rather than using the MetaFieldWidgetFactory.
+  [rossp]
+
+* Make sure that normalized ids for new fields use _ instead of -, so that they
+  can be accessed without using getattr.
+  [davisagli]
+
+* Fix issue with moving fields to position 0 in a schema.
+  [davisagli]
+
+* List the available field type vocabulary alphabetically.
+  [davisagli]
+
+* No longer provide a field factory for zope.schema.Bytes, since
+  plone.namedfile provides a better file field and now registers its own field
+  factories.
+  [davisagli]
+
+* Fix inline validation for the field edit form.
+  [davisagli]
+
+* Added ReadOnlySchemaListing for listing fields without making them editable.
+  [davisagli]
+
+* CSS tweaks
+  [davisagli]
+
+
+1.0a2 - 2009-07-12
+------------------
+
+* Changed API methods and arguments to mixedCase to be more consistent with
+  the rest of Zope. This is a non-backwards-compatible change. Our profuse
+  apologies, but it's now or never. :-/
+
+  If you find that you get import errors or unknown keyword arguments in your
+  code, please change names from foo_bar too fooBar, e.g. add_field() becomes
+  addField().
+  [optilude]
+
+1.0a1 - 2009-05-23
+------------------
+
+* Initial release
+
diff --git a/CHANGES.txt b/CHANGES.txt
deleted file mode 100644
index 2c80e30..0000000
--- a/CHANGES.txt
+++ /dev/null
@@ -1,356 +0,0 @@
-Changelog
-=========
-
-1.3.7 (unreleased)
-------------------
-
-- Nothing changed yet.
-
-
-1.3.6 (2014-03-02)
-------------------
-
-- Use a different id for field edit form and listing form, to ease
-  reuse of overlay behaviours.
-  [thomasdesvenain]
-
-- Fix French translation.
-  [thomasdesvenain]
-
-- Don't depend on popupform.js
-  [davisagli]
-
-1.3.5 (2014-01-27)
-------------------
-
-- Add an "editable" method to IFieldFactory that may be used to determine
-  if a particular field is editable. Rationale: fields customized via XML
-  editing are sometimes not going to be editable via schemaeditor due to
-  an inability to handle custom vocabularies or sources. The field factory
-  utility is a very convenient place to test this since it's already
-  used to determine available fields and their addability.
-
-  editable(fieldInstance) returns True in the base class. Override it for
-  custom behavior in a subclass.
-  [smcmahon]
-
-- Add an "available" method to IFieldFactory that may be used to determine
-  if a field factory is actually available in the current context. This always
-  returns True in the base class. Override it if a field factory isn't useful
-  unless conditions are met. Example: we can't use a field factory for
-  RelationChoice unless the relationfield is activated in the Plone
-  instance.
-  [smcmahon]
-
-- Fixed: on a multi selection field with a vocabulary name,
-  when the field had been generated from a model,
-  the vocabulary name was not selected on edit form.
-  [thomasdesvenain]
-
-1.3.4 (2013-12-07)
-------------------
-
-- Fixed drag and drop fields in fieldsets when form tabbing is disabled:
-  we can drop a field into the fieldset legend (for example, when the fieldset is empty),
-  or directly positioning it beside fields of the new fieldset.
-  [thomasdesvenain]
-
-- i18n fixes.
-  [thomasdesvenain]
-
-- Better string normalization when setting field id from field title
-  (change accented or special characters with corresponding letters).
-  [cedricmessiant]
-
-- Added robot tests.
-  [davisp, cedricmessiant, thomasdesvenain at toulouse-sprint]
-
-- We can select a vocabulary factory on a choice field,
-  among all registered vocabularies.
-  We don't have an error anymore
-  when we edit a choice field with a vocabulary factory.
-  [thomasdesvenain]
-
-- Fixed deleting field from fieldset.
-  [kroman0]
-
-1.3.3 (2013-08-13)
-------------------
-
-- Correct packaging issues in 1.3.2.
-  [esteele]
-
-1.3.2 (2013-08-13)
-------------------
-
-- Fieldsets wysiwyg management.
-  We can add fieldsets to a schema.
-  We can change the fieldset of a field by drag and drop.
-  Fields reorder now works when we have fieldsets.
-  [thomasdesvenain]
-
-- Updated fr translation.
-  [thomasdesvenain]
-
-- Added pt_BR translation.
-  [ericof]
-
-
-1.3.1 (2013-03-05)
-------------------
-
-- Quote attribute value in xtags attribute style jquery selector used
-  in prepOverlay for field settings. Absence of quote was causing a js error
-  on clicking "Settings in schema editor.
-  [smcmahon]
-
-
-1.3.0 (2013-01-17)
-------------------
-
-- Use a *set* of choice fields for the "multiple choice" field option in the UI,
-  instead of a *list* of choice fields. The latter is orderable and is a less
-  common use case (plus we need a better widget for it).
-  [davisagli]
-
-- Make it possible for schema contexts to restrict the fields that can be added
-  by defining an allowedFields property.
-  [davisagli]
-
-- Add more specific events for when a field is added or removed.
-  [davisagli]
-
-- I18n improved by adding many missing strings
-  [giacomos]
-
-
-1.2.1 (2012-08-29)
-------------------
-
-* Use zope.lifecycleevent.
-  [hannosch]
-
-* The field edit form now respects autoform hints. Additional schemata can
-  be provided by registering an adapter of the schema context and field to
-  ``plone.schemaeditor.interfaces.IFieldEditorExtender``.
-  [davisagli]
-
-
-1.2.0 - 2012-02-20
-------------------
-
-* Display fields from behaviors in the schema preview too.
-  [davisagli]
-
-* Prevent the user from creating fields with names that are reserved for
-  Dublin Core metadata. ``title`` and ``description`` can still be used
-  as long as the fields are of the correct type.
-  [davisagli]
-
-* Remove unhelpful help text for min_length and max_length fields.
-  [davisagli]
-
-* The schema listing preview now respects autoform hints (such as custom
-  widgets).
-  [davisagli]
-
-* Make new boolean fields use the radio widget by default. The field now
-  appears as "Yes/No" in the list of field types.
-  [davisagli]
-
-* Hide the 'read only' setting for fields.
-  [davisagli]
-
-* Edit field defaults from the schema listing instead of in the field
-  overlays. This simplifies making sure that the default can't be set
-  to invalid values.
-  [davisagli]
-
-* Limit the height of text areas in the schema listing to avoid extra
-  scrolling.
-  [davisagli]
-
-* Fall back to normal traversal if a field isn't found when traversing the
-  schema context. This fixes inline validation for forms on the schema
-  context.
-  [davisagli]
-
-* Make it possible to make the schemaeditor not be the default view of the
-  schema context, by specifying the ``schemaEditorView`` attribute on the
-  schema context.
-  [davisagli]
-
-* Added Spanish translation.
-  [hvelarde]
-
-1.1.2 - 2011-11-26
-------------------
-
-* Add .mo files which were missing in 1.1.1.
-  [davisagli]
-
-1.1.1 - 2011-11-26
-------------------
-
-* Added internationalization and extracted messages for main languages.
-  [thomasdesvenain]
-
-* Added French translation.
-  [thomasdesvenain]
-
-* Added Italian translation.
-  [giacomos]
-
-1.1 - 2011-09-24
-----------------
-
-* Avoid errors when expanding the range of `min` and `max` attributes on a
-  field, and when entering a `default` outside the range.
-  [davisagli]
-
-* Validate input for the `default` attribute of Choice fields based on the
-  field's vocabulary.
-  [davisagli]
-
-* Removed support for setting the `missing_value` attribute of fields through
-  the web.
-  [davisagli]
-
-* Add a date-only field with no time component.
-  [davisagli]
-
-* Bugfix: Validate short names of fields.
-  [davisagli]
-
-1.0.3 - 2011-06-15
-------------------
-
-* Fix test.
-  [davisagli]
-
-1.0.2 - 2011-06-14
-------------------
-
-* Make FieldFactory do a deep copy of its arguments to avoid problems with
-  mutable defaults getting shared between field instances.
-  This fixes http://code.google.com/p/dexterity/issues/detail?id=133
-  [davisagli]
-
-* Remove dependency on zope.app.schema.
-  [davisagli]
-
-1.0.1 - 2011-05-20
-------------------
-
-* Relicense under the BSD license.
-  See http://plone.org/foundation/materials/foundation-resolutions/plone-framework-components-relicensing-policy
-  [davisagli]
-
-* On multiple choice fields (List of Choice), read/write attributes other than
-  ``values`` in the correct place (on the List rather than its value_type
-  Choice).
-  [davisagli]
-
-* Remove unneeded dependency on plone.i18n.
-  [davisagli]
-
-1.0 - 2011-04-30
-----------------
-
-* In addition to the normal object events raised when fields are added, edited,
-  and removed, raise a SchemaModifiedEvent on the schema context. This greatly
-  simplifies writing code to serialize schema changes, and makes it possible to
-  track of the schema origin so that we know where to serialize it.
-  [davisagli]
-
-* Support non-ASCII characters in vocabularies for Choice fields.
-  [davisagli]
-
-* Change js event used to dynamically set id from title from keyup to change;
-  autocompletion does not raise a keyup event, but does fire change.
-  [smcmahon]
-
-* jslintify schemaeditor.js
-  [smcmahon]
-
-* Honor cancel button in field editor popup.
-  [smcmahon]
-
-1.0b2 - 2011-01-22
-------------------
-
-* Add another possible base to try for our fixed IDatetime, since
-  plone.app.z3cform may change which one takes precedence.
-  [davisagli]
-
-* Default to adding Textline fields.
-  [davisagli]
-
-1.0b1 - 2010-04-18
-------------------
-
-* Added overlay support to the field edit screens.
-  [davisagli, limi]
-
-* Revamped UI to show WYSIWYG representation of fields.
-  [davisagli, limi]
-
-* Removed the JavascriptFormWrapper.
-  [davisagli]
-
-* Major package cleanup.
-  [davisagli]
-
-* Omit the 'required' and 'missing_value' fields for Bool fields.
-  [davisagli]
-
-* Add the ability to define vocabularies of simple TextLine values.
-  Both single and multiple select fields are provided.
-  [rossp]
-
-* Override base field interfaces to get the correct field types for the default
-  and missing_value fields, rather than using the MetaFieldWidgetFactory.
-  [rossp]
-
-* Make sure that normalized ids for new fields use _ instead of -, so that they
-  can be accessed without using getattr.
-  [davisagli]
-
-* Fix issue with moving fields to position 0 in a schema.
-  [davisagli]
-
-* List the available field type vocabulary alphabetically.
-  [davisagli]
-
-* No longer provide a field factory for zope.schema.Bytes, since
-  plone.namedfile provides a better file field and now registers its own field
-  factories.
-  [davisagli]
-
-* Fix inline validation for the field edit form.
-  [davisagli]
-
-* Added ReadOnlySchemaListing for listing fields without making them editable.
-  [davisagli]
-
-* CSS tweaks
-  [davisagli]
-
-
-1.0a2 - 2009-07-12
-------------------
-
-* Changed API methods and arguments to mixedCase to be more consistent with
-  the rest of Zope. This is a non-backwards-compatible change. Our profuse
-  apologies, but it's now or never. :-/
-
-  If you find that you get import errors or unknown keyword arguments in your
-  code, please change names from foo_bar too fooBar, e.g. add_field() becomes
-  addField().
-  [optilude]
-
-1.0a1 - 2009-05-23
-------------------
-
-* Initial release
-
diff --git a/docs/LICENSE.rst b/docs/LICENSE.rst
new file mode 100644
index 0000000..f1bcc14
--- /dev/null
+++ b/docs/LICENSE.rst
@@ -0,0 +1,26 @@
+plone.schemaeditor is copyright Plone Foundation
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. Neither the name of the author nor the names of its contributors
+   may be used to endorse or promote products derived from this software
+   without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
\ No newline at end of file
diff --git a/docs/LICENSE.txt b/docs/LICENSE.txt
deleted file mode 100644
index f1bcc14..0000000
--- a/docs/LICENSE.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-plone.schemaeditor is copyright Plone Foundation
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. Neither the name of the author nor the names of its contributors
-   may be used to endorse or promote products derived from this software
-   without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
\ No newline at end of file


Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2014-03-02T12:01:55-08:00
Author: Eric Steele () <EricSteele47 at gmail.com>
Commit: https://github.com/plone/plone.schemaeditor/commit/9ea357679c69a32ed0b2da32fa3b934e7f6392de

Update manifest.in

Files changed:
M MANIFEST.in

diff --git a/MANIFEST.in b/MANIFEST.in
index d1749f9..5250600 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1,8 @@
-global-include *.mo
\ No newline at end of file
+include *.rst
+include *.txt
+
+recursive-include docs *
+global-include *.mo
+recursive-include plone *
+
+global-exclude *pyc




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 24442 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140302/14718b7d/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 9202 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140302/14718b7d/attachment-0003.obj>


More information about the Testbot mailing list