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

package info (click to toggle)
libhibernate3-java 3.6.9.Final-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 34,964 kB
file content (31 lines) | stat: -rw-r--r-- 1,111 bytes parent folder | download | duplicates (2)
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
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/project/pom.xml b/project/pom.xml
index 8977fc3..2d8a982 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -28,14 +28,14 @@
         <module>hibernate-testing</module>
         <module>hibernate-testsuite</module>
         <module>hibernate-ehcache</module>
-        <module>hibernate-jbosscache</module>
+<!--        <module>hibernate-jbosscache</module> -->
         <module>hibernate-oscache</module>
         <module>hibernate-swarmcache</module>
         <module>hibernate-c3p0</module>
         <module>hibernate-proxool</module>
-        <module>hibernate-envers</module>
+<!--        <module>hibernate-envers</module> -->
         <module>hibernate-jdbc3-testing</module>
-        <module>hibernate-infinispan</module>
+<!--        <module>hibernate-infinispan</module> -->
 <!--
     Need to scope bytecode providers first...
         <module>bytecode-cglib</module>
---