[libspring-java] 05/18: Switch Spring MVC to Tiles 3 only and drop Tiles 2 support
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon May 30 21:26:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libspring-java.
commit 0247e652f0cfd5a2af3fa0630ea5713f648c751d
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu May 26 23:55:40 2016 +0200
Switch Spring MVC to Tiles 3 only and drop Tiles 2 support
---
debian/changelog | 1 +
debian/control | 4 ++--
debian/rules | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bd9b4cf..fa7b777 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libspring-java (4.1.9-1) UNRELEASED; urgency=medium
- Refreshed the patches
- Updated the Maven poms
- New binary package for the spring-messaging module
+ - Switch Spring MVC to Tiles 3 only and drop Tiles 2 support
-- Emmanuel Bourg <ebourg at apache.org> Sun, 03 Apr 2016 01:12:35 +0200
diff --git a/debian/control b/debian/control
index bfd06c0..b59296a 100644
--- a/debian/control
+++ b/debian/control
@@ -68,7 +68,7 @@ Build-Depends-Indep: bsh,
librome-java,
libservlet3.0-java,
libservlet3.1-java,
- libtiles-java (>= 2.2.2-7~),
+ libtiles-java (>= 3.0),
libtomcat8-java,
libvelocity-tools-java (>= 2.0-3),
libxmlbeans-java,
@@ -203,7 +203,7 @@ Recommends: libapache-poi-java,
libjasperreports-java,
libjexcelapi-java,
libspring-context-support-java (= ${source:Version}),
- libtiles-java (>= 2.2.2-7~),
+ libtiles-java (>= 3.0),
libvelocity-tools-java
Description: modular Java/J2EE application framework - Web Portlet
Spring is a layered Java/J2EE application framework offering a lot of freedom
diff --git a/debian/rules b/debian/rules
index b088e54..15e900f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ MODULES = aop beans context context-support core expression instrument jdbc jms
override_dh_auto_build:
dh_auto_build -- jar -x test -x check \
-x :spring-orm-hibernate4:compileJava \
- -x :spring-webmvc-tiles3:compileJava \
+ -x :spring-webmvc-tiles2:compileJava \
-x :spring-websocket:compileJava
override_dh_auto_clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git
More information about the pkg-java-commits
mailing list