Skip to content

Commit 6748a1a

Browse files
committed
Delete useless module for plone 6 and update versions
1 parent 93c27ed commit 6748a1a

File tree

4 files changed

+8
-17
lines changed

4 files changed

+8
-17
lines changed

base.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ extensions =
2424
auto-checkout =
2525
plone.formwidget.geolocation
2626
library.policy
27-
library.theme
2827
library.core
2928
collective.preventactions
3029

dev.cfg

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ allow-picked-versions = true
99
extensions =
1010
mr.developer
1111

12-
parts +=
13-
resources
14-
zodbupdate
15-
12+
# parts +=
13+
# zodbupdate
1614

1715
auto-checkout +=
1816
library.policy
19-
library.theme
2017
library.core
2118
collective.preventactions
2219

@@ -29,14 +26,10 @@ user = admin:admin
2926
zeo-client-client = client-storage
3027
eggs +=
3128
${debug-products:eggs}
32-
collective.js.jqueryui
29+
# collective.js.jqueryui
3330

34-
[resources]
35-
recipe = zc.recipe.egg
36-
eggs =
37-
plone.staticresources
38-
scripts = plone-compile-resources
31+
resources = ${buildout:directory}/resources
3932

40-
[zodbupdate]
41-
recipe = zc.recipe.egg
42-
eggs = zodbupdate
33+
# [zodbupdate]
34+
# recipe = zc.recipe.egg
35+
# eggs = zodbupdate

sources.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ plone_push = git@github.com:plone
1010
[sources]
1111
# from IMIO
1212
library.policy = git ${remotes:imio}/library.policy.git pushurl=${remotes:imio_push}/library.policy.git branch=plone6
13-
library.theme = git ${remotes:imio}/library.theme.git pushurl=${remotes:imio_push}/library.theme.git branch=plone6
1413
library.core = git ${remotes:imio}/library.core.git pushurl=${remotes:imio_push}/library.core.git branch=plone6
1514
collective.behavior.gallery = git ${remotes:imio}/collective.behavior.gallery.git pushurl=${remotes:imio_push}/collective.behavior.gallery.git branch=master
1615
collective.preventactions = git ${remotes:collective}/collective.preventactions.git pushurl=${remotes:collective_push}/collective.preventactions.git branch=plone6

versions.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ plone.app.imagecropping = 3.0.3
108108
# Required by:
109109
# iaweb.mosaic==1.0.0
110110
# library.policy==1.1.17.dev0
111-
plone.app.mosaic = 3.2.0a7
111+
plone.app.mosaic = 3.1.5
112112

113113
# Required by:
114114
# plone.app.mosaic==3.1.5

0 commit comments

Comments
 (0)