Blame SOURCES/glassfish-jaxb-dont-bundle-other-jars.patch

4419f2
From a954f6d671b5c3f334a80e803db77362500c1e48 Mon Sep 17 00:00:00 2001
4419f2
From: Juan Hernandez <juan.hernandez@redhat.com>
4419f2
Date: Sat, 10 Mar 2012 17:20:13 +0100
4419f2
Subject: [PATCH 4/5] Don't bundle other jars
4419f2
4419f2
---
4419f2
 build.xml |    7 -------
4419f2
 1 files changed, 0 insertions(+), 7 deletions(-)
4419f2
4419f2
diff --git a/build.xml b/build.xml
4419f2
index 12631a1..4dda9ef 100644
4419f2
--- a/build.xml
4419f2
+++ b/build.xml
4419f2
@@ -830,7 +830,6 @@
4419f2
                       <fileset dir="${runtime-fi.classes}"/>
4419f2
                       <fileset dir="${runtime-staxex.classes}"/>
4419f2
                       <fileset dir="${runtime.src}" includes="META-INF/**/*" />
4419f2
-                      <zipgroupfileset dir="${jaxb.libs.runtime2}" includes="*.jar" />
4419f2
                   </jar>
4419f2
               </sequential>
4419f2
 
4419f2
@@ -854,19 +853,13 @@ Class-Path: ${manifest.classpath}
4419f2
                     <mapper type="glob" from="*.java" to="*.java_" />
4419f2
                   </copy>
4419f2
 
4419f2
-                  <mkdir dir="${jaxb.root}/build/jaxb-xjc-rejar"/>
4419f2
-                  <unzip dest="${jaxb.root}/build/jaxb-xjc-rejar">
4419f2
-                    <fileset dir="${jaxb.libs.compiler}" includes="*.jar" />
4419f2
-                  </unzip>
4419f2
                   
4419f2
                        manifest="${xjc.root}/manifest.xjc"
4419f2
                        duplicate="fail">
4419f2
                       
4419f2
-                      <fileset dir="${jaxb.root}/build/jaxb-xjc-rejar"/>
4419f2
                       <fileset dir="${xjc.classes}"/>
4419f2
                       <metainf dir="${xjc.src}/META-INF" />
4419f2
                   </jar>
4419f2
-                  <delete dir="${jaxb.root}/build/jaxb-xjc-rejar"/>
4419f2
               </sequential>
4419f2
 
4419f2
               
4419f2
-- 
4419f2
1.7.9
4419f2