From 6d0403ded49a58d3198a2162234161daa3cf6116 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 24 Feb 2016 22:31:36 +0000
Subject: [PATCH] OPENDJ-2333 - remove unused i18n messages

---
 opendj-config/pom.xml |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/opendj-config/pom.xml b/opendj-config/pom.xml
index 7d67bec..d927a6d 100644
--- a/opendj-config/pom.xml
+++ b/opendj-config/pom.xml
@@ -12,7 +12,7 @@
   Header, with the fields enclosed by brackets [] replaced by your own identifying
   information: "Portions Copyright [year] [name of copyright owner]".
 
-  Copyright 2013-2015 ForgeRock AS.
+  Copyright 2013-2016 ForgeRock AS.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
@@ -124,10 +124,7 @@
             </goals>
             <configuration>
               <messageFiles>
-                <messageFile>com/forgerock/opendj/ldap/config/admin.properties</messageFile>
                 <messageFile>com/forgerock/opendj/ldap/config/config.properties</messageFile>
-                <messageFile>com/forgerock/opendj/ldap/config/extension.properties</messageFile>
-                <messageFile>com/forgerock/opendj/ldap/config/protocol.properties</messageFile>
                 <messageFile>com/forgerock/opendj/dsconfig/dsconfig.properties</messageFile>
               </messageFiles>
             </configuration>

--
Gitblit v1.10.0