Changeset 4175
- Timestamp:
- Mar 14, 2008, 9:47:48 AM (15 years ago)
- Location:
- branches/2.6-stable
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6-stable/build.xml
r4173 r4175 1322 1322 1323 1323 <header><![CDATA[${base.version}: ${TODAY}]]></header> 1324 <link href="http://java.sun.com/j 2se/1.5/docs/api"/>1324 <link href="http://java.sun.com/javase/6/docs/api"/> 1325 1325 <link href="http://www.hibernate.org/hib_docs/v3/api"/> 1326 1326 <link href="http://www.jdom.org/docs/apidocs/" /> -
branches/2.6-stable/doc/src/docbook/admindoc/installation_upgrade.xml
r4148 r4175 632 632 <listitem> 633 633 <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. 640 637 </para> 641 638 </listitem> -
branches/2.6-stable/doc/src/docbook/appendix/base.config.xml
r4114 r4175 443 443 <para> 444 444 The priority to give to jobs. The priority is a value between 1 and 10. 445 See <ulink url="http://java.sun.com/j 2se/1.5.0/docs/api/java/lang/Thread.html"446 >http://java.sun.com/j 2se/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> 447 447 for more information about thread priorities. 448 448 </para> -
branches/2.6-stable/doc/src/docbook/appendix/jobagent.properties.xml
r3944 r4175 323 323 A thread priority is associated with each slot. The priority 324 324 is a value between 1 and 10 as defined by the 325 <ulink url="http://java.sun.com/j 2se/1.5.0/docs/api/java/lang/Thread.html"325 <ulink url="http://java.sun.com/javase/6/docs/api/java/lang/Thread.html" 326 326 ><classname>java.lang.Thread</classname></ulink> class. 327 327 </para> -
branches/2.6-stable/doc/src/docbook/userdoc/webclient.xml
r4093 r4175 696 696 We support all formatting options supported by the Java 697 697 language. For more information see: 698 <ulink url="http://java.sun.com/j 2se/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> 699 699 The most useful format patterns are: 700 700 </para> … … 726 726 We support all formatting options supported by the Java 727 727 language. For more information see: 728 <ulink url="http://java.sun.com/j 2se/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> 729 729 The most useful time-format patterns are: 730 730 </para>
Note: See TracChangeset
for help on using the changeset viewer.