mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 20:22:05 +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 //
|
# // Create Ant's classpath //
|
||||||
# //----------------------------------------------------------------------//
|
# //----------------------------------------------------------------------//
|
||||||
CP=$JAVA_HOME/lib/tools.jar:./ant.jar
|
CP=$JAVA_HOME/lib/tools.jar:./ant.jar:./junit.jar
|
||||||
|
|
||||||
# //----------------------------------------------------------------------//
|
# //----------------------------------------------------------------------//
|
||||||
# // Run ant //
|
# // Run ant //
|
||||||
|
|
|
@ -23,7 +23,7 @@ rem //------------------------------------------------------------------------//
|
||||||
rem // Make the correct classpath (should include the java jars and the
|
rem // Make the correct classpath (should include the java jars and the
|
||||||
rem // Ant jars)
|
rem // Ant jars)
|
||||||
rem //------------------------------------------------------------------------//
|
rem //------------------------------------------------------------------------//
|
||||||
SET CP=%JAVA_HOME%\lib\tools.jar;.\ant.jar
|
SET CP=%JAVA_HOME%\lib\tools.jar;.\ant.jar;.\junit.jar
|
||||||
|
|
||||||
rem //------------------------------------------------------------------------//
|
rem //------------------------------------------------------------------------//
|
||||||
rem // Run Ant
|
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