Skip to content

Commit

Permalink
Added cvsbuild option to update cvs, then build a zip patch.
Browse files Browse the repository at this point in the history
Zip building was missing some files.
  • Loading branch information
Pierre-Luc Paour committed Aug 15, 2002
1 parent db1f5ff commit ab0ffb4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion make.bat
Expand Up @@ -28,7 +28,7 @@ goto :EOF

:make_zip
call :make_clean_jar
zip -0 gallery_remote.zip GalleryRemote.jar default.gif
zip -0 gallery_remote.zip GalleryRemote.jar default.gif ChangeLog defaults.properties
goto :EOF

:make_source_zip
Expand All @@ -37,3 +37,9 @@ rem zip -0 gallery_remote.zip GalleryRemote.jar default.gif (for info-zip)
rem pkzip -e0 gallery_remote.zip GalleryRemote.jar default.gif (for pkzip)
zip -0 gallery_remote.zip GalleryRemote.jar default.gif
goto :EOF

:make_cvsbuild
rem For this to work unattended, the cvs must be checked out with the read-only account-less method
cvs update
call :make_zip
goto :EOF

0 comments on commit ab0ffb4

Please sign in to comment.