From cad7abf78a831586b43f185d4abd5f30265a3058 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 04 Apr 2016 13:38:35 +0000
Subject: [PATCH] Remove the "configClass" tools argument

---
 opendj-server-legacy/tests/installer.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/opendj-server-legacy/tests/installer.xml b/opendj-server-legacy/tests/installer.xml
index 15ef21d..98d8c57 100644
--- a/opendj-server-legacy/tests/installer.xml
+++ b/opendj-server-legacy/tests/installer.xml
@@ -12,6 +12,7 @@
   information: "Portions Copyright [year] [name of copyright owner]".
 
   Copyright 2006-2008 Sun Microsystems, Inc.
+  Portions Copyright 2016 ForgeRock AS.
  ! -->
 
 <project name="opends-tests-installer" basedir="." default="usage">
@@ -105,8 +106,6 @@
         
         <!-- provide the arguments here -->
         <jvmarg value="-Dorg.opends.server.scriptName=configure-ds"/>
-        <arg value="--configClass"/>
-        <arg value="org.opends.server.extensions.ConfigFileHandler"/>
         <arg value="--configFile"/>
         <arg value="${full.install.dir}/config/config.ldif"/>
         <arg line="-p ${port.ldap}"/>

--
Gitblit v1.10.0