[Assorted-commits] SF.net SVN: assorted: [578] object-codegen/trunk/publish.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-03 04:41:24
|
Revision: 578 http://assorted.svn.sourceforge.net/assorted/?rev=578&view=rev Author: yangzhang Date: 2008-03-02 20:41:30 -0800 (Sun, 02 Mar 2008) Log Message: ----------- added publisher Added Paths: ----------- object-codegen/trunk/publish.bash Added: object-codegen/trunk/publish.bash =================================================================== --- object-codegen/trunk/publish.bash (rev 0) +++ object-codegen/trunk/publish.bash 2008-03-03 04:41:30 UTC (rev 578) @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +fullname='Object Code Generator' +version=0.1 +license=gpl3 +websrcs=( README ) +rels=( src-tgz: scala-ant: ) +nodl=true +. assorted.bash "$@" Property changes on: object-codegen/trunk/publish.bash ___________________________________________________________________ Name: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |