File: 0001-disable-modules-that-do-not-build-yet.patch

package info (click to toggle)
libhibernate3-java 3.5.4.Final-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 56,936 kB
  • ctags: 61,154
  • sloc: java: 323,763; xml: 160,906; perl: 65; sh: 25; makefile: 8
file content (33 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From: Torsten Werner <twerner@debian.org>
Date: Sun, 23 May 2010 12:18:25 +0200
Subject: [PATCH] disable modules that do not build yet

---
 pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8977fc3..2d8a982 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,16 +23,16 @@
         <module>testing</module>
         <module>testsuite</module>
         <module>cache-ehcache</module>
-        <module>cache-jbosscache</module>
+<!--        <module>cache-jbosscache</module> -->
         <module>cache-oscache</module>
         <module>cache-swarmcache</module>
         <module>connection-c3p0</module>
         <module>connection-proxool</module>
         <module>annotations</module>
-        <module>envers</module>
+<!--        <module>envers</module> -->
         <module>jmx</module>
         <module>jdbc3-testing</module>
-        <module>cache-infinispan</module>
+<!--        <module>cache-infinispan</module> -->
 <!--
         <module>tutorials</module>
 -->
--