From 55f494ea3961da52386a3a47f8cd07c6cb4fe1cb Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Wed, 21 Oct 2015 16:05:43 +0000
Subject: [PATCH] OPENDJ-2226 Code cleanup
---
opendj-rest2ldap/pom.xml | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/opendj-rest2ldap/pom.xml b/opendj-rest2ldap/pom.xml
index 06605ec..160f5c7 100644
--- a/opendj-rest2ldap/pom.xml
+++ b/opendj-rest2ldap/pom.xml
@@ -56,25 +56,6 @@
</dependencies>
<build>
<plugins>
- <!--
- <plugin>
- <groupId>org.forgerock.commons</groupId>
- <artifactId>i18n-maven-plugin</artifactId>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate-messages</goal>
- </goals>
- <configuration>
- <messageFiles>
- <messageFile>com/forgerock/opendj/sync/sync.properties</messageFile>
- </messageFiles>
- </configuration>
- </execution>
- </executions>
- </plugin>
- -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
--
Gitblit v1.10.0