/hg/icedtea-web: Fixed set of paths to asm

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Wed Jan 16 07:49:34 PST 2013


changeset 8fe3531e1769 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=8fe3531e1769
author: Jiri Vanek <jvanek at redhat.com>
date: Wed Jan 16 16:50:13 2013 +0100

	Fixed set of paths to asm

	* configure.ac: (IT_FIND_OPTIONAL_JAR([asm], ASM,) path enhanced by
	objectweb-asm4/asm-all.jar.


diffstat:

 ChangeLog    |  6 ++++++
 configure.ac |  2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r e647159f95a4 -r 8fe3531e1769 ChangeLog
--- a/ChangeLog	Tue Jan 15 15:50:06 2013 -0500
+++ b/ChangeLog	Wed Jan 16 16:50:13 2013 +0100
@@ -1,3 +1,9 @@
+2013-01-16  Jiri Vanek  <jvanek at redhat.com>
+
+	Fixed set of paths to asm
+	* configure.ac: (IT_FIND_OPTIONAL_JAR([asm], ASM,) path enhanced by
+	objectweb-asm4/asm-all.jar. 
+
 2013-01-15  Adam Domurad  <adomurad at redhat.com>
 
 	Unit test for PluginAppletSecurityContext#toObjectIDString. Make 
diff -r e647159f95a4 -r 8fe3531e1769 configure.ac
--- a/configure.ac	Tue Jan 15 15:50:06 2013 -0500
+++ b/configure.ac	Wed Jan 16 16:50:13 2013 +0100
@@ -109,7 +109,7 @@
 IT_FIND_OPTIONAL_JAR([jacoco], JACOCO,
     [/usr/share/java/jacoco/org.jacoco.core.jar])
 IT_FIND_OPTIONAL_JAR([asm], ASM,
-    [/usr/share/java/objectweb-asm4/asm-all-4.0.jar /usr/share/java/objectweb-asm/asm-all.jar])
+    [/usr/share/java/objectweb-asm4/asm-all.jar /usr/share/java/objectweb-asm4/asm-all-4.0.jar /usr/share/java/objectweb-asm/asm-all.jar])
 
 AC_CONFIG_FILES([jrunscript], [chmod u+x jrunscript])
 AC_CONFIG_FILES([build.properties])



More information about the distro-pkg-dev mailing list