Blame SOURCES/glassfish-jaxb-remove-classpath-from-manifests.patch

558672
From 1bcc5546d6100f1cc41f6e1cb9be113ce967d737 Mon Sep 17 00:00:00 2001
558672
From: Juan Hernandez <juan.hernandez@redhat.com>
558672
Date: Sat, 10 Mar 2012 17:24:00 +0100
558672
Subject: [PATCH 5/5] Remove classpath from manifests
558672
558672
---
558672
 build.xml |    4 ----
558672
 1 files changed, 0 insertions(+), 4 deletions(-)
558672
558672
diff --git a/build.xml b/build.xml
558672
index 4dda9ef..a0759eb 100644
558672
--- a/build.xml
558672
+++ b/build.xml
558672
@@ -820,9 +820,6 @@
558672
               
558672
               <sequential>
558672
                   <createManifest file="${runtime.root}/build/manifest.rt" extensionName="com.sun.xml.bind" />
558672
-                  <manifest mode="update" file="${runtime.root}/build/manifest.rt">
558672
-                    <attribute name="Class-Path" value="jaxb-api.jar activation.jar jsr173_1.0_api.jar jaxb1-impl.jar" /> 
558672
-                  </manifest>
558672
                   
558672
                        manifest="${runtime.root}/build/manifest.rt"
558672
                        duplicate="fail">
558672
@@ -845,7 +842,6 @@
558672
                   <property name="manifest.classpath" value="jaxb-api.jar jaxb-impl.jar jsr173_1.0_api.jar activation.jar" />
558672
                   
558672
 >Main-Class: com.sun.tools.xjc.XJCFacade
558672
-Class-Path: ${manifest.classpath}
558672
 
558672
 </echo>
558672
                   <copy todir="${xjc.classes}">
558672
-- 
558672
1.7.9
558672