Blame SOURCES/glassfish-jaxb-dont-use-prebuilt-javadocs.patch

4419f2
From 463def43292b22ba9137b79fe98a96fe545725ed Mon Sep 17 00:00:00 2001
4419f2
From: Juan Hernandez <juan.hernandez@redhat.com>
4419f2
Date: Sat, 10 Mar 2012 18:04:19 +0100
4419f2
Subject: [PATCH 6/7] Don't use prebuilt javadocs
4419f2
4419f2
---
4419f2
 build.xml |    3 ---
4419f2
 1 files changed, 0 insertions(+), 3 deletions(-)
4419f2
4419f2
diff --git a/build.xml b/build.xml
4419f2
index a0759eb..7b18a8e 100644
4419f2
--- a/build.xml
4419f2
+++ b/build.xml
4419f2
@@ -880,9 +880,6 @@
4419f2
 
4419f2
         </parallel>
4419f2
 
4419f2
-        <unzip src="${jaxb.libs.redist}/jaxb-api-doc.zip" dest="${jaxb.dist}/docs/api"/>
4419f2
-        <antcall target="docs" />
4419f2
-
4419f2
         <antcall target="process-sample.notinwspack"/>
4419f2
         
4419f2
         <mkdir dir="${jaxb.dist}/samples"/>
4419f2
-- 
4419f2
1.7.9
4419f2