antonio 2004/03/08 02:06:58
Modified: tools/targets docs-build.xml
src/blocks/scratchpad/garbage build.xml
src/documentation/xdocs/userdocs/concepts modules-ref.xml
src/documentation/xdocs/faq faq-debugging.xml
tools/src blocks-build.xsl
Log:
Update links to javadoc 1.4.2
(Javadoc 1.4.1 reached End of Life)
Revision Changes Path
1.7 +1 -1 cocoon-2.1/tools/targets/docs-build.xml
Index: docs-build.xml
===================================================================
RCS file: /home/cvs//cocoon-2.1/tools/targets/docs-build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- docs-build.xml 8 Mar 2004 06:07:15 -0000 1.6
+++ docs-build.xml 8 Mar 2004 10:06:58 -0000 1.7
@@ -205,7 +205,7 @@
<link offline="true" href="http://avalon.apache.org/api"
packagelistloc="${resources.javadoc}/avalon"/>
<link offline="true"
href="http://xml.apache.org/xerces2-j/javadocs/api"
packagelistloc="${resources.javadoc}/xerces"/>
<link offline="true" href="http://xml.apache.org/xalan-j/apidocs"
packagelistloc="${resources.javadoc}/xalan"/>
- <link offline="true" href="http://java.sun.com/j2se/1.4.1/docs/api"
packagelistloc="${resources.javadoc}/j2se"/>
+ <link offline="true" href="http://java.sun.com/j2se/1.4.2/docs/api"
packagelistloc="${resources.javadoc}/j2se"/>
<link offline="true"
href="http://java.sun.com/j2ee/sdk_1.3/techdocs/api"
packagelistloc="${resources.javadoc}/j2ee"/>
<packageset dir="${java}">
1.3 +2 -2 cocoon-2.1/src/blocks/scratchpad/garbage/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs//cocoon-2.1/src/blocks/scratchpad/garbage/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 6 Mar 2004 02:26:17 -0000 1.2
+++ build.xml 8 Mar 2004 10:06:58 -0000 1.3
@@ -247,10 +247,10 @@
version="true">
<!--
- | Links to other JavaDocs on the web (J2SDK 1.4.1 and JXPATH).
+ | Links to other JavaDocs on the web (J2SDK 1.4.2 and JXPATH).
+-->
<link href="http://jakarta.apache.org/commons/jxpath/apidocs/"/>
- <link href="http://java.sun.com/j2se/1.4.1/docs/api"/>
+ <link href="http://java.sun.com/j2se/1.4.2/docs/api"/>
<!--
| Visual extravaganza...
1.3 +1 -1
cocoon-2.1/src/documentation/xdocs/userdocs/concepts/modules-ref.xml
Index: modules-ref.xml
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/documentation/xdocs/userdocs/concepts/modules-ref.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- modules-ref.xml 6 Mar 2004 02:25:50 -0000 1.2
+++ modules-ref.xml 8 Mar 2004 10:06:58 -0000 1.3
@@ -111,7 +111,7 @@
<code><format/></code> tags work fine.</note>
<note>See also:
- <link
href="http://java.sun.com/j2se/1.4.1/docs/api/java/text/SimpleDateFormat.html">Java
+ <link
href="http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html">Java
Date Format</link>.</note>
</section>
1.4 +1 -1 cocoon-2.1/src/documentation/xdocs/faq/faq-debugging.xml
Index: faq-debugging.xml
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/documentation/xdocs/faq/faq-debugging.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- faq-debugging.xml 6 Mar 2004 02:25:57 -0000 1.3
+++ faq-debugging.xml 8 Mar 2004 10:06:58 -0000 1.4
@@ -84,7 +84,7 @@
"<code>jdb -connect com.sun.jdi.SocketAttach:port=8000</code>"
instead.
<br/>
More information on this can be found in the
- <link
href="http://java.sun.com/j2se/1.4.1/docs/guide/jpda/conninv.html">
+ <link
href="http://java.sun.com/j2se/1.4.2/docs/guide/jpda/conninv.html">
JPDA documentation</link>.
</p>
<note>
1.48 +2 -2 cocoon-2.1/tools/src/blocks-build.xsl
Index: blocks-build.xsl
===================================================================
RCS file: /home/cvs//cocoon-2.1/tools/src/blocks-build.xsl,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- blocks-build.xsl 8 Mar 2004 06:07:15 -0000 1.47
+++ blocks-build.xsl 8 Mar 2004 10:06:58 -0000 1.48
@@ -173,7 +173,7 @@
splitindex="true"
windowtitle="{string('${Name}')} API {string('${version}')}
[{string('${TODAY}')}]"
doctitle="{string('${Name}')} API {string('${version}')}"
- bottom="Copyright © {string('${year}')} Apache Software
Foundation. All Rights Reserved."
+ bottom="Copyright © {string('${year}')} The Apache
Software Foundation. All Rights Reserved."
stylesheetfile="{string('${resources.javadoc}')}/javadoc.css"
useexternalfile="yes"
additionalparam="{string('${javadoc.additionalparam}')}"
@@ -183,7 +183,7 @@
<link offline="true" href="http://avalon.apache.org/excalibur/api"
packagelistloc="${{resources.javadoc}}/avalon-excalibur"/>
<link offline="true"
href="http://xml.apache.org/xerces2-j/javadocs/api"
packagelistloc="${{resources.javadoc}}/xerces"/>
<link offline="true" href="http://xml.apache.org/xalan-j/apidocs"
packagelistloc="${{resources.javadoc}}/xalan"/>
- <link offline="true" href="http://java.sun.com/j2se/1.4.1/docs/api"
packagelistloc="${{resources.javadoc}}/j2se"/>
+ <link offline="true" href="http://java.sun.com/j2se/1.4.2/docs/api"
packagelistloc="${{resources.javadoc}}/j2se"/>
<link offline="true"
href="http://java.sun.com/j2ee/sdk_1.3/techdocs/api"
packagelistloc="${{resources.javadoc}}/j2ee"/>
<tag name="avalon.component" scope="types" description="Avalon
component" />