From 0216a70da38c43aac1ac170d130fb98c99dba481 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 30 Mar 2007 18:02:37 +0000
Subject: [PATCH] Fix for issue 1471 (remove version from suggested install directory).

---
 opends/src/quicksetup/org/opends/quicksetup/util/Utils.java |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java b/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
index ca80024..7f07b4f 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -634,9 +634,7 @@
     String userDir = System.getProperty("user.home");
     String firstLocation =
         userDir + File.separator
-            + org.opends.server.util.DynamicConstants.SHORT_NAME + "-"
-            + org.opends.server.util.DynamicConstants.MAJOR_VERSION + "."
-            + org.opends.server.util.DynamicConstants.MINOR_VERSION;
+            + org.opends.server.util.DynamicConstants.SHORT_NAME;
     String serverLocation = firstLocation;
     int i = 1;
     while (fileExists(serverLocation)

--
Gitblit v1.10.0