Deleted some emptry lines

This commit is contained in:
Mark McDowall 2012-09-09 00:53:02 -07:00
parent 760a40d61d
commit 93402f4932
1 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@ rd %PACKAGEROOT% /S /Q
del nzbdrone*.zip /Q /F
xcopy IISExpress %TARGET%\IISExpress /E /V /I /Y
@ -27,7 +26,6 @@ xcopy NzbDrone.Web\Views\*.* %TARGET%\NzbDrone.Web\Views\ /E /V /I /Y
del %TARGET%\NzbDrone.Web\bin\*.xml /Q /F
xcopy NzbDrone.Web\log.config %TARGET%\NzbDrone.Web\
xcopy NzbDrone.Web\Global.asax %TARGET%\NzbDrone.Web\
xcopy NzbDrone.Web\favicon.ico %TARGET%\NzbDrone.Web\
@ -51,7 +49,6 @@ del *debug.js /Q /F /S
del *-vsdoc.js /Q /F /S
..\Libraries\7zip\7za.exe a -tzip ..\NzbDrone.zip *
CD ..