[Zope-CVS] CVS: Products/ExternalEditor/win32 - buildexe.bat:1.6
setup.iss:1.19
Chris McDonough
chrism at plope.com
Mon Jun 20 19:09:43 EDT 2005
Update of /cvs-repository/Products/ExternalEditor/win32
In directory cvs.zope.org:/tmp/cvs-serv16275/win32
Modified Files:
buildexe.bat setup.iss
Log Message:
Prepare for 0.9 release.
=== Products/ExternalEditor/win32/buildexe.bat 1.5 => 1.6 ===
--- Products/ExternalEditor/win32/buildexe.bat:1.5 Mon Jul 12 17:33:49 2004
+++ Products/ExternalEditor/win32/buildexe.bat Mon Jun 20 19:09:42 2005
@@ -1,3 +1,3 @@
cd ..
-e:\python23\python setup.py py2exe -p Plugins -p win32com -e Tkinter -p encodings
+c:\python23\python setup.py py2exe -p Plugins -p win32com -e Tkinter -p encodings
pause
=== Products/ExternalEditor/win32/setup.iss 1.18 => 1.19 ===
--- Products/ExternalEditor/win32/setup.iss:1.18 Wed Nov 10 22:33:37 2004
+++ Products/ExternalEditor/win32/setup.iss Mon Jun 20 19:09:42 2005
@@ -3,18 +3,18 @@
[Setup]
DisableStartupPrompt=yes
AppName=Zope External Editor Helper Application
-AppVerName=Zope External Editor 0.8
-AppPublisher=Casey Duncan, Zope Corporation
-AppPublisherURL=http://www.zope.com
-AppVersion=0.8
-AppSupportURL=http://www.zope.org/Members/Caseman/ExternalEditor/
-AppUpdatesURL=http://www.zope.org/Members/Caseman/ExternalEditor/
+AppVerName=Zope External Editor 0.9
+AppPublisher=Casey Duncan, Zope Corporation (maintained by Chris McDonough)
+AppPublisherURL=http://plope.com/software/ExternalEditor
+AppVersion=0.9
+AppSupportURL=http://plope.com/software/ExternalEditor
+AppUpdatesURL=http://plope.com/software/ExternalEditor
DefaultDirName={pf}\ZopeExternalEditor
DefaultGroupName=Zope External Editor
AllowNoIcons=yes
LicenseFile=..\LICENSE.txt
ChangesAssociations=yes
-OutputBaseFilename=zopeedit-setup
+OutputBaseFilename=zopeedit-win32-0.9
[Registry]
; Register file type for use by helper app
More information about the Zope-CVS
mailing list