[Assorted-commits] SF.net SVN: assorted: [583] simple-build/trunk/publish.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-03 04:52:40
|
Revision: 583 http://assorted.svn.sourceforge.net/assorted/?rev=583&view=rev Author: yangzhang Date: 2008-03-02 20:52:46 -0800 (Sun, 02 Mar 2008) Log Message: ----------- new publisher Modified Paths: -------------- simple-build/trunk/publish.bash Modified: simple-build/trunk/publish.bash =================================================================== --- simple-build/trunk/publish.bash 2008-03-03 04:52:28 UTC (rev 582) +++ simple-build/trunk/publish.bash 2008-03-03 04:52:46 UTC (rev 583) @@ -1,7 +1,9 @@ #!/usr/bin/env bash -clean=true -project=simple-build +fullname='Simple-Build' +version=0.1 +license=gpl3 websrcs=( README ) -webfiles=() +rels=( src-tgz: ) +nodl=true . assorted.bash || exit 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |