From 080720af6c7ef9f2c16417d8dbdd1c343b2ddcd9 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 09 Jan 2014 00:13:14 +0000
Subject: [PATCH] Reorganize opendj-config packaging, removing all references to opends and renaming admin to config

---
 opendj-sdk/opendj-config/src/main/resources/stylesheets/admin.xsd |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opendj-sdk/opendj-config/src/main/resources/stylesheets/admin.xsd b/opendj-sdk/opendj-config/src/main/resources/stylesheets/admin.xsd
index a0c813b..c764442 100644
--- a/opendj-sdk/opendj-config/src/main/resources/stylesheets/admin.xsd
+++ b/opendj-sdk/opendj-config/src/main/resources/stylesheets/admin.xsd
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<xsd:schema targetNamespace="http://www.opends.org/admin"
+<xsd:schema targetNamespace="http://opendj.forgerock.org/admin"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   elementFormDefault="qualified"
-  xmlns:tns="http://www.opends.org/admin">
-  <xsd:import namespace="http://www.opends.org/admin-ldap"
+  xmlns:tns="http://opendj.forgerock.org/admin">
+  <xsd:import namespace="http://opendj.forgerock.org/admin-ldap"
     schemaLocation="admin-ldap.xsd" />
-  <xsd:import namespace="http://www.opends.org/admin-cli"
+  <xsd:import namespace="http://opendj.forgerock.org/admin-cli"
     schemaLocation="admin-cli.xsd" />
-  <xsd:import namespace="http://www.opends.org/admin-preprocessor"
+  <xsd:import namespace="http://opendj.forgerock.org/admin-preprocessor"
     schemaLocation="admin-preprocessor.xsd" />
   <xsd:annotation>
     <xsd:documentation>
@@ -1933,11 +1933,11 @@
             </xsd:annotation>
           </xsd:attribute>
           <xsd:attribute name="package" type="tns:package-type"
-            fixed="org.forgerock.opendj.admin">
+            fixed="org.forgerock.opendj.server.config">
             <xsd:annotation>
               <xsd:documentation>
                 The package containing this root managed object, which
-                is always "org.forgerock.opendj.admin".
+                is always "org.forgerock.opendj.server.config".
               </xsd:documentation>
             </xsd:annotation>
           </xsd:attribute>

--
Gitblit v1.10.0