Tweak the build script, so a developer can build vitro-core and it won't have any effect when they build vivoweb in the same workspace.

This commit is contained in:
jeb228 2010-01-29 22:12:41 +00:00
commit 3f17d16d7b
68 changed files with 40148 additions and 0 deletions

15
utilities/releaser.rb Normal file
View file

@ -0,0 +1,15 @@
=begin
--------------------------------------------------------------------------------
Create the VIVO distribution files.
This will:
1) Export the desired release from Subversion
2) Copy all files from the export area to the licensed area,
adding licensing text in the process.
3) Pack the licensed files into a Zip file and Tar.GZ file for distribution
--------------------------------------------------------------------------------
2010-01-26 initial version J.Blake
--------------------------------------------------------------------------------
=end