[bnd] 20/32: New d/bnd.links & fix d/bnd.sh: Workaround the upstream change of artifact names
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Sat Mar 10 07:27:33 GMT 2018
This is an automated email from the git hooks/post-receive script.
seamlik-guest pushed a commit to branch master
in repository bnd.
commit 7cc746a3303da2d9f54d24ea029e3016157aa560
Author: 殷啟聰 | Kai-Chung Yan <seamlikok at gmail.com>
Date: Sat Mar 3 14:37:56 2018 +0800
New d/bnd.links & fix d/bnd.sh: Workaround the upstream change of artifact names
---
debian/bnd.links | 7 +++++++
debian/bnd.sh | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/bnd.links b/debian/bnd.links
new file mode 100644
index 0000000..3c86ca1
--- /dev/null
+++ b/debian/bnd.links
@@ -0,0 +1,7 @@
+# Transitioning from 2.x to 3.x
+
+usr/share/java/biz.aQute.bnd.annotation.jar usr/share/java/bnd.annotation.jar
+usr/share/java/biz.aQute.bnd.jar usr/share/java/bnd.jar
+usr/share/java/biz.aQute.bndlib.jar usr/share/java/bndlib.jar
+usr/share/java/biz.aQute.junit.jar usr/share/java/bnd.junit.jar
+usr/share/java/biz.aQute.launcher.jar usr/share/java/bndlib.launcher.jar
\ No newline at end of file
diff --git a/debian/bnd.sh b/debian/bnd.sh
old mode 100644
new mode 100755
index 874fe61..9cf1f02
--- a/debian/bnd.sh
+++ b/debian/bnd.sh
@@ -6,7 +6,7 @@
find_java_runtime java8
# Define our classpath
-find_jars bnd
+find_jars biz.aQute.bnd
# Run bnd
run_java aQute.bnd.main.bnd $extra_args "$@"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bnd.git
More information about the pkg-java-commits
mailing list