mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
22.48.2007 4f03d1c6b9b340f55a817b0dcb5b6a1cffdb87a1
opends/src/quicksetup/org/opends/quicksetup/Installation.java
@@ -39,6 +39,7 @@
import java.util.concurrent.ExecutionException;
import org.opends.quicksetup.util.Utils;
import org.opends.server.util.SetupUtils;
/**
 * This class represents the physical state of an OpenDS installation.
@@ -71,7 +72,8 @@
  /**
   * The relative path where all the libraries (jar files) are.
   */
  public static final String LIBRARIES_PATH_RELATIVE = "lib";
  public static final String LIBRARIES_PATH_RELATIVE =
    SetupUtils.LIBRARIES_PATH_RELATIVE;
  /**
   * The relative path where the database files are.