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:
d49c39f
)
Avoid full path to swig (rely on PATH)
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 16 Dec 2014 10:05:13 +0000
(11:05 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 16 Dec 2014 10:05:13 +0000
(11:05 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
3da5c1e
..
664b266
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-233,7
+233,7
@@
<properties>
<platform>win32</platform>
<yaz.path>C:\Program Files\YAZ</yaz.path>
- <swig>C:\Program Files\swigwin-2.0.9\swig</swig>
+ <swig>swig</swig>
<!-- needed by swig -->
<yaz.include>"-I${yaz.path}\include"</yaz.include>
<yaz.libs>"${yaz.path}\lib\yaz5.lib"</yaz.libs>