From 8feee36de8e6042f928439b06a03d50018423afe Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 17 Aug 2007 00:53:26 +0000
Subject: [PATCH] The following modifications have the following goals:
---
opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromFile.java | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromFile.java b/opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromFile.java
index 41c4b3f..4399a16 100644
--- a/opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromFile.java
+++ b/opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromFile.java
@@ -113,8 +113,7 @@
LDIFReader reader = null;
try
{
- Installation installation =
- new Installation(Utils.getInstallPathFromClasspath());
+ Installation installation = Installation.getLocal();
LDIFImportConfig c = new LDIFImportConfig(
Utils.getPath(installation.getCurrentConfigurationFile()));
reader = new LDIFReader(c);
--
Gitblit v1.10.0