You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/09/12 14:29:51 UTC

incubator-joshua git commit: fix basedir path for java.library.path

Repository: incubator-joshua
Updated Branches:
  refs/heads/7 281f2f4a7 -> f0883156c


fix basedir path for java.library.path


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/f0883156
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/f0883156
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/f0883156

Branch: refs/heads/7
Commit: f0883156c10a521cc22ee0698b7c15456256b4bb
Parents: 281f2f4
Author: Felix Hieber <fh...@amazon.com>
Authored: Mon Sep 12 16:08:54 2016 +0200
Committer: Felix Hieber <fh...@amazon.com>
Committed: Mon Sep 12 16:08:58 2016 +0200

----------------------------------------------------------------------
 joshua-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/f0883156/joshua-core/pom.xml
----------------------------------------------------------------------
diff --git a/joshua-core/pom.xml b/joshua-core/pom.xml
index 0be9f0e..0f493f7 100644
--- a/joshua-core/pom.xml
+++ b/joshua-core/pom.xml
@@ -91,7 +91,7 @@
         <version>2.19.1</version>
         <configuration>
           <forkMode>once</forkMode>
-          <argLine>-Djava.library.path=${project.basedir}/lib</argLine>
+          <argLine>-Djava.library.path=${project.basedir}/../lib</argLine>
         </configuration>
       </plugin>
       <plugin>