Revision: 581
http://assorted.svn.sourceforge.net/assorted/?rev=581&view=rev
Author: yangzhang
Date: 2008-03-02 20:46:55 -0800 (Sun, 02 Mar 2008)
Log Message:
-----------
new publisher
Modified Paths:
--------------
hash-dist/trunk/README
hash-dist/trunk/publish.bash
Modified: hash-dist/trunk/README
===================================================================
--- hash-dist/trunk/README 2008-03-03 04:45:44 UTC (rev 580)
+++ hash-dist/trunk/README 2008-03-03 04:46:55 UTC (rev 581)
@@ -1,6 +1,3 @@
-% Hash Distribution Test
-% Yang Zhang
-
Overview
--------
@@ -41,21 +38,3 @@
[Scala]: http://scala-lang.org/
[Scala Commons]: http://assorted.sf.net/scala-commons/
[Simple Build]: http://assorted.sf.net/simple-build/
-
-License
--------
-
-This software is released under the [GNU GPL3].
-
-[GNU GPL3]: http://www.gnu.org/licenses/gpl.txt
-
-Contact
--------
-
-Copyright 2008 [Yang Zhang].
-All rights reserved.
-
-Back to [assorted.sf.net].
-
-[Yang Zhang]: http://www.mit.edu/~y_z/
-[assorted.sf.net]: http://assorted.sf.net/
Modified: hash-dist/trunk/publish.bash
===================================================================
--- hash-dist/trunk/publish.bash 2008-03-03 04:45:44 UTC (rev 580)
+++ hash-dist/trunk/publish.bash 2008-03-03 04:46:55 UTC (rev 581)
@@ -1,7 +1,9 @@
#!/usr/bin/env bash
-project=hash-dist
-clean=false
+fullname='Hash Distribution Test'
+version=0.1
+license=gpl3
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.
|