[Zope-Checkins] SVN: Zope/branches/2.9/skel/bin/runzope.bat.in
changes so it's easier to move a Zope instance between zope
versions.
Chris Withers
chris at simplistix.co.uk
Mon May 1 07:14:31 EDT 2006
Log message for revision 67787:
changes so it's easier to move a Zope instance between zope versions.
Changed:
U Zope/branches/2.9/skel/bin/runzope.bat.in
-=-
Modified: Zope/branches/2.9/skel/bin/runzope.bat.in
===================================================================
--- Zope/branches/2.9/skel/bin/runzope.bat.in 2006-05-01 11:13:52 UTC (rev 67786)
+++ Zope/branches/2.9/skel/bin/runzope.bat.in 2006-05-01 11:14:30 UTC (rev 67787)
@@ -1,8 +1,8 @@
@set PYTHON=<<PYTHON>>
@set ZOPE_HOME=<<ZOPE_HOME>>
@set INSTANCE_HOME=<<INSTANCE_HOME>>
- at set SOFTWARE_HOME=<<SOFTWARE_HOME>>
- at set CONFIG_FILE=<<INSTANCE_HOME>>\etc\zope.conf
+ at set SOFTWARE_HOME=%ZOPE_HOME%\lib\python
+ at set CONFIG_FILE=%INSTANCE_HOME%\etc\zope.conf
@set PYTHONPATH=%SOFTWARE_HOME%
@set ZOPE_RUN=%SOFTWARE_HOME%\Zope2\Startup\run.py
"%PYTHON%" "%ZOPE_RUN%" -C "%CONFIG_FILE%" %1 %2 %3 %4 %5 %6 %7
More information about the Zope-Checkins
mailing list