You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2013/01/18 12:29:03 UTC

svn commit: r1435095 - /qpid/proton/branches/jni-binding/tests/pom.xml

Author: kwall
Date: Fri Jan 18 11:29:02 2013
New Revision: 1435095

URL: http://svn.apache.org/viewvc?rev=1435095&view=rev
Log:
PROTON-194: correct path to proton-c-build-dir

Modified:
    qpid/proton/branches/jni-binding/tests/pom.xml

Modified: qpid/proton/branches/jni-binding/tests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/proton/branches/jni-binding/tests/pom.xml?rev=1435095&r1=1435094&r2=1435095&view=diff
==============================================================================
--- qpid/proton/branches/jni-binding/tests/pom.xml (original)
+++ qpid/proton/branches/jni-binding/tests/pom.xml Fri Jan 18 11:29:02 2013
@@ -91,7 +91,7 @@ To override this, run Maven like so: "mv
       <properties>
         <!-- Uses the JNI jar and the native libraries, neither of which are built by Maven,
              therefore their location needs to be set explicitly in the following properties. -->
-        <proton-c-build-dir>${basedir}/../../proton-c/buildX</proton-c-build-dir>
+        <proton-c-build-dir>${basedir}/../proton-c/build</proton-c-build-dir>
         <jni-native-path>${proton-c-build-dir}:${proton-c-build-dir}/bindings/java</jni-native-path>
         <jni-jar>${proton-c-build-dir}/bindings/java/proton-jni.jar</jni-jar>
       </properties>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org