projects
/
yaz4j-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34d038d
)
Put buildir on PATH before YAZ/bin
author
Jakub Skoczen
<jakub@indexdata.dk>
Wed, 17 Apr 2013 08:38:21 +0000
(10:38 +0200)
committer
Jakub Skoczen
<jakub@indexdata.dk>
Wed, 17 Apr 2013 08:38:21 +0000
(10:38 +0200)
To ensure that tests load the currently compiled
library rather than the YAZ shipped one.
win32/pom.xml
patch
|
blob
|
history
diff --git
a/win32/pom.xml
b/win32/pom.xml
index
829d645
..
677e600
100644
(file)
--- a/
win32/pom.xml
+++ b/
win32/pom.xml
@@
-89,7
+89,7
@@
<forkMode>once</forkMode>
<workingDirectory>target</workingDirectory>
<environmentVariables>
- <PATH>${yaz.path}\bin</PATH>
+ <PATH>${project.build.directory};${yaz.path}\bin</PATH>
</environmentVariables>
</configuration>
</plugin>