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

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