[Assorted-commits] SF.net SVN: assorted: [547] scala-commons/trunk/publish.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-29 16:49:35
|
Revision: 547 http://assorted.svn.sourceforge.net/assorted/?rev=547&view=rev Author: yangzhang Date: 2008-02-29 08:49:18 -0800 (Fri, 29 Feb 2008) Log Message: ----------- simplification Modified Paths: -------------- scala-commons/trunk/publish.bash Modified: scala-commons/trunk/publish.bash =================================================================== --- scala-commons/trunk/publish.bash 2008-02-29 16:34:24 UTC (rev 546) +++ scala-commons/trunk/publish.bash 2008-02-29 16:49:18 UTC (rev 547) @@ -7,5 +7,5 @@ project=scala-commons clean=false websrcs=( README ) -webfiles=( :src/doc :src/out/scala-commons.jar ) +webfiles=( src/doc src/out/scala-commons.jar ) . assorted.bash "$@" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |