mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
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:
parent
cab7bec93c
commit
43ab5f8bd5
3 changed files with 2 additions and 2 deletions
|
@ -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 //
|
||||
|
|
|
@ -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
BIN
build/junit.jar
Normal file
Binary file not shown.
Loading…
Reference in a new issue