5394N/A<?xml version="1.0" encoding="UTF-8"?>
5394N/A<!--
5394N/A ! CCPL HEADER START
5394N/A !
5394N/A ! This work is licensed under the Creative Commons
5394N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
5394N/A ! To view a copy of this license, visit
5394N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
5394N/A ! or send a letter to Creative Commons, 444 Castro Street,
5394N/A ! Suite 900, Mountain View, California, 94041, USA.
5394N/A !
5394N/A ! You can also obtain a copy of the license at
5394N/A ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
5394N/A ! See the License for the specific language governing permissions
5394N/A ! and limitations under the License.
5394N/A !
5394N/A ! If applicable, add the following below this CCPL HEADER, with the fields
5394N/A ! enclosed by brackets "[]" replaced with your own identifying information:
5394N/A ! Portions Copyright [yyyy] [name of copyright owner]
5394N/A !
5394N/A ! CCPL HEADER END
5394N/A !
7319N/A ! Copyright 2011-2015 ForgeRock AS.
5394N/A !
5394N/A-->
5394N/A<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.0.1"
5394N/A xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5394N/A xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1 http://maven.apache.org/xsd/decoration-1.0.1.xsd">
5394N/A
5394N/A <skin>
5394N/A <groupId>org.forgerock.commons</groupId>
5394N/A <artifactId>forgerock-community-skin</artifactId>
6018N/A <version>1.0.0</version>
5394N/A </skin>
5394N/A <publishDate position="right" format="yyyy.MM.dd" />
5394N/A <version position="right" />
5394N/A
5394N/A <body>
5394N/A <breadcrumbs>
5394N/A <item name="Developer Community" href="http://www.forgerock.org" />
5394N/A <item name="OpenDJ" href="http://opendj.forgerock.org" />
5394N/A <item name="OpenDJ Directory Server" href="/opendj-server" />
5394N/A </breadcrumbs>
5394N/A
5394N/A <menu name="OpenDJ">
5394N/A <item name="Welcome" href="/index.html" />
5394N/A <item name="News" href="/news.html" />
5394N/A <item name="FAQ" href="/faq.html" />
6044N/A <item name="Mailing Lists" href="/mail-lists.html" />
5906N/A <item name="Wiki" href="https://wikis.forgerock.org/confluence/display/OPENDJ/Home" />
6616N/A <item name="Join" href="https://sso.forgerock.com/openam/UI/Login" />
5985N/A <item name="Support" href="http://forgerock.com/what-we-offer/subscriptions/" />
5985N/A <item name="Partners" href="http://forgerock.com/partners/" />
6044N/A <item name="Builds" href="http://forgerock.org/opendj.html" />
6044N/A <item name="Archives" href="http://forgerock.org/opendj-archive.html" />
6052N/A <item name="Enterprise Downloads" href="http://www.forgerock.com/download-stack/"/>
5394N/A </menu>
5394N/A
5394N/A <menu name="OpenDJ Directory Server">
5394N/A <item name="About" href="index.html" />
5394N/A </menu>
5394N/A
5394N/A <menu name="OpenDJ LDAP SDK">
5394N/A <item name="About" href="/opendj-ldap-sdk" />
5394N/A <item name="Examples" href="/opendj-ldap-sdk-examples" />
5394N/A <item name="Toolkit" href="/opendj-ldap-toolkit" />
5394N/A </menu>
5394N/A
6892N/A <menu name="OpenDJ Mobile Apps">
6892N/A <item name="Contact Manager (Android)"
6892N/A href="http://commons.forgerock.org/mobile/contact-manager/" />
6892N/A </menu>
6892N/A
5394N/A <menu name="OpenDJ Documentation">
5394N/A <item name="All Formats" href="/docs.html" />
7319N/A <item name="Release Notes" href="/doc/bootstrap/release-notes/index.html" />
7319N/A <item name="Installation Guide" href="/doc/bootstrap/install-guide/index.html" />
7319N/A <item name="Administration Guide" href="/doc/bootstrap/admin-guide/index.html" />
7321N/A <item name="Reference" href="/doc/bootstrap/reference/index.html" />
5443N/A <item name="Config Reference" href="/configref/index.html" />
5443N/A <item name="Plugin Javadoc" href="/javadoc/index.html" />
5394N/A </menu>
5394N/A
5394N/A <menu name="OpenDJ Development">
6616N/A <item name="Join" href="https://sso.forgerock.com/openam/UI/Login" />
5394N/A <item name="Continuous Integration" href="integration.html" />
5394N/A <item name="Maven Repository" href="distribution-management.html" />
5394N/A <item name="Issue Tracking" href="issue-tracking.html" />
5394N/A <item name="License" href="license.html" />
5394N/A <item name="Source Repository" href="source-repository.html" />
5394N/A </menu>
5394N/A </body>
5394N/A
5394N/A <custom>
5394N/A <googleAnalytics>UA-23412190-2</googleAnalytics>
5394N/A <openproject>
5394N/A <href>http://opendj.org/</href>
5394N/A <src>/images/opendj-tagline-179x65.png</src>
5394N/A <alt>OpenDJ</alt>
5394N/A </openproject>
5447N/A <siteSearchFQDN>opendj.forgerock.org</siteSearchFQDN>
5394N/A </custom>
5394N/A</project>