diff options
Diffstat (limited to 'java/openjdk6/files/icedtea/jaxws.patch')
-rw-r--r-- | java/openjdk6/files/icedtea/jaxws.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/openjdk6/files/icedtea/jaxws.patch b/java/openjdk6/files/icedtea/jaxws.patch new file mode 100644 index 000000000000..b93ba153a0c1 --- /dev/null +++ b/java/openjdk6/files/icedtea/jaxws.patch @@ -0,0 +1,13 @@ +--- jaxws/build.properties.orig 2012-10-26 14:23:24.000000000 -0400 ++++ jaxws/build.properties 2013-04-25 15:06:29.000000000 -0400 +@@ -77,6 +77,10 @@ + # Where patches to drop bundle sources live + patches.dir=patches + ++# Patches to apply ++jaxws_src.patch.list=8003543.patch \ ++ 8005432.patch ++ + # Sanity information + sanity.info= Sanity Settings:${line.separator}\ + ant.home=${ant.home}${line.separator}\ |