/hg/icedtea-web: Fix whitelisting to use src dir instead of buil...

ddadacha at icedtea.classpath.org ddadacha at icedtea.classpath.org
Fri May 25 07:35:06 PDT 2012


changeset 9d422db340b8 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=9d422db340b8
author: Danesh Dadachanji <ddadacha at redhat.com>
date: Fri May 25 10:34:24 2012 -0400

	Fix whitelisting to use src dir instead of build dir.


diffstat:

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

diffs (25 lines):

diff -r 2c84a314c411 -r 9d422db340b8 ChangeLog
--- a/ChangeLog	Thu May 24 15:37:30 2012 -0400
+++ b/ChangeLog	Fri May 25 10:34:24 2012 -0400
@@ -1,3 +1,9 @@
+2012-05-24  Danesh Dadachanji <ddadacha at redhat.com>
+
+	Fix use of src dir instead of build dir when whitelisting.
+	* Makefile.am (REPRODUCERS_CLASS_WHITELIST): Use abs_top_srcdir
+	instead of abs_top_builddir.
+
 2012-05-23  Martin Olsson <martin at minimum.se>
 
 	* plugin/icedteanp/IcedTeaPluginUtils.cc:
diff -r 2c84a314c411 -r 9d422db340b8 Makefile.am
--- a/Makefile.am	Thu May 24 15:37:30 2012 -0400
+++ b/Makefile.am	Fri May 25 10:34:24 2012 -0400
@@ -32,7 +32,7 @@
 JUNIT_RUNNER_JAR=$(abs_top_builddir)/junit-runner.jar
 UNIT_CLASS_NAMES = $(abs_top_builddir)/unit_class_names
 REPRODUCERS_CLASS_NAMES = $(abs_top_builddir)/reproducers_class_names
-REPRODUCERS_CLASS_WHITELIST = $(abs_top_builddir)/netx-dist-tests-whitelist
+REPRODUCERS_CLASS_WHITELIST = $(abs_top_srcdir)/netx-dist-tests-whitelist
 EMMA_JAVA_ARGS=-Xmx2G
 META_MANIFEST = META-INF/MANIFEST.MF
 



More information about the distro-pkg-dev mailing list