diff options
author | jestin | 2006-08-03 15:54:23 +0000 |
---|---|---|
committer | jestin | 2006-08-03 15:54:23 +0000 |
commit | 00d407a82a4f54407ca5d2201d3ec91054c014a9 (patch) | |
tree | 18b63d4896a57485464f3f20a7c454c34428980c /tests | |
parent | e42b592ab0adaa548d30073393a9319b96bceb71 (diff) | |
download | ivy-java-00d407a82a4f54407ca5d2201d3ec91054c014a9.zip ivy-java-00d407a82a4f54407ca5d2201d3ec91054c014a9.tar.gz ivy-java-00d407a82a4f54407ca5d2201d3ec91054c014a9.tar.bz2 ivy-java-00d407a82a4f54407ca5d2201d3ec91054c014a9.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index 4a3c4eb..9801c09 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,8 +3,8 @@ # you'll have to play with the network settings to make it run include ../java.mk # in this file you can change your java compiler and VM -IVYPATH=../lib/ivy-java.jar -CLASSPATH=-classpath classes:$(IVYPATH) +IVYPATH=../ivy-1.2.12.jar +CLASSPATH=-classpath classes:$(IVYPATH):$(GNUPATH) SRC = *.java # Warning TestNetSwing.java cant build with jdk1.1 |