Advertisement
britodfbr

seattleplone_config_versions.cfg

Apr 9th, 2014
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.10 KB | None | 0 0
  1. [buildout]
  2. extensions = buildout.dumppickedversions
  3.  
  4. [versions]
  5. # Buildout infrastructure
  6. buildout.eggtractor = 0.6
  7. plone.recipe.zope2install = 3.2
  8. plone.recipe.zope2instance = 3.4
  9. tl.eggdeps = 0.3.2
  10. setuptools = 0.6c9
  11. zc.buildout = 1.3.1
  12. zc.recipe.egg = 1.2.2
  13. zc.recipe.cmmi = 1.2.1
  14.  
  15. # Zope
  16. zope2-url = http://www.zope.org/Products/Zope/2.10.9/Zope-2.10.9-final.tgz
  17.  
  18. # External dependencies
  19. Markdown = 1.7
  20. # Changed from PIL
  21. PILwoTk = 1.1.6.4
  22. elementtree = 1.2.6-20050316
  23. feedparser = 4.1
  24. python-openid = 2.2.4
  25. simplejson = 2.0.9
  26.  
  27. # Plone release
  28. Plone = 3.3.1
  29. Products.ATContentTypes = 1.3.4
  30. Products.ATReferenceBrowserWidget = 2.0.4
  31. Products.AdvancedQuery = 3.0
  32. Products.Archetypes = 1.5.12
  33. Products.CMFActionIcons = 2.1.2
  34. Products.CMFCalendar = 2.1.2
  35. Products.CMFCore = 2.1.2
  36. Products.CMFDefault = 2.1.2
  37. Products.CMFDiffTool = 0.5.2
  38.  
  39. << ... >>
  40.  
  41. [zope2]
  42. url = ${versions:zope2-url}
  43.  
  44. [productdistros]
  45. urls =
  46.  
  47. [varnish-build]
  48. url = http://superb-east.dl.sourceforge.net/sourceforge/varnish/varnish-2.0.4.tar.gz
  49.  
  50. [pound-build]
  51. url = http://www.apsis.ch/pound/Pound-2.4.4.tgz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement