Changeset 129

Show
Ignore:
Timestamp:
04/21/09 10:45:15 (3 years ago)
Author:
david
Message:

updating src

Location:
installers/windows/src/eduCommons/bin
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • installers/windows/src/eduCommons/bin/instance-script.py

    r55 r129  
    66  'c:\\educommons\\buildout-cache\\eggs\\plone-3.2.1-py2.4.egg', 
    77  'c:\\educommons\\buildout-cache\\eggs\\collective.captcha-1.4-py2.4.egg', 
    8   'c:\\educommons\\buildout-cache\\eggs\\collective.contentlicensing-2.1.0-py2.4.egg', 
    9   'c:\\educommons\\buildout-cache\\eggs\\collective.zipfiletransport-2.1.1-py2.4.egg', 
     8  'c:\\educommons\\src\\collective.contentlicensing', 
     9  'c:\\educommons\\src\\collective.zipfiletransport', 
    1010  'c:\\educommons\\buildout-cache\\eggs\\iw.fss-2.7.6-py2.4.egg', 
    1111  'c:\\educommons\\src\\collective.plonebookmarklets', 
     
    107107  'c:\\educommons\\fake-eggs\\zope.i18n', 
    108108  'c:\\educommons\\fake-eggs\\zope.schema', 
    109   'C:\\educommons\\parts\\instance', 
    110   'C:\\educommons/zope2\\lib\\python', 
     109  'C:\\eduCommons\\parts\\instance', 
     110  'C:\\eduCommons/zope2\\lib\\python', 
    111111  ] 
    112112 
     
    115115if __name__ == '__main__': 
    116116    plone.recipe.zope2instance.ctl.main( 
    117         ["-C", 'C:\\educommons\\parts\\instance\\etc\\zope.conf'] 
     117        ["-C", 'C:\\eduCommons\\parts\\instance\\etc\\zope.conf'] 
    118118        + sys.argv[1:]) 
  • installers/windows/src/eduCommons/bin/repozo-script.py

    r55 r129  
    33import sys 
    44sys.path[0:0] = [ 
    5   'C:\\educommons/zope2\\lib\\python', 
    6   'C:\\educommons/zope2\\utilities\\ZODBTools', 
     5  'C:\\eduCommons/zope2\\lib\\python', 
     6  'C:\\eduCommons/zope2\\utilities\\ZODBTools', 
    77  ] 
    88 
  • installers/windows/src/eduCommons/bin/zopepy-script.py

    r55 r129  
    66  'c:\\educommons\\buildout-cache\\eggs\\plone-3.2.1-py2.4.egg', 
    77  'c:\\educommons\\buildout-cache\\eggs\\collective.captcha-1.4-py2.4.egg', 
    8   'c:\\educommons\\buildout-cache\\eggs\\collective.contentlicensing-2.1.0-py2.4.egg', 
    9   'c:\\educommons\\buildout-cache\\eggs\\collective.zipfiletransport-2.1.1-py2.4.egg', 
     8  'c:\\educommons\\src\\collective.contentlicensing', 
     9  'c:\\educommons\\src\\collective.zipfiletransport', 
    1010  'c:\\educommons\\buildout-cache\\eggs\\iw.fss-2.7.6-py2.4.egg', 
    1111  'c:\\educommons\\src\\collective.plonebookmarklets', 
     
    104104  'c:\\educommons\\fake-eggs\\zope.i18n', 
    105105  'c:\\educommons\\fake-eggs\\zope.schema', 
    106   'C:\\educommons/zope2/lib/python', 
     106  'C:\\eduCommons/zope2/lib/python', 
    107107  ] 
    108108