Some more changes from running site and javadoc with Maven 3.0.
This commit is contained in:
@@ -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>
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user