From 0b925e1446910f63db6589a469c0cf9d3482bc0f Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sat, 14 Oct 2006 00:50:40 +0000
Subject: [PATCH] Move the ConfigFileHandler from the config package to the extensions package. This is more in-line with the rest of the code conventions that we use, and it makes it easier to include the config package in what we consider to be our public API.

---
 opends/resource/bin/configure-ds.bat |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/resource/bin/configure-ds.bat b/opends/resource/bin/configure-ds.bat
index 764631b..b26808c 100755
--- a/opends/resource/bin/configure-ds.bat
+++ b/opends/resource/bin/configure-ds.bat
@@ -49,7 +49,7 @@
 
 cd %DIR_HOME%
 
-%JAVA_BIN% %JAVA_ARGS% -classpath "%CLASSPATH%" org.opends.server.tools.ConfigureDS --configClass org.opends.server.config.ConfigFileHandler --configFile "%DIR_HOME%\config\config.ldif" %*
+%JAVA_BIN% %JAVA_ARGS% -classpath "%CLASSPATH%" org.opends.server.tools.ConfigureDS --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%DIR_HOME%\config\config.ldif" %*
 
 
 :end

--
Gitblit v1.10.0