From 23ab7b85e3631cb4c75a6f9277c1d1aa7a7bfbd6 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 14 Jan 2014 22:53:17 +0000
Subject: [PATCH] Move XSLT stylesheets and core XML descriptors to opendj-config-maven-plugin:
---
pom.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index e5c8d96..3ef852d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,13 +92,15 @@
<module>opendj-config-maven-plugin</module>
<module>opendj-core</module>
<module>opendj-grizzly</module>
- <!-- <module>opendj-config</module> -->
+ <module>opendj-config</module>
<module>opendj-ldap-sdk</module>
<module>opendj-ldap-toolkit</module>
<module>opendj-ldap-sdk-examples</module>
<module>opendj-rest2ldap</module>
<module>opendj-rest2ldap-servlet</module>
<module>opendj-server2x-adapter</module>
+ <module>opendj-server</module>
+ <module>opendj-server-example-plugin</module>
</modules>
<properties>
<mavenRepoSnapshots>http://maven.forgerock.org/repo/snapshots</mavenRepoSnapshots>
--
Gitblit v1.10.0