[Assorted-commits] SF.net SVN: assorted:[952] sharing-gateway/trunk/publish.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-08-28 08:11:47
|
Revision: 952 http://assorted.svn.sourceforge.net/assorted/?rev=952&view=rev Author: yangzhang Date: 2008-08-28 08:11:56 +0000 (Thu, 28 Aug 2008) Log Message: ----------- added a publisher and published Added Paths: ----------- sharing-gateway/trunk/publish.bash Copied: sharing-gateway/trunk/publish.bash (from rev 936, scala-commons/trunk/publish.bash) =================================================================== --- sharing-gateway/trunk/publish.bash (rev 0) +++ sharing-gateway/trunk/publish.bash 2008-08-28 08:11:56 UTC (rev 952) @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +. common.bash || exit 1 + +fullname='Sharing Gateway' +version=0.1 +license=gpl3 +websrcs=( README ) +webfiles= +rels=( src-tgz: ) +. assorted.bash "$@" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |