[Testbot] Plone 5.0 - Python 2.7 - Build # 3766 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Tue Nov 25 17:19:47 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 3766 - Fixed!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/3766/


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

Repository: plone.app.widgets
Branch: refs/heads/master
Date: 2014-11-25T17:36:16+01:00
Author: Timo Stollenwerk () <contact at timostollenwerk.net>
Commit: https://github.com/plone/plone.app.widgets/commit/906cfb01060b21cedcff60ec37a200f1a588c3fd

Revert "Remove dependency on plone.app.jquery."

This commit broke the Plone 5 build.

This reverts commit 2041f5bf76c2c1454f6abf37a2e84c8343dd38c5.

Files changed:
M CHANGES.rst
M plone/app/widgets/configure.zcml

diff --git a/CHANGES.rst b/CHANGES.rst
index f3d6c2c..0d7e2ef 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,7 +9,7 @@ Changelog
 
 - Raise minimum ``Products.CMFPlone`` requirement to 4.3.4 to ensure
   compatibility with jQuery 1.9+. jQuery 1.11.1 is included in recent
-  ``mockup``. Remove dependency on plone.app.jquery.
+  ``mockup``.
   [thet]
 
 - Always include CSS and JS SourceMap files. They are only loaded, when the
diff --git a/plone/app/widgets/configure.zcml b/plone/app/widgets/configure.zcml
index cb7434b..7eec136 100644
--- a/plone/app/widgets/configure.zcml
+++ b/plone/app/widgets/configure.zcml
@@ -13,6 +13,7 @@
 
   <include package="Products.CMFPlone" />
   <include package="plone.app.vocabularies" />
+  <include package="plone.app.jquery" />
   <include package=".browser" />
 
   <include package="mockup"




-------------------------------------------------------------------------------


More information about the Testbot mailing list