Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
aeafb01f
Commit
aeafb01f
authored
Feb 20, 2009
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed an extranous Zope2 from the Windows templates
parent
adcbc9d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/Zope2/utilities/skel/bin/runzope.bat.in
src/Zope2/utilities/skel/bin/runzope.bat.in
+1
-1
src/Zope2/utilities/skel/bin/zopectl.bat.in
src/Zope2/utilities/skel/bin/zopectl.bat.in
+1
-1
src/Zope2/utilities/skel/bin/zopeservice.py.in
src/Zope2/utilities/skel/bin/zopeservice.py.in
+1
-1
No files found.
src/Zope2/utilities/skel/bin/runzope.bat.in
View file @
aeafb01f
@set PYTHON=<<PYTHON>>
@set INSTANCE_HOME=<<INSTANCE_HOME>>
@set CONFIG_FILE=%INSTANCE_HOME%\etc\zope.conf
@set ZOPE_RUN=<<ZOPE2PATH>>\
Zope2\
Startup\run.py
@set ZOPE_RUN=<<ZOPE2PATH>>\Startup\run.py
"%PYTHON%" "%ZOPE_RUN%" -C "%CONFIG_FILE%" %1 %2 %3 %4 %5 %6 %7
src/Zope2/utilities/skel/bin/zopectl.bat.in
View file @
aeafb01f
@set PYTHON=<<PYTHON>>
@set INSTANCE_HOME=<<INSTANCE_HOME>>
@set CONFIG_FILE=%INSTANCE_HOME%\etc\zope.conf
@set ZDCTL=<<ZOPE2PATH>>\
Zope2\
Startup\zopectl.py
@set ZDCTL=<<ZOPE2PATH>>\Startup\zopectl.py
"%PYTHON%" "%ZDCTL%" -C "%CONFIG_FILE%" %1 %2 %3 %4 %5 %6 %7
src/Zope2/utilities/skel/bin/zopeservice.py.in
View file @
aeafb01f
...
...
@@ -84,7 +84,7 @@ import sys, os
PYTHON = r'<<PYTHON>>'
INSTANCE_HOME = r'<<INSTANCE_HOME>>'
ZOPE_RUN = r'<<ZOPE2PATH>>\
Zope2\
Startup\run.py'
ZOPE_RUN = r'<<ZOPE2PATH>>\Startup\run.py'
CONFIG_FILE= os.path.join(INSTANCE_HOME, 'etc', 'zope.conf')
PYTHONSERVICE_EXE=r'%s\bin\PythonService.exe' % ZOPE_HOME
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment