From a97619fb15d0f947696f40981a760d5cec435bd9 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Tue, 27 Apr 2010 14:22:32 +0000
Subject: [PATCH] Fixing build factory to work properly with JDK6u18, MacOS X and NetBeans.

---
 opendj-sdk/opends/build.sh |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opends/build.sh b/opendj-sdk/opends/build.sh
index 24ade94..029a2b6 100755
--- a/opendj-sdk/opends/build.sh
+++ b/opendj-sdk/opends/build.sh
@@ -23,7 +23,7 @@
 # CDDL HEADER END
 #
 #
-#      Copyright 2008-2010 Sun Microsystems, Inc.
+#      Copyright 2008 Sun Microsystems, Inc.
 
 
 # Change to the location of this build script.
@@ -45,9 +45,9 @@
 fi
 
 
-# Make sure that the JUnit and Xalan-J JAR files are in the CLASSPATH so that ant will be
-# able to find them.
-CLASSPATH=`pwd`/ext/junit.jar:`pwd`/ext/xalan-j/xalan.jar:`pwd`/ext/xalan-j/serializer.jar
+# Make sure that the JUnit JAR file is in the CLASSPATH so that ant will be
+# able to find it.
+CLASSPATH=`pwd`/ext/junit.jar
 export CLASSPATH
 
 

--
Gitblit v1.10.0