Revision: 573
http://assorted.svn.sourceforge.net/assorted/?rev=573&view=rev
Author: yangzhang
Date: 2008-03-02 20:25:59 -0800 (Sun, 02 Mar 2008)
Log Message:
-----------
new publisher
Modified Paths:
--------------
java-reactor/trunk/publish.bash
Modified: java-reactor/trunk/publish.bash
===================================================================
--- java-reactor/trunk/publish.bash 2008-03-03 04:19:53 UTC (rev 572)
+++ java-reactor/trunk/publish.bash 2008-03-03 04:25:59 UTC (rev 573)
@@ -1,7 +1,12 @@
#!/usr/bin/env bash
-project=java-reactor
-clean=false
+post-stage() {
+ javadoc -d $stagedir/doc -sourcepath src -linksource reactor
+}
+
+fullname='Java Reactor'
+version=0.1
+license=gpl3
websrcs=( README )
-webfiles=()
+rels=( src-tgz: java-ant: )
. assorted.bash "$@"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|