From 7926b4fde36b76848d123186eeea60a075984c44 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 11 Dec 2006 03:15:28 +0000
Subject: [PATCH] Update the Java Web Start, GUI, and CLI setup modes to write a shell script or batch file that can be used to set JAVA_HOME.  Update all of the tools and administrative scripts provided with OpenDS so that they will use this to set JAVA_HOME unless it's already set in the user's environment.

---
 opends/build.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/build.xml b/opends/build.xml
index ada4174..10c2524 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -319,7 +319,7 @@
     </copy>
     <copy todir="${quicksetup.classes.dir}">
       <fileset dir="${classes.dir}"
-               includes="**/DynamicConstants.class **/CreateTemplate.class" />
+               includes="**/DynamicConstants.class **/SetupUtils.class" />
     </copy>
   </target>
 
@@ -395,7 +395,7 @@
 
     <copy todir="${quicksetup.classes.dir}">
         <fileset dir="${classes.dir}"
-            includes="**/DynamicConstants.class **/CreateTemplate.class"/>
+            includes="**/DynamicConstants.class **/SetupUtils.class"/>
     </copy>
 
     <!-- Generate the quicksetup.jar file -->

--
Gitblit v1.10.0