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:
parent
46c3ad5c30
commit
bbe60b09dd
1 changed files with 2 additions and 2 deletions
|
@ -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...'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue