From 8ae43c8f1ec5df611356e210f8dbd3fad24eb85a Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Wed, 17 Apr 2013 10:38:21 +0200 Subject: [PATCH] Put buildir on PATH before YAZ/bin To ensure that tests load the currently compiled library rather than the YAZ shipped one. --- win32/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/pom.xml b/win32/pom.xml index 829d645..677e600 100644 --- a/win32/pom.xml +++ b/win32/pom.xml @@ -89,7 +89,7 @@ once target - ${yaz.path}\bin + ${project.build.directory};${yaz.path}\bin -- 1.7.10.4