[Assorted-commits] SF.net SVN: assorted: [582] scala-commons/trunk/publish.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-03 04:52:23
|
Revision: 582 http://assorted.svn.sourceforge.net/assorted/?rev=582&view=rev Author: yangzhang Date: 2008-03-02 20:52:28 -0800 (Sun, 02 Mar 2008) Log Message: ----------- new publisher Modified Paths: -------------- scala-commons/trunk/publish.bash Modified: scala-commons/trunk/publish.bash =================================================================== --- scala-commons/trunk/publish.bash 2008-03-03 04:46:55 UTC (rev 581) +++ scala-commons/trunk/publish.bash 2008-03-03 04:52:28 UTC (rev 582) @@ -2,7 +2,7 @@ . common.bash || exit 1 -post-stage() { +pre-stage() { make -sC src/ doc } @@ -10,6 +10,6 @@ version=0.1 license=scala websrcs=( README ) -webfiles=( src/doc src/out/scala-commons.jar ) +webfiles=( src/doc ) rels=( src-tgz: scala-ant: ) . assorted.bash "$@" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |