From 09478bf43fd98efa88877c39e0509a2df1e14e79 Mon Sep 17 00:00:00 2001 From: nik Date: Tue, 23 Aug 2011 15:56:46 +0400 Subject: [PATCH] added jna.jar to classpath to fix ReorderJars task --- build/scripts/layouts.gant | 1 + build/update.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant index 2da278d6d8de..337f273d7f52 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -402,6 +402,7 @@ def reorder(String home, String targetDirectory) { arg(value: "$home/lib") classpath { pathelement(location: util.output) + pathelement(location: "$home/lib/jna.jar") } } } diff --git a/build/update.xml b/build/update.xml index 3f449c7d27c2..e16785305ac0 100644 --- a/build/update.xml +++ b/build/update.xml @@ -49,6 +49,7 @@ +