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

jenkins at plone.org jenkins at plone.org
Tue Feb 11 09:14:56 UTC 2014


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

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


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

Repository: plone.app.widgets
Branch: refs/heads/master
Date: 2014-02-10T14:36:50-08:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/plone.app.widgets/commit/ed1492039004b7cfc62822c57e83b2f1d27d89f6

make the profile not do anything on plone 5, which already includes the widgets bundle in the plone bundle

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

diff --git a/plone/app/widgets/configure.zcml b/plone/app/widgets/configure.zcml
index 2f430a1..f544f96 100644
--- a/plone/app/widgets/configure.zcml
+++ b/plone/app/widgets/configure.zcml
@@ -240,6 +240,7 @@
   </configure>
 
   <genericsetup:registerProfile
+    zcml:condition="not-have plone-5"
     name="default"
     title="Plone Widgets"
     directory="profiles/default"
@@ -248,6 +249,16 @@
     for="Products.CMFPlone.interfaces.IPloneSiteRoot"
     />
 
+  <genericsetup:registerProfile
+    zcml:condition="have plone-5"
+    name="default"
+    title="Plone Widgets"
+    directory="profiles/p5"
+    description="Better widgets for Plone"
+    provides="Products.GenericSetup.interfaces.EXTENSION"
+    for="Products.CMFPlone.interfaces.IPloneSiteRoot"
+    />
+
   <genericsetup:importStep
     name="plone.app.widgets-default"
     title="plone.app.widgets: Deprecate resource"


Repository: plone.app.widgets
Branch: refs/heads/master
Date: 2014-02-11T00:28:37-08:00
Author: David Glick (davisagli) <david at glicksoftware.com>
Commit: https://github.com/plone/plone.app.widgets/commit/f54274f1d1f4f8b8c3745e3b5f2439fc824c063f

Merge pull request #50 from plone/davisagli-plone5

make the profile not do anything on plone 5

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

diff --git a/plone/app/widgets/configure.zcml b/plone/app/widgets/configure.zcml
index 2f430a1..f544f96 100644
--- a/plone/app/widgets/configure.zcml
+++ b/plone/app/widgets/configure.zcml
@@ -240,6 +240,7 @@
   </configure>
 
   <genericsetup:registerProfile
+    zcml:condition="not-have plone-5"
     name="default"
     title="Plone Widgets"
     directory="profiles/default"
@@ -248,6 +249,16 @@
     for="Products.CMFPlone.interfaces.IPloneSiteRoot"
     />
 
+  <genericsetup:registerProfile
+    zcml:condition="have plone-5"
+    name="default"
+    title="Plone Widgets"
+    directory="profiles/p5"
+    description="Better widgets for Plone"
+    provides="Products.GenericSetup.interfaces.EXTENSION"
+    for="Products.CMFPlone.interfaces.IPloneSiteRoot"
+    />
+
   <genericsetup:importStep
     name="plone.app.widgets-default"
     title="plone.app.widgets: Deprecate resource"




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


More information about the Testbot mailing list