[Spambayes-checkins] spambayes/windows spambayes.iss,1.15,1.15.4.1

Tony Meyer anadelonbrin at users.sourceforge.net
Thu Jun 10 00:49:17 EDT 2004


Update of /cvsroot/spambayes/spambayes/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1839/windows

Modified Files:
      Tag: release_1_0-branch
	spambayes.iss 
Log Message:
Backport installation of the license with the binary versions to 1.0 release branch.

Backport installation of the default_bayes_customize.ini file.

Index: spambayes.iss
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/spambayes.iss,v
retrieving revision 1.15
retrieving revision 1.15.4.1
diff -C2 -d -r1.15 -r1.15.4.1
*** spambayes.iss	4 May 2004 02:06:51 -0000	1.15
--- spambayes.iss	10 Jun 2004 04:49:13 -0000	1.15.4.1
***************
*** 18,21 ****
--- 18,22 ----
  [Files]
  Source: "py2exe\dist\sbicon.ico"; DestDir: "{app}"; Flags: ignoreversion
+ Source: "py2exe\dist\LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion
  
  Source: "py2exe\dist\lib\*.*"; DestDir: "{app}\lib"; Flags: ignoreversion
***************
*** 27,30 ****
--- 28,32 ----
  Source: "py2exe\dist\docs\outlook\*.*"; DestDir: "{app}\docs\outlook"; Check: InstallingOutlook; Flags: ignoreversion recursesubdirs
  Source: "py2exe\dist\docs\outlook\docs\welcome.html"; DestDir: "{app}\docs\outlook\docs"; Check: InstallingOutlook; Flags: isreadme
+ Source: "py2exe\dist\bin\default_bayes_customize.ini"; DestDir: "{app}\bin"; Check: InstallingOutlook; Flags: ignoreversion
  
  Source: "py2exe\dist\bin\sb_server.exe"; DestDir: "{app}\bin"; Check: InstallingProxy; Flags: ignoreversion




More information about the Spambayes-checkins mailing list