[glassfish-jaxws] use objectweb-asm3

gil gil at fedoraproject.org
Fri Nov 15 03:12:09 UTC 2013


commit b688a7a186ad1016cdc6bcc5136022e9d60b6762
Author: gil <puntogil at libero.it>
Date:   Fri Nov 15 04:12:27 2013 +0100

    use objectweb-asm3

 glassfish-jaxws.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/glassfish-jaxws.spec b/glassfish-jaxws.spec
index 399f051..e7f1e1d 100644
--- a/glassfish-jaxws.spec
+++ b/glassfish-jaxws.spec
@@ -158,6 +158,9 @@ This package contains javadoc for %{name}-tools.
 %patch4 -p0
 %patch5 -p1
 sed -i "s|objectweb-asm/asm.jar|objectweb-asm3/asm.jar|" etc/build-bundle.xml rt/build.xml
+sed -i "s|jboss-servlet-3.0-api.jar|jboss-servlet-3.0-api/jboss-servlet-3.0-api.jar|" \
+ etc/build-bundle.xml httpspi-servlet/build.xml rt/build.xml servlet/build.xml
+
 %patch6 -p1
 %patch7 -p0
 %patch8 -p1
@@ -165,7 +168,7 @@ sed -i "s|@VERSION@|%{version}|" etc/poms/*.pom
 sed -i "s|@VERSION@|%{version}|" etc/poms/jaxws-rt.pom
 %patch9 -p1
 %patch10 -p0
-sed -i "s|<version>3.3.1</version>|<version>3</version>|" transports/*/*.pom
+sed -i "s|<version>3.3.1</version>|<version>3</version>|" etc/poms/jaxws-rt.pom
 
 for d in CDDL+GPLv2.html CDDL+GPLv2.txt CDDL-1.0-license.txt LICENSE.txt README ; do
   iconv -f iso8859-1 -t utf-8 $d > $d.conv && mv -f $d.conv $d


More information about the scm-commits mailing list