[Assorted-commits] SF.net SVN: assorted: [777] battlecode-2007-little/trunk/publish.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-09 07:40:19
|
Revision: 777 http://assorted.svn.sourceforge.net/assorted/?rev=777&view=rev Author: yangzhang Date: 2008-05-09 00:40:25 -0700 (Fri, 09 May 2008) Log Message: ----------- added publisher Added Paths: ----------- battlecode-2007-little/trunk/publish.bash Copied: battlecode-2007-little/trunk/publish.bash (from rev 761, java-reactor/trunk/publish.bash) =================================================================== --- battlecode-2007-little/trunk/publish.bash (rev 0) +++ battlecode-2007-little/trunk/publish.bash 2008-05-09 07:40:25 UTC (rev 777) @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +fullname='BattleCode 2007 Team Little' +version=1.0 +license=gpl3 +websrcs=( README ) +rels=( src-tgz: ) +nodl=true +. assorted.bash "$@" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |