mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-08 22:21:08 +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 //
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue