File: disable-jruby-bindings.patch

package info (click to toggle)
stapler 1.182-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,304 kB
  • sloc: ruby: 25,680; java: 11,273; xml: 693; jsp: 61; makefile: 8; sh: 6
file content (16 lines) | stat: -rw-r--r-- 533 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable jruby binding until upgraded in Debian
Author: James Page <james.page@ubuntu.com>
Forwarded: not-needed

Index: stapler/pom.xml
===================================================================
--- stapler.orig/pom.xml	2012-04-26 10:12:32.676641127 +0100
+++ stapler/pom.xml	2012-04-26 10:12:48.995712215 +0100
@@ -13,7 +13,6 @@
     <module>core</module>
     <module>jsp</module>
     <module>jelly</module>
-    <module>jruby</module>
     <module>groovy</module>
     <module>jrebel</module>
   </modules>