Changeset 129
- Timestamp:
- 04/21/09 10:45:15 (3 years ago)
- Location:
- installers/windows/src/eduCommons/bin
- Files:
-
- 3 modified
-
instance-script.py (modified) (3 diffs)
-
repozo-script.py (modified) (1 diff)
-
zopepy-script.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
installers/windows/src/eduCommons/bin/instance-script.py
r55 r129 6 6 'c:\\educommons\\buildout-cache\\eggs\\plone-3.2.1-py2.4.egg', 7 7 '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', 10 10 'c:\\educommons\\buildout-cache\\eggs\\iw.fss-2.7.6-py2.4.egg', 11 11 'c:\\educommons\\src\\collective.plonebookmarklets', … … 107 107 'c:\\educommons\\fake-eggs\\zope.i18n', 108 108 'c:\\educommons\\fake-eggs\\zope.schema', 109 'C:\\edu commons\\parts\\instance',110 'C:\\edu commons/zope2\\lib\\python',109 'C:\\eduCommons\\parts\\instance', 110 'C:\\eduCommons/zope2\\lib\\python', 111 111 ] 112 112 … … 115 115 if __name__ == '__main__': 116 116 plone.recipe.zope2instance.ctl.main( 117 ["-C", 'C:\\edu commons\\parts\\instance\\etc\\zope.conf']117 ["-C", 'C:\\eduCommons\\parts\\instance\\etc\\zope.conf'] 118 118 + sys.argv[1:]) -
installers/windows/src/eduCommons/bin/repozo-script.py
r55 r129 3 3 import sys 4 4 sys.path[0:0] = [ 5 'C:\\edu commons/zope2\\lib\\python',6 'C:\\edu commons/zope2\\utilities\\ZODBTools',5 'C:\\eduCommons/zope2\\lib\\python', 6 'C:\\eduCommons/zope2\\utilities\\ZODBTools', 7 7 ] 8 8 -
installers/windows/src/eduCommons/bin/zopepy-script.py
r55 r129 6 6 'c:\\educommons\\buildout-cache\\eggs\\plone-3.2.1-py2.4.egg', 7 7 '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', 10 10 'c:\\educommons\\buildout-cache\\eggs\\iw.fss-2.7.6-py2.4.egg', 11 11 'c:\\educommons\\src\\collective.plonebookmarklets', … … 104 104 'c:\\educommons\\fake-eggs\\zope.i18n', 105 105 'c:\\educommons\\fake-eggs\\zope.schema', 106 'C:\\edu commons/zope2/lib/python',106 'C:\\eduCommons/zope2/lib/python', 107 107 ] 108 108
