[SCM] Guice: lightweight dependency injection framework for Java 5 and above branch, thkoch_bug685871_enable_servlet_extension, updated. debian/3.0-2-2-g6db45eb
Thomas Koch
thomas at koch.ro
Tue Oct 16 19:38:41 UTC 2012
The following commit has been merged in the thkoch_bug685871_enable_servlet_extension branch:
commit 6db45eb6fc910fdd66d24b371f2856222b91a25a
Author: Thomas Koch <thomas at koch.ro>
Date: Tue Oct 16 21:27:24 2012 +0200
mh_installpoms for extensions
diff --git a/debian/rules b/debian/rules
index e80b766..352452e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ override_dh_auto_install:
mh_installpoms -plibguice-java --set-version=$(VERSION)
# install assistedinject extension
for EXTENSION in $(EXTENSIONS); do \
+ mh_installpoms -plibguice-$$EXTENSION-java --set-version=$(VERSION) ; \
mh_installjar -plibguice-$$EXTENSION-java --set-version=$(VERSION) -l -v \
extensions/$$EXTENSION/pom.xml \
extensions/$$EXTENSION/build/guice-$$EXTENSION-$(VERSION).jar; \
--
Guice: lightweight dependency injection framework for Java 5 and above
More information about the pkg-java-commits
mailing list