| opendj3/opendj-sdk/pom.xml | ●●●●● patch | view | raw | blame | history | |
| opendj3/opendj-sdk/src/site/site.xml | ●●●●● patch | view | raw | blame | history | |
| opendj3/opendj-sdk/src/site/site_fr.xml | ●●●●● patch | view | raw | blame | history | |
| opendj3/opendj-sdk/src/site/xdoc/index.xml | ●●●●● patch | view | raw | blame | history | |
| opendj3/pom.xml | ●●●●● patch | view | raw | blame | history | |
| opendj3/src/site/apt/format.apt | ●●●●● patch | view | raw | blame | history | |
| opendj3/src/site/fr/apt/format.apt | ●●●●● patch | view | raw | blame | history | |
| opendj3/src/site/fr/apt/index.apt | ●●●●● patch | view | raw | blame | history | |
| opendj3/src/site/site.xml | ●●●●● patch | view | raw | blame | history |
opendj3/opendj-sdk/pom.xml
@@ -112,4 +112,43 @@ </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <reportSets> <reportSet> <reports> <report>mailing-list</report> <report>issue-tracking</report> <report>license</report> <report>scm</report> <report>cim</report> <report>distribution-management</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version> <configuration> <author>false</author> <quiet>true</quiet> <windowtitle>OpenDJ SDK Documentation</windowtitle> <doctitle>OpenDJ SDK Documentation</doctitle> <detectOfflineLinks>false</detectOfflineLinks> </configuration> <reportSets> <reportSet> <reports> <report>javadoc</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> </project> opendj3/opendj-sdk/src/site/site.xml
New file @@ -0,0 +1,33 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ! CCPL HEADER START ! ! This work is licensed under the Creative Commons ! Attribution-NonCommercial-NoDerivs 3.0 Unported License. ! To view a copy of this license, visit ! http://creativecommons.org/licenses/by-nc-nd/3.0/ ! or send a letter to Creative Commons, 444 Castro Street, ! Suite 900, Mountain View, California, 94041, USA. ! ! You can also obtain a copy of the license at ! src/main/resources/legal-notices/CC-BY-NC-ND.txt. ! See the License for the specific language governing permissions ! and limitations under the License. ! ! If applicable, add the following below this CCPL HEADER, with the fields ! enclosed by brackets "[]" replaced with your own identifying information: ! Portions Copyright [yyyy] [name of copyright owner] ! ! CCPL HEADER END ! ! Copyright 2011 ForgeRock AS ! --> <project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1 http://maven.apache.org/xsd/decoration-1.0.1.xsd"> <body> <menu ref="parent" /> <menu ref="reports" /> </body> </project> opendj3/opendj-sdk/src/site/site_fr.xml
New file @@ -0,0 +1,27 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <project name="Maven" xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> <bannerLeft> <name>Maven</name> <src>http://maven.apache.org/images/apache-maven-project.png</src> <href>http://maven.apache.org/</href> </bannerLeft> <bannerRight> <src>http://maven.apache.org/images/maven-small.gif</src> </bannerRight> <body> <links> <item name="Apache" href="http://www.apache.org/" /> <item name="Maven 1.0" href="http://maven.apache.org/"/> <item name="Maven 2" href="http://maven.apache.org/maven2/"/> </links> <menu name="Maven 2.0"> <item name="Format APT" href="format.html"/> <item name="FAQ" href="faq.html"/> <item name="Exemple Xdoc" href="xdoc.html"/> </menu> </body> </project> opendj3/opendj-sdk/src/site/xdoc/index.xml
New file @@ -0,0 +1,38 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ! CCPL HEADER START ! ! This work is licensed under the Creative Commons ! Attribution-NonCommercial-NoDerivs 3.0 Unported License. ! To view a copy of this license, visit ! http://creativecommons.org/licenses/by-nc-nd/3.0/ ! or send a letter to Creative Commons, 444 Castro Street, ! Suite 900, Mountain View, California, 94041, USA. ! ! You can also obtain a copy of the license at ! src/main/resources/legal-notices/CC-BY-NC-ND.txt. ! See the License for the specific language governing permissions ! and limitations under the License. ! ! If applicable, add the following below this CCPL HEADER, with the fields ! enclosed by brackets "[]" replaced with your own identifying information: ! Portions Copyright [yyyy] [name of copyright owner] ! ! CCPL HEADER END ! ! Copyright 2011 ForgeRock AS ! --> <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> <properties> <title>About OpenDJ</title> <author email="opendj-dev@forgerock.org">ForgeRock AS</author> </properties> <body> <section name="About OpenDJ LDAP SDK"> <p>TBC</p> </section> </body> </document> opendj3/pom.xml
@@ -67,7 +67,7 @@ <tag>HEAD</tag> </scm> <ciManagement> <system>hudson</system> <system>jenkins</system> <url>http://builds.forgerock.org/job/OpenDJ3%20-%20trunk%20-%20postcommit/</url> <notifiers> <notifier> @@ -80,6 +80,13 @@ </notifier> </notifiers> </ciManagement> <distributionManagement> <site> <id>opendj.forgerock.org</id> <name>OpenDJ Community</name> <url>scp://opendj.forgerock.org/var/www/vhosts/opendj.forgerock.org/httpdocs</url> </site> </distributionManagement> <modules> <module>opendj-maven-checkstyle</module> <module>opendj-maven-testng</module> @@ -194,6 +201,26 @@ </plugins> </pluginManagement> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.4</version> <reportSets> <reportSet> <reports> <report>index</report> <report>mailing-list</report> <report>issue-tracking</report> <report>license</report> <report>scm</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> <repositories> <repository> <id>forgerock-staging-repository</id> @@ -237,11 +264,4 @@ <scope>test</scope> </dependency> </dependencies> <distributionManagement> <site> <id>opendj.forgerock.org</id> <name>OpenDJ Community</name> <url>scp://opendj.forgerock.org/var/www/vhosts/opendj.forgerock.org/httpdocs</url> </site> </distributionManagement> </project> opendj3/src/site/apt/format.apt
File was deleted opendj3/src/site/fr/apt/format.apt
File was deleted opendj3/src/site/fr/apt/index.apt
File was deleted opendj3/src/site/site.xml
@@ -55,6 +55,10 @@ <item name="Wiki" href="http://wikis.forgerock.org/opendj/" /> </menu> <menu name="Modules"> <item name="OpenDJ LDAP SDK" href="opendj-sdk" /> </menu> <menu name="Core Documentation"> <item name="Release Notes" href="index.html" collapse="true"> <item name="EPUB Format" href="./doc/OpenDJ-Release-Notes.epub"/> @@ -85,8 +89,6 @@ <item name="SDK Javadoc" href="index.html" alt="TODO" /> </menu> <!-- TODO: Add QA pages --> <!-- TODO: Customize reports rather than autogenerate them. --> <menu ref="reports" /> </body>