Blame SOURCES/glassfish-jaxb-dont-generate-jing-rnc-driver.patch

4419f2
From 2fad64699dd922ae6c78575b4b32f621461544a5 Mon Sep 17 00:00:00 2001
4419f2
From: Juan Hernandez <juan.hernandez@redhat.com>
4419f2
Date: Sat, 10 Mar 2012 17:16:56 +0100
4419f2
Subject: [PATCH 3/5] Don't generate Jing RNC driver
4419f2
4419f2
---
4419f2
 tools/build.xml |    2 --
4419f2
 1 files changed, 0 insertions(+), 2 deletions(-)
4419f2
4419f2
diff --git a/tools/build.xml b/tools/build.xml
4419f2
index d304db4..0723987 100644
4419f2
--- a/tools/build.xml
4419f2
+++ b/tools/build.xml
4419f2
@@ -53,14 +53,12 @@
4419f2
     
4419f2
             description="build tools and deploy them into necessary locations">
4419f2
         <ant dir="${jaxb.root}/tools/pretty-printer" />
4419f2
-        <ant dir="${jaxb.root}/tools/jing-rnc-driver"/>
4419f2
     </target>
4419f2
     
4419f2
     <target name="clean">
4419f2
         <ant dir="${jaxb.root}/tools/source-tidy"          target="clean"/>
4419f2
         <ant dir="${jaxb.root}/tools/webapp-commons"       target="clean"/>
4419f2
         <ant dir="${jaxb.root}/tools/pretty-printer"       target="clean"/>
4419f2
-        <ant dir="${jaxb.root}/tools/jing-rnc-driver"      target="clean"/>
4419f2
         <ant dir="${jaxb.root}/tools/xmllint"              target="clean"/>
4419f2
     </target>
4419f2
 </project>
4419f2
-- 
4419f2
1.7.9
4419f2