aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjestin2006-07-24 13:33:15 +0000
committerjestin2006-07-24 13:33:15 +0000
commitf0ca4915ee9eec18d05c60e3cf0248b50fab7310 (patch)
tree94697724e5fffa4aef5eefc3a98db5276f7e5d95 /Makefile
parent0f83d1bab49eb913cc8be048ec7884a9a2e3402e (diff)
downloadivy-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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 59e416c..09f5ee4 100644
--- a/Makefile
+++ b/Makefile
@@ -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 .