From cd31c4f0dc7a5f5595e0ca2f0e815d3814ebd94e Mon Sep 17 00:00:00 2001 From: Wade Walker Date: Thu, 25 Aug 2011 20:59:32 -0500 Subject: Fix classpaths to work with Java 7's javah Java 7's javah requires all referenced classes to be classpath, even if they're just method parameters and never instantiated. Java 6's version of javah didn't require this. --- make/build-nativewindow.xml | 2 +- make/build-newt.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index e3fcdb5e2..7653452a4 100644 --- a/make/build-nativewindow.xml +++ b/make/build-nativewindow.xml @@ -675,7 +675,7 @@ - + - + -- cgit v1.2.3