[hibernate] fix jandex1.2.2

gil gil at fedoraproject.org
Thu Feb 5 14:03:19 UTC 2015


commit 1394fab2d5893a245223e9a43e2671951d68e481
Author: gil <puntogil at libero.it>
Date:   Thu Feb 5 15:02:59 2015 +0100

    fix jandex1.2.2

 hibernate.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/hibernate.spec b/hibernate.spec
index a39cacc..c4701ea 100644
--- a/hibernate.spec
+++ b/hibernate.spec
@@ -388,6 +388,9 @@ for f in $(grep -e 'Pedersen\|Lichtmaier\|Chanfreau\|Benke\|Carlos\|CREATE\ SCHE
   native2ascii -encoding UTF8 ${f} ${f}
 done
 
+sed -i.jandex1.2.2 "s|classDotName, superName, access_flag, interfaces, map|classDotName, superName, access_flag, interfaces, map, true|" \
+ hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/IndexBuilder.java
+
 %build
 # Disabled beacuse of cyclic dep between core and testing modules
 %mvn_build -s -f -- -Dproject.build.sourceEncoding=UTF-8


More information about the scm-commits mailing list