diff options
Diffstat (limited to 'src/classes/build.xml')
-rw-r--r-- | src/classes/build.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/classes/build.xml b/src/classes/build.xml index 83c252e..8a81c3c 100644 --- a/src/classes/build.xml +++ b/src/classes/build.xml @@ -194,11 +194,8 @@ </target> <target name="setup-docs"> - <!-- use javadoc.bottom.new once we have the spec license from the JCP PMO --> - <property name="javadoc.bottom.new" - value="<font size="-1">Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to <a href="{@docRoot}/LICENSE-SPEC.html">license terms</a>."/> <property name="javadoc.bottom" - value="<font size="-1">Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms."/> + value="<font size="-1">Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to <a href="{@docRoot}/LICENSE-SPEC.html">license terms</a>."/> </target> <target name="docs-jcp" depends="setup-docs"> |