From 0aa52784ef40ea92491ddd8785a2e2b97ade643f Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 15 Mar 2007 11:11:16 +0000
Subject: [PATCH] Fix for issue 1376.
---
opends/resource/uninstall | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/opends/resource/uninstall b/opends/resource/uninstall
index 014d0e8..898d14d 100644
--- a/opends/resource/uninstall
+++ b/opends/resource/uninstall
@@ -115,9 +115,6 @@
fi
fi
-# Configure the appropriate CLASSPATH to run uninstall.
-CLASSPATH=${INSTANCE_ROOT}/lib/quicksetup.jar:${INSTANCE_ROOT}/lib/OpenDS.jar
-export CLASSPATH
# Launch the uninstall process.
"${JAVA_BIN}" org.opends.quicksetup.uninstaller.UninstallLauncher "${@}"
--
Gitblit v1.10.0