[Assorted-commits] SF.net SVN: assorted: [785] simple-preprocessor/trunk/publish.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-09 08:13:40
|
Revision: 785 http://assorted.svn.sourceforge.net/assorted/?rev=785&view=rev Author: yangzhang Date: 2008-05-09 01:13:34 -0700 (Fri, 09 May 2008) Log Message: ----------- added publisher Added Paths: ----------- simple-preprocessor/trunk/publish.bash Copied: simple-preprocessor/trunk/publish.bash (from rev 761, scala-commons/trunk/publish.bash) =================================================================== --- simple-preprocessor/trunk/publish.bash (rev 0) +++ simple-preprocessor/trunk/publish.bash 2008-05-09 08:13:34 UTC (rev 785) @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +. common.bash || exit 1 + +fullname='Simple Preprocessor' +version=0.1 +license=scala +websrcs=( README ) +webfiles= +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. |