[RELEASE] Notepad++ 5.7 release.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@639 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
Don Ho 2010-07-05 23:17:02 +00:00
parent ba9731ca7f
commit f5251b5bc2
4 changed files with 42 additions and 19 deletions

View File

@ -21,8 +21,8 @@ Included plugins (Unicode):
2. Spell Checker v1.3.3 2. Spell Checker v1.3.3
3. MIME Tools v1.6 3. MIME Tools v1.6
4. NppExport v0.2.8 4. NppExport v0.2.8
5. Compare Plugin 1.5.5 5. Compare Plugin 1.5.6
6. Plugin Manager 0.9.3.0 6. Plugin Manager 0.9.3.1
7. NppFTP 0.1.3.0 7. NppFTP 0.1.3.0
8. Select 'N' Launch 1.0 8. Select 'N' Launch 1.0
@ -37,7 +37,5 @@ Included plugins (ANSI):
6. Light Explorer v1.6 6. Light Explorer v1.6
7. Compare Plugin 1.5.5 7. Compare Plugin 1.5.5
8. Plugin Manager 0.9.3.0 8. Plugin Manager 0.9.3.0
9. NppFTP 0.1.3.0
10. Select 'N' Launch 1.0

Binary file not shown.

View File

@ -661,27 +661,33 @@ SubSection "Plugins" Plugins
SetOutPath "$INSTDIR\plugins" SetOutPath "$INSTDIR\plugins"
File "..\bin\plugins\mimeTools.dll" File "..\bin\plugins\mimeTools.dll"
SectionEnd SectionEnd
/*
Section "FTP synchronize" FTP_synchronize Section "Npp FTP" NppFTP
Delete "$INSTDIR\plugins\FTP_synchronizeA.dll" Delete "$INSTDIR\plugins\NppFTP.dll"
SetOutPath "$INSTDIR\plugins" SetOutPath "$INSTDIR\plugins"
File "..\bin\plugins\FTP_synchronize.dll" File "..\bin\plugins\NppFTP.dll"
SetOutPath "$INSTDIR\plugins\doc" SetOutPath "$INSTDIR\plugins\doc\NppFTP"
File "..\bin\plugins\doc\FTP_synchonize.ReadMe.txt" File "..\bin\plugins\doc\NppFTP\license_NppFTP.txt"
File "..\bin\plugins\doc\NppFTP\license_libssh.txt"
File "..\bin\plugins\doc\NppFTP\license_OpenSSL.txt"
File "..\bin\plugins\doc\NppFTP\license_TiXML.txt"
File "..\bin\plugins\doc\NppFTP\license_ZLIB.txt"
File "..\bin\plugins\doc\NppFTP\license_UTCP.htm"
File "..\bin\plugins\doc\NppFTP\Readme.txt"
SectionEnd SectionEnd
*/
Section "NppExport" NppExport Section "NppExport" NppExport
Delete "$INSTDIR\plugins\NppExport.dll" Delete "$INSTDIR\plugins\NppExport.dll"
SetOutPath "$INSTDIR\plugins" SetOutPath "$INSTDIR\plugins"
File "..\bin\plugins\NppExport.dll" File "..\bin\plugins\NppExport.dll"
SectionEnd SectionEnd
/*
Section "Change Markers" ChangeMarkers Section "Select 'N' Launch" SelectNLaunch
Delete "$INSTDIR\plugins\NppPlugin_ChangeMarker.dll" Delete "$INSTDIR\plugins\SelectNLaunch.dll"
SetOutPath "$INSTDIR\plugins" SetOutPath "$INSTDIR\plugins"
File "..\bin\plugins\NppPlugin_ChangeMarker.dll" File "..\bin\plugins\SelectNLaunch.dll"
SectionEnd SectionEnd
*/
Section "Compare Plugin" ComparePlugin Section "Compare Plugin" ComparePlugin
Delete "$INSTDIR\plugins\ComparePlugin.dll" Delete "$INSTDIR\plugins\ComparePlugin.dll"
SetOutPath "$INSTDIR\plugins" SetOutPath "$INSTDIR\plugins"
@ -978,12 +984,31 @@ SubSection un.Plugins
Delete "$INSTDIR\plugins\doc\FTP_synchonize.ReadMe.txt" Delete "$INSTDIR\plugins\doc\FTP_synchonize.ReadMe.txt"
RMDir "$INSTDIR\plugins\" RMDir "$INSTDIR\plugins\"
SectionEnd SectionEnd
Section un.NppFTP
Delete "$INSTDIR\plugins\NppFTP.dll"
Delete "$INSTDIR\plugins\doc\NppFTP\license_NppFTP.txt"
Delete "$INSTDIR\plugins\doc\NppFTP\license_libssh.txt"
Delete "$INSTDIR\plugins\doc\NppFTP\license_OpenSSL.txt"
Delete "$INSTDIR\plugins\doc\NppFTP\license_TiXML.txt"
Delete "$INSTDIR\plugins\doc\NppFTP\license_ZLIB.txt"
Delete "$INSTDIR\plugins\doc\NppFTP\license_UTCP.htm"
Delete "$INSTDIR\plugins\doc\NppFTP\Readme.txt"
RMDir "$INSTDIR\plugins\"
SectionEnd
Section un.NppExport Section un.NppExport
Delete "$INSTDIR\plugins\NppExport.dll" Delete "$INSTDIR\plugins\NppExport.dll"
RMDir "$INSTDIR\plugins\" RMDir "$INSTDIR\plugins\"
SectionEnd SectionEnd
Section un.SelectNLaunch
Delete "$INSTDIR\plugins\SelectNLaunch.dll"
RMDir "$INSTDIR\plugins\"
SectionEnd
Section un.DocMonitor Section un.DocMonitor
Delete "$INSTDIR\plugins\docMonitor.dll" Delete "$INSTDIR\plugins\docMonitor.dll"
Delete "$INSTDIR\plugins\Config\docMonitor.ini" Delete "$INSTDIR\plugins\Config\docMonitor.ini"

