[Assorted-commits] SF.net SVN: assorted: [543] hash-join/trunk/publish.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-29 16:30:23
|
Revision: 543 http://assorted.svn.sourceforge.net/assorted/?rev=543&view=rev Author: yangzhang Date: 2008-02-29 08:30:20 -0800 (Fri, 29 Feb 2008) Log Message: ----------- added publisher Added Paths: ----------- hash-join/trunk/publish.bash Added: hash-join/trunk/publish.bash =================================================================== --- hash-join/trunk/publish.bash (rev 0) +++ hash-join/trunk/publish.bash 2008-02-29 16:30:20 UTC (rev 543) @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +project=hash-join +clean=false +websrcs=( README doc/analysis.txt ) +webfiles=() +. assorted.bash "$@" Property changes on: hash-join/trunk/publish.bash ___________________________________________________________________ Name: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |