Changeset 4175


Ignore:
Timestamp:
Mar 14, 2008, 9:47:48 AM (15 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #949: Installation documentation has incorrect information about which Java version to use

Location:
branches/2.6-stable
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6-stable/build.xml

    r4173 r4175  
    13221322     
    13231323      <header><![CDATA[${base.version}: ${TODAY}]]></header>
    1324       <link href="http://java.sun.com/j2se/1.5/docs/api"/>
     1324      <link href="http://java.sun.com/javase/6/docs/api"/>
    13251325      <link href="http://www.hibernate.org/hib_docs/v3/api"/>
    13261326      <link href="http://www.jdom.org/docs/apidocs/" />
  • branches/2.6-stable/doc/src/docbook/admindoc/installation_upgrade.xml

    r4148 r4175  
    632632        <listitem>
    633633          <para>
    634             Download and install Java SDK 1.5, available from
    635             <ulink url="http://java.sun.com/" />. Make sure that you
    636             download the JDK version (<emphasis>not</emphasis> the JRE
    637             version). <command>Java 6 is currently not
    638             supported</command> (this will change starting with
    639             BASE version 2.5 whereafter only Java 6 will be supported).
     634            Download and install Java SDK 1.6, available from
     635            <ulink url="http://java.sun.com/" />. Earlier versions
     636            may work (eq. 1.5), but are not supported.
    640637          </para>
    641638        </listitem>
  • branches/2.6-stable/doc/src/docbook/appendix/base.config.xml

    r4114 r4175  
    443443        <para>
    444444        The priority to give to jobs. The priority is a value between 1 and 10.
    445         See <ulink url="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Thread.html"
    446         >http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Thread.html</ulink>
     445        See <ulink url="http://java.sun.com/javase/6/docs/api/java/lang/Thread.html"
     446        >http://java.sun.com/javase/6/docs/api/java/lang/Thread.html</ulink>
    447447        for more information about thread priorities.
    448448        </para>
  • branches/2.6-stable/doc/src/docbook/appendix/jobagent.properties.xml

    r3944 r4175  
    323323      A thread priority is associated with each slot. The priority
    324324      is a value between 1 and 10 as defined by the
    325       <ulink url="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Thread.html"
     325      <ulink url="http://java.sun.com/javase/6/docs/api/java/lang/Thread.html"
    326326        ><classname>java.lang.Thread</classname></ulink> class.
    327327    </para>
  • branches/2.6-stable/doc/src/docbook/userdoc/webclient.xml

    r4093 r4175  
    696696                We support all formatting options supported by the Java
    697697                language. For more information see:
    698                 <ulink url="http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat documentation</ulink>
     698                <ulink url="http://java.sun.com/javase/6/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat documentation</ulink>
    699699                The most useful format patterns are:
    700700                </para>
     
    726726                We support all formatting options supported by the Java
    727727                language. For more information see:
    728                 <ulink url="http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat documentations</ulink>
     728                <ulink url="http://java.sun.com/javase/6/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat documentations</ulink>
    729729                The most useful time-format patterns are:
    730730                </para>
Note: See TracChangeset for help on using the changeset viewer.