View File

@ -47,7 +47,7 @@ copy /Y ..\bin\SciLexer.dll .\zipped.package.release\unicode\
If ErrorLevel 1 PAUSE If ErrorLevel 1 PAUSE
copy /Y "..\bin\plugins\*.*" .\zipped.package.release\unicode\plugins\ copy /Y "..\bin\plugins\*.*" .\zipped.package.release\unicode\plugins\
If ErrorLevel 1 PAUSE If ErrorLevel 1 PAUSE
copy /Y "..\bin\plugins\doc\*.*" .\zipped.package.release\unicode\plugins\doc\ xcopy /Y /E /S "..\bin\plugins\doc" .\zipped.package.release\unicode\plugins\doc
If ErrorLevel 1 PAUSE If ErrorLevel 1 PAUSE
copy /Y "..\bin\plugins\Config\tidy\*.*" .\zipped.package.release\unicode\plugins\Config\tidy\ copy /Y "..\bin\plugins\Config\tidy\*.*" .\zipped.package.release\unicode\plugins\Config\tidy\
If ErrorLevel 1 PAUSE If ErrorLevel 1 PAUSE
@ -114,11 +114,11 @@ for %%a in (npp.*.Installer.exe) do (
set nppInstallerVar=%%a set nppInstallerVar=%%a
set zipvar=!nppInstallerVar:Installer.exe=bin.zip! set zipvar=!nppInstallerVar:Installer.exe=bin.zip!
set 7zvar=!nppInstallerVar:Installer.exe=bin.7z! set 7zvar=!nppInstallerVar:Installer.exe=bin.7z!
set md5var=!nppInstallerVar:Installer.exe=release.md5! rem set md5var=!nppInstallerVar:Installer.exe=release.md5!
) )
ren npp.bin.zip !zipvar! ren npp.bin.zip !zipvar!
ren npp.bin.7z !7zvar! ren npp.bin.7z !7zvar!
..\externalTools\md5.exe -o!md5var! !nppInstallerVar! !zipvar! !7zvar! rem ..\externalTools\md5.exe -o!md5var! !nppInstallerVar! !zipvar! !7zvar!
cd .. cd ..