Some more changes from running site and javadoc with Maven 3.0.

This commit is contained in:
Ulrik Sandberg
2010-11-17 22:40:07 +00:00
parent 1e74c3ecda
commit 28a7ed68d8
6 changed files with 12 additions and 12 deletions

View File

@@ -152,8 +152,8 @@
<javadocDirectory>${basedir}/src/main/javadoc</javadocDirectory>
<excludePackageNames>org.springframework.ldap.samples:org.springframework.ldap.itest</excludePackageNames>
<links>
<link>http://java.sun.com/j2se/1.4.2/docs/api</link>
<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
<link>http://download.oracle.com/javase/1.4.2/docs/api</link>
<link>http://download.oracle.com/javase/1.5.0/docs/api</link>
<link>http://static.springframework.org/spring/docs/2.5.x/api/</link>
<link>http://logging.apache.org/log4j/1.2/apidocs/</link>
<link>http://commons.apache.org/logging/apidocs/</link>

View File

@@ -328,8 +328,8 @@
<javadocDirectory>${basedir}/src/main/javadoc</javadocDirectory>
<excludePackageNames>org.springframework.ldap.samples:org.springframework.ldap.itest</excludePackageNames>
<links>
<link>http://java.sun.com/j2se/1.4.2/docs/api</link>
<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
<link>http://download.oracle.com/javase/1.4.2/docs/api</link>
<link>http://download.oracle.com/javase/1.5.0/docs/api</link>
<link>http://static.springframework.org/spring/docs/2.5.x/api/</link>
<link>http://logging.apache.org/log4j/1.2/apidocs/</link>
<link>http://commons.apache.org/logging/apidocs/</link>

View File

@@ -156,7 +156,7 @@ filter.and(new WhitespaceWildcardsFilter("cn", cn));</programlisting>
<title>Building Dynamic Distinguished Names</title>
<para>The standard <ulink
url="http://java.sun.com/j2se/1.5.0/docs/api/javax/naming/Name.html">Name</ulink>
url="http://download.oracle.com/javase/1.5.0/docs/api/javax/naming/Name.html">Name</ulink>
interface represents a generic name, which is basically an ordered
sequence of components. The <literal>Name</literal> interface also
provides operations on that sequence; e.g., <literal>add</literal> or
@@ -225,7 +225,7 @@ public class PersonDaoImpl implements PersonDao {
<para><programlisting>cn=Some Person, ou=Some Company, c=Sweden, dc=example, dc=com</programlisting></para>
<para>In Java 5, there is an implementation of the Name interface: <ulink
url="http://java.sun.com/j2se/1.5.0/docs/api/javax/naming/ldap/LdapName.html">LdapName</ulink>.
url="http://download.oracle.com/javase/1.5.0/docs/api/javax/naming/ldap/LdapName.html">LdapName</ulink>.
If you are in the Java 5 world, you might as well use
<literal>LdapName</literal>. However, you may still use
<literal>DistinguishedName</literal> if you so wish.</para>
@@ -382,4 +382,4 @@ public class PersonDaoImpl implements PersonDao {
</listitem>
</orderedlist></para>
</sect1>
</chapter>
</chapter>

View File

@@ -123,7 +123,7 @@ public class MyCoolRequestControl extends AbstractRequestControlDirContextProces
<note>
<para>Make sure you use <literal>LdapContextSource</literal> when you
use Controls. The <literal><ulink
url="http://java.sun.com/j2se/1.5.0/docs/api/javax/naming/ldap/Control.html">Control</ulink></literal>
url="http://download.oracle.com/javase/1.5.0/docs/api/javax/naming/ldap/Control.html">Control</ulink></literal>
interface is specific for LDAPv3 and requires that
<literal>LdapContext</literal> is used instead of
<literal>DirContext</literal>. If an
@@ -197,4 +197,4 @@ public class MyCoolRequestControl extends AbstractRequestControlDirContextProces
the last batch has been returned from the search.</para>
</sect1>
</chapter>
</chapter>

View File

@@ -12,7 +12,7 @@ Downloads
* <<Spring LDAP 1.3.1 is the upcoming production release>>
* {{{snapshots.html}Download nightly snapshots}}
* {{{./snapshots.html}Download nightly snapshots}}
Sources

View File

@@ -6,6 +6,6 @@ Reference Manual
The reference manual is available as HTML, and as PDF.
* View the {{{reference/html/index.html}HTML version}}
* View the {{{./reference/html/index.html}HTML version}}
* Download the {{{reference/pdf/spring-ldap-reference.pdf}PDF version}}
* Download the {{{./reference/pdf/spring-ldap-reference.pdf}PDF version}}