[osgi-compendium] 12/16: d/rules: Add osgi-annotations to compile classpath
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Thu Mar 1 09:45:58 UTC 2018
This is an automated email from the git hooks/post-receive script.
seamlik-guest pushed a commit to branch master
in repository osgi-compendium.
commit 6bd96b374082be92cf560f0be7fc3a3527acde96
Author: 殷啟聰 | Kai-Chung Yan <seamlikok at gmail.com>
Date: Tue Feb 27 22:21:03 2018 +0800
d/rules: Add osgi-annotations to compile classpath
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index fa8ead6..27fc922 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
export JAVA_HOME := /usr/lib/jvm/default-java
-export CLASSPATH := /usr/share/java/osgi.core.jar:/usr/share/java/servlet-api-3.1.jar:/usr/share/java/ee.foundation.jar:/usr/share/java/geronimo-jpa_2.0_spec.jar
+export CLASSPATH := /usr/share/java/osgi.core.jar:/usr/share/java/servlet-api-3.1.jar:/usr/share/java/ee.foundation.jar:/usr/share/java/geronimo-jpa_2.0_spec.jar:/usr/share/java/osgi.annotation.jar
MAVEN_REPO := https://repo1.maven.org/maven2/org/osgi/osgi.cmpn
VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -e 's/-[^-]*$$//')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-compendium.git
More information about the pkg-java-commits
mailing list