/hg/icedtea-web: Support Gentoo install location for JUnit 4.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Apr 14 13:41:37 PDT 2011


changeset b4db997469a2 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=b4db997469a2
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Apr 14 21:41:32 2011 +0100

	Support Gentoo install location for JUnit 4.

	2010-04-11 Andrew John Hughes <ahughes at redhat.com>

	 * configure.ac: Check Gentoo install location for
	JUnit 4.


diffstat:

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

diffs (24 lines):

diff -r be45d9461f8d -r b4db997469a2 ChangeLog
--- a/ChangeLog	Thu Apr 14 16:26:32 2011 -0400
+++ b/ChangeLog	Thu Apr 14 21:41:32 2011 +0100
@@ -1,3 +1,8 @@
+2010-04-11  Andrew John Hughes  <ahughes at redhat.com>
+
+	* configure.ac:
+	Check Gentoo install location for JUnit 4.
+
 2011-04-13  Deepak Bhole <dbhole at redhat.com>
 
 	* plugin/icedteanp/java/sun/applet/PluginAppletViewer.java (createPanel):
diff -r be45d9461f8d -r b4db997469a2 configure.ac
--- a/configure.ac	Thu Apr 14 16:26:32 2011 -0400
+++ b/configure.ac	Thu Apr 14 21:41:32 2011 +0100
@@ -86,7 +86,7 @@
 IT_FIND_OPTIONAL_JAR([rhino], RHINO,
     [/usr/share/java/js.jar /usr/share/rhino-1.6/lib/js.jar])
 IT_FIND_OPTIONAL_JAR([junit], JUNIT,
-    [/usr/share/java/junit4.jar])
+    [/usr/share/java/junit4.jar /usr/share/junit-4/lib/junit.jar])
 
 AC_CONFIG_FILES([jrunscript], [chmod u+x jrunscript])
 AC_CONFIG_FILES([build.properties])



More information about the distro-pkg-dev mailing list