[lombok] 05/05: switch build to use ivyplusplus instead of plain ivy
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Tue Dec 29 22:08:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
eighthave pushed a commit to branch master
in repository lombok.
commit 0b6655f158b4400d272d3423611a537750f2c778
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Tue Dec 29 10:28:58 2015 +0100
switch build to use ivyplusplus instead of plain ivy
---
debian/control | 1 +
debian/rules | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index d050172..ac2fb10 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: ant,
eclipse-jdt,
eclipse-platform-data,
ivy,
+ ivyplusplus,
libasm3-java,
libjna-java,
libspi-java
diff --git a/debian/rules b/debian/rules
index 80eba46..993ca8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,11 +9,11 @@ export JAVA_HOME=/usr/lib/jvm/default-java
override_dh_auto_clean:
dh_auto_clean
- ant -buildfile debian/build.xml -Dbasedir=`pwd` clean
+ ant -lib /usr/share/java/ivyplusplus.jar clean
override_dh_auto_build:
echo lombok.version=$(DEB_VERSION_UPSTREAM) > debian/lombok.version.properties
- ant -buildfile debian/build.xml -Dbasedir=`pwd` dist
+ ant -lib /usr/share/java/ivyplusplus.jar dist dist-utils
newtarball = new$(DEB_VERSION_UPSTREAM).tar.gz
get-orig-source:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok.git
More information about the pkg-java-commits
mailing list