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

svn commit: r1439491 - /qpid/proton/trunk/config.sh

Author: rhs
Date: Mon Jan 28 16:50:03 2013
New Revision: 1439491

URL: http://svn.apache.org/viewvc?rev=1439491&view=rev
Log:
fixed config.sh

Modified:
    qpid/proton/trunk/config.sh

Modified: qpid/proton/trunk/config.sh
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/config.sh?rev=1439491&r1=1439490&r2=1439491&view=diff
==============================================================================
--- qpid/proton/trunk/config.sh (original)
+++ qpid/proton/trunk/config.sh Mon Jan 28 16:50:03 2013
@@ -36,7 +36,7 @@ fi
 export PYTHON_BINDINGS=$PROTON_BINDINGS/python
 export COMMON_PYPATH=$PROTON_HOME/tests
 export PYTHONPATH=$COMMON_PYPATH:$PROTON_HOME/proton-c/bindings/python:$PYTHON_BINDINGS
-export JYTHONPATH=$COMMON_PYPATH:$PROTON_HOME/proton-j/src/main/scripts:$PROTON_HOME/proton-j/target/qpid-proton-1.0-SNAPSHOT.jar
+export JYTHONPATH=$COMMON_PYPATH:$PROTON_HOME/proton-j/proton/src/main/scripts:$PROTON_HOME/proton-j/proton/target/classes:$PROTON_HOME/proton-j/proton-api/target/classes
 
 # PHP
 export PHP_BINDINGS=$PROTON_BINDINGS/php



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