Skip to content

Commit

Permalink
unifiy helper versions again
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Dec 17, 2015
1 parent 7c59cbc commit ffefcc4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 60 deletions.
15 changes: 0 additions & 15 deletions plone-4.1.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,3 @@ extends =
base.cfg
http://dist.plone.org/release/4.2.7/versions.cfg
versions.cfg

[versions]
# Helper
zest.releaser = >= 6.2

# Test
plone.recipe.codeanalysis = 2.1
flake8 = 2.3.0
coverage = 3.7.1
interlude = 1.3.1

# Sphinx
Sphinx = 1.3.1
docutils = 0.12
Pygments = 2.0.2
15 changes: 0 additions & 15 deletions plone-4.2.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,3 @@ extends =
base.cfg
http://dist.plone.org/release/4.2.7/versions.cfg
versions.cfg

[versions]
# Helper
zest.releaser = >= 6.2

# Test
plone.recipe.codeanalysis = 2.1
flake8 = 2.3.0
coverage = 3.7.1
interlude = 1.3.1

# Sphinx
Sphinx = 1.3.1
docutils = 0.12
Pygments = 2.0.2
18 changes: 0 additions & 18 deletions plone-4.3.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,3 @@ extends =
base.cfg
http://dist.plone.org/release/4.3.7/versions.cfg
versions.cfg

[versions]
# fixes until 4.3.8 is released
plone.app.linkintegrity = 1.5.7

# Helper
zest.releaser = >= 6.2

# Test
plone.recipe.codeanalysis = 2.1
flake8 = 2.3.0
coverage = 3.7.1
interlude = 1.3.1

# Sphinx
Sphinx = 1.3.1
docutils = 0.12
Pygments = 2.0.2
12 changes: 0 additions & 12 deletions plone-5.0.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@
extends =
base.cfg
http://dist.plone.org/release/5.0/versions.cfg
coredev5.cfg
versions.cfg

parts +=
resourcehelper


[resourcehelper]
recipe = zc.recipe.egg:scripts
eggs =
${instance:eggs}
Products.CMFPlone
scripts =
plone-generate-gruntfile
plone-compile-resources

14 changes: 14 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,17 @@
# Build
setuptools =
zc.buildout =

# Helper
zest.releaser = >= 6.2

# Test
plone.recipe.codeanalysis = 2.1
flake8 = 2.3.0
coverage = 3.7.1
interlude = 1.3.1

# Sphinx
Sphinx = 1.3.1
docutils = 0.12
Pygments = 2.0.2

0 comments on commit ffefcc4

Please sign in to comment.