diff options
author | jestin | 2006-07-24 13:33:15 +0000 |
---|---|---|
committer | jestin | 2006-07-24 13:33:15 +0000 |
commit | f0ca4915ee9eec18d05c60e3cf0248b50fab7310 (patch) | |
tree | 94697724e5fffa4aef5eefc3a98db5276f7e5d95 /Makefile | |
parent | 0f83d1bab49eb913cc8be048ec7884a9a2e3402e (diff) | |
download | ivy-java-f0ca4915ee9eec18d05c60e3cf0248b50fab7310.zip ivy-java-f0ca4915ee9eec18d05c60e3cf0248b50fab7310.tar.gz ivy-java-f0ca4915ee9eec18d05c60e3cf0248b50fab7310.tar.bz2 ivy-java-f0ca4915ee9eec18d05c60e3cf0248b50fab7310.tar.xz |
adding ping and pong
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ include java.mk # Be sure to set this before compiling ... - VERSION = 1.2.11 + VERSION = 1.2.12 DIST = ivy-$(VERSION).jar DOCS = doc/html/api #dist = woody/ @@ -27,7 +27,7 @@ tests: dist: class (cd src && $(JAR) cvfm ../$(DIST) ../manifest fr/dgac/ivy/*.class fr/dgac/ivy/tools/*.class ) -jar: class +#jar: class #ln -sf src/fr . #ln -sf bundle/${dist}gnu . #ln -sf bundle/${dist}org . |