[Zope-CVS] CVS: Products/ExternalEditor/win32 - buildexe.bat:1.4 setup.iss:1.15

Casey Duncan casey at zope.com
Fri Apr 23 11:57:07 EDT 2004


Update of /cvs-repository/Products/ExternalEditor/win32
In directory cvs.zope.org:/tmp/cvs-serv6866/win32

Modified Files:
	buildexe.bat setup.iss 
Log Message:
Checkin bugfixes for 0.7.2 release


=== Products/ExternalEditor/win32/buildexe.bat 1.3 => 1.4 ===
--- Products/ExternalEditor/win32/buildexe.bat:1.3	Thu Oct 30 15:11:02 2003
+++ Products/ExternalEditor/win32/buildexe.bat	Fri Apr 23 11:57:06 2004
@@ -1,3 +1,3 @@
 cd ..
-c:\python22\python setup.py py2exe -w -p Plugins -p win32com -e Tkinter -p encodings --force-imports encodings
+c:\python22\python setup.py py2exe -w -p Plugins -p win32com -e Tkinter -p encodings --force-imports encodings --force-imports win32com --force-imports win32com.client --force-imports Plugins
 pause


=== Products/ExternalEditor/win32/setup.iss 1.14 => 1.15 ===
--- Products/ExternalEditor/win32/setup.iss:1.14	Thu Nov  6 09:18:48 2003
+++ Products/ExternalEditor/win32/setup.iss	Fri Apr 23 11:57:06 2004
@@ -3,10 +3,10 @@
 [Setup]
 DisableStartupPrompt=yes
 AppName=Zope External Editor Helper Application
-AppVerName=Zope External Editor 0.7.1
+AppVerName=Zope External Editor 0.7.2
 AppPublisher=Casey Duncan, Zope Corporation
 AppPublisherURL=http://www.zope.com
-AppVersion=0.7.1
+AppVersion=0.7.2
 AppSupportURL=http://www.zope.org/Members/Caseman/ExternalEditor/
 AppUpdatesURL=http://www.zope.org/Members/Caseman/ExternalEditor/
 DefaultDirName={pf}\ZopeExternalEditor




More information about the Zope-CVS mailing list