summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Lee <crazybob@crazybob.org>2009-10-13 23:36:31 +0000
committerBob Lee <crazybob@crazybob.org>2009-10-13 23:36:31 +0000
commit83ec8b49fae8039eeb8c7885e47ccd967fb9279f (patch)
treec21fd2fb84feb340a595569f3ab92f82ce7268dd
parent6daa2b4b6a3b02f3e82976da8de8acd612405060 (diff)
downloadplatform_external_jsr330-83ec8b49fae8039eeb8c7885e47ccd967fb9279f.tar.gz
platform_external_jsr330-83ec8b49fae8039eeb8c7885e47ccd967fb9279f.tar.bz2
platform_external_jsr330-83ec8b49fae8039eeb8c7885e47ccd967fb9279f.zip
Added 'draft' warning back for trunk.
git-svn-id: https://atinject.googlecode.com/svn/trunk@65 3bc8319c-20ab-11de-9edc-3f40a397ab60
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index dead68b..33fb95e 100755
--- a/build.sh
+++ b/build.sh
@@ -21,6 +21,7 @@ License</a>, Version 2.0.</font>"
# Generate Javadocs.
javadoc -protected -bottom "$FOOTER" \
+ -header "<font color='red'><b>This is a DRAFT specification.</b></font>" \
-sourcepath src -d build/javadoc javax.inject
javadoc -classpath build/classes:lib/junit.jar -protected -bottom "$FOOTER" \
-sourcepath tck -d build/tck/javadoc org.atinject.tck \