Add junit to classpath.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2000 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Bill Lynch 2003-08-02 17:32:23 +00:00 committed by blynch
parent cab7bec93c
commit 43ab5f8bd5
3 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ if [ "$JAVA_HOME" != "" ] ; then
# //----------------------------------------------------------------------//
# // Create Ant's classpath //
# //----------------------------------------------------------------------//
CP=$JAVA_HOME/lib/tools.jar:./ant.jar
CP=$JAVA_HOME/lib/tools.jar:./ant.jar:./junit.jar
# //----------------------------------------------------------------------//
# // Run ant //

View File

@ -23,7 +23,7 @@ rem //------------------------------------------------------------------------//
rem // Make the correct classpath (should include the java jars and the
rem // Ant jars)
rem //------------------------------------------------------------------------//
SET CP=%JAVA_HOME%\lib\tools.jar;.\ant.jar
SET CP=%JAVA_HOME%\lib\tools.jar;.\ant.jar;.\junit.jar
rem //------------------------------------------------------------------------//
rem // Run Ant

BIN
build/junit.jar Normal file

Binary file not shown.