Changeset 618

Show
Ignore:
Timestamp:
02/16/07 12:31:40 (2 years ago)
Author:
sgillies
Message:

Up to Zope 2.9.6 and Plone 2.5.2, add PleiadesSkin?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pleiades.buildout/trunk/build.py

    r528 r618  
    5151Software(openlayers.install, context).install() 
    5252Software(entity.install, context).install() 
     53Software(skin.install, context).install() 
    5354 
    5455results = """\ 
  • pleiades.buildout/trunk/root.ini

    r528 r618  
    1616 
    1717# Zope / Plone 
    18 zope = ${buildoutdir}/tasks/zope.ini [zope-2.9.5
    19 plone = ${buildoutdir}/tasks/plone.ini [plone-2.5.1
     18zope = ${buildoutdir}/tasks/zope.ini [zope-2.9
     19plone = ${buildoutdir}/tasks/plone.ini [plone-2.5
    2020five = ${buildoutdir}/tasks/five.ini [five-1.4.2] 
    2121agx = ${buildoutdir}/tasks/agx.ini [agx] 
     
    2727openlayers = ${buildoutdir}/tasks/pleiades.ini [openlayers] 
    2828entity = ${buildoutdir}/tasks/pleiades.ini [entity] 
     29skin = ${buildoutdir}/tasks/pleiades.ini [skin] 
    2930 
  • pleiades.buildout/trunk/tasks/pleiades.ini

    r452 r618  
    1111repository_url = http://icon.stoa.org/svn/pleiades/PleiadesEntity/trunk 
    1212 
     13[skin] 
     14package = PleiadesSkin 
     15repository_url = http://icon.stoa.org/svn/pleiades/PleiadesSkin/trunk 
     16 
  • pleiades.buildout/trunk/tasks/plone.ini

    r443 r618  
    1 [plone-2.5.1
    2 package = Plone-2.5.1 
    3 filename = Plone-2.5.1-final.tar.gz 
    4 download_url = http://surfnet.dl.sourceforge.net/sourceforge/plone/Plone-2.5.1-final.tar.gz 
     1[plone-2.5
     2package = Plone-2.5.2 
     3filename = Plone-2.5.2-1.tar.gz 
     4download_url = http://plone.googlecode.com/files/Plone-2.5.2-1.tar.gz 
    55 
    66[plone-3.0-svn] 
  • pleiades.buildout/trunk/tasks/zope.ini

    r443 r618  
    1 [zope-2.9.5
    2 package = Zope-2.9.5-final 
    3 filename = Zope-2.9.5-final.tgz 
    4 download_url = http://www.zope.org/Products/Zope/2.9.5/Zope-2.9.5-final.tgz 
     1[zope-2.9
     2package = Zope-2.9.6-final 
     3filename = Zope-2.9.6-final.tgz 
     4download_url = http://www.zope.org/Products/Zope/2.9.6/Zope-2.9.6-final.tgz 
    55zope_user = admin 
    66zope_password = admin 
    77zope_port = 8080 
    88 
    9 [zope-2.10.0
     9[zope-2.10
    1010package = Zope-2.10.0-final 
    1111filename = Zope-2.10.0-final.tgz 
     
    1515zope_port = 8080 
    1616 
    17 [zope-3.3.0
     17[zope-3.3
    1818package = Zope-3.3.0-final 
    1919filename = Zope-3.3.0-final.tgz