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

matthew_swift
14.28.2010 5c8b1a901b4bc737a7e9d7ab1df42c6f1bbe3983
opends/build.sh
@@ -23,7 +23,7 @@
# CDDL HEADER END
#
#
#      Copyright 2008 Sun Microsystems, Inc.
#      Copyright 2008-2010 Sun Microsystems, Inc.
# Change to the location of this build script.
@@ -45,9 +45,9 @@
fi
# 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
# 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
export CLASSPATH