mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
26.31.2011 f2247604936e39c5e7c81ca59b9ced07c99aaa02
Redirect from http://opendj.forgerock.org/doc/ to the page listing the docs at http://opendj.forgerock.org/docs.html
1 files added
1 files modified
18 ■■■■■ changed files
opendj3/pom.xml 6 ●●●●● patch | view | raw | blame | history
opendj3/src/main/resources/docs-redirect/index.html 12 ●●●●● patch | view | raw | blame | history
opendj3/pom.xml
@@ -546,6 +546,12 @@
                    <include>**/*.rtf</include>
                  </includes>
                </resource>
                <resource>
                  <directory>${basedir}/src/main/resources/docs-redirect</directory>
                  <includes>
                    <include>**/index.html</include>
                  </includes>
                </resource>
              </resources>
            </configuration>
          </execution>
opendj3/src/main/resources/docs-redirect/index.html
New file
@@ -0,0 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Redirecting to the OpenDJ docs page</title>
<meta http-equiv="refresh" content="2;url=http://opendj.forgerock.org/docs.html">
</head>
<body>
 <p>This page will redirect you to
 <a href="http://opendj.forgerock.org/docs.html">the OpenDJ docs page</a>
 momentarily.</p>
</body>
</html>