File tree Expand file tree Collapse file tree 4 files changed +8
-17
lines changed Expand file tree Collapse file tree 4 files changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ extensions =
24
24
auto-checkout =
25
25
plone.formwidget.geolocation
26
26
library.policy
27
- library.theme
28
27
library.core
29
28
collective.preventactions
30
29
Original file line number Diff line number Diff line change @@ -9,14 +9,11 @@ allow-picked-versions = true
9
9
extensions =
10
10
mr.developer
11
11
12
- parts +=
13
- resources
14
- zodbupdate
15
-
12
+ # parts +=
13
+ # zodbupdate
16
14
17
15
auto-checkout +=
18
16
library.policy
19
- library.theme
20
17
library.core
21
18
collective.preventactions
22
19
@@ -29,14 +26,10 @@ user = admin:admin
29
26
zeo-client-client = client-storage
30
27
eggs +=
31
28
${debug-products:eggs}
32
- collective.js.jqueryui
29
+ # collective.js.jqueryui
33
30
34
- [resources]
35
- recipe = zc.recipe.egg
36
- eggs =
37
- plone.staticresources
38
- scripts = plone-compile-resources
31
+ resources = ${buildout:directory}/resources
39
32
40
- [zodbupdate]
41
- recipe = zc.recipe.egg
42
- eggs = zodbupdate
33
+ # [zodbupdate]
34
+ # recipe = zc.recipe.egg
35
+ # eggs = zodbupdate
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ plone_push = git@github.com:plone
10
10
[sources]
11
11
# from IMIO
12
12
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
14
13
library.core = git ${remotes:imio}/library.core.git pushurl =${remotes:imio_push}/library.core.git branch =plone6
15
14
collective.behavior.gallery = git ${remotes:imio}/collective.behavior.gallery.git pushurl =${remotes:imio_push}/collective.behavior.gallery.git branch =master
16
15
collective.preventactions = git ${remotes:collective}/collective.preventactions.git pushurl =${remotes:collective_push}/collective.preventactions.git branch =plone6
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ plone.app.imagecropping = 3.0.3
108
108
# Required by:
109
109
# iaweb.mosaic==1.0.0
110
110
# library.policy==1.1.17.dev0
111
- plone.app.mosaic = 3.2.0a7
111
+ plone.app.mosaic = 3.1.5
112
112
113
113
# Required by:
114
114
# plone.app.mosaic==3.1.5
You can’t perform that action at this time.
0 commit comments