Update buildshorewall for new SVN structure

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7097 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-08-09 18:18:03 +00:00
parent 8472d60c28
commit 256f208936

View File

@ -247,13 +247,13 @@ case $VERSION in
LITEMANPAGETAG=trunk/manpages-lite
;;
4.0.*)
SVNBRANCH="trunk/Shorewall-common"
LITESVNBRANCH="trunk/Shorewall-lite"
PERLBRANCH="trunk/Shorewall-perl"
SHELLBRANCH="trunk/Shorewall-shell"
SVNBRANCH="branches/4.0/Shorewall-common"
LITESVNBRANCH="branches/4.0/Shorewall-lite"
PERLBRANCH="branches/4.0/Shorewall-perl"
SHELLBRANCH="branches/Shorewall-shell"
DOCTAG="trunk/docs"
XMLPROJ="docs-4.0"
SAMPLESTAG="trunk/Samples"
SAMPLESTAG="branches/4.0/Samples"
MANPAGETAG=trunk/manpages
LITEMANPAGETAG=trunk/manpages-lite
;;