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 e30d29d0fee8e694b82ed031ae6b81d19ef2c4f9
Author: Emmanuel Bourg <[email protected]>
Date:   Sun Apr 3 00:36:33 2016 +0200

    Ignore the new websocket and messaging modules
---
 debian/changelog | 1 +
 debian/rules     | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 18bace2..d071d5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libspring-java (4.0.9-1) UNRELEASED; urgency=medium
     - Added a patch fixing the compatibility with velocity-tools 2.0
     - Added a patch to ignore the asciidoctor plugin
     - Added a patch to stop failing the build on compilation warnings
+    - Ignore the new websocket and messaging modules
   * Standards-Version updated to 3.9.7 (no changes)
   * Use secure Vcs-* URLs
 
diff --git a/debian/rules b/debian/rules
index 2846ee5..e173808 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,10 +9,10 @@ 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-messaging:compileJava \
                         -x :spring-orm-hibernate4:compileJava \
-                        -x :spring-struts:compileJava \
-                        -x :spring-test-mvc:compileJava \
-                        -x :spring-webmvc-tiles3:compileJava
+                        -x :spring-webmvc-tiles3:compileJava \
+                        -x :spring-websocket:compileJava
 
 override_dh_auto_clean:
        dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libspring-java.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to