fixed svn2cl config example and download url

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6347 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2013-04-14 23:03:02 +00:00
parent 46c3ad5c30
commit bbe60b09dd

View file

@ -37,7 +37,7 @@ PURGE_URL=http://nsis.sourceforge.net/%s?action=purge
UPDATE_URL=http://nsis.sourceforge.net/Special:Simpleupdate?action=raw
[svn2cl]
SVN2CL_XSL=svl2cl.xsl
SVN2CL_XSL=svn2cl.xsl
=========================
7zatarbz2.bat:
@ -294,7 +294,7 @@ def CreateChangeLog():
print 'downloading svn2cl.xsl stylesheet...'
urllib.urlretrieve('http://svn.collab.net/repos/svn/trunk/contrib/client-side/svn2cl/svn2cl.xsl', SVN2CL_XSL)
urllib.urlretrieve('http://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/svn2cl/svn2cl.xsl', SVN2CL_XSL)
print 'generating ChangeLog...'