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 2009/07/20 14:29:19 UTC

svn commit: r795799 - /qpid/trunk/qpid/java/test-profiles/cpp.testprofile

Author: rhs
Date: Mon Jul 20 12:29:19 2009
New Revision: 795799

URL: http://svn.apache.org/viewvc?rev=795799&view=rev
Log:
changed the confusingly named store.dir parameter to store.module.dir

Modified:
    qpid/trunk/qpid/java/test-profiles/cpp.testprofile

Modified: qpid/trunk/qpid/java/test-profiles/cpp.testprofile
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/test-profiles/cpp.testprofile?rev=795799&r1=795798&r2=795799&view=diff
==============================================================================
--- qpid/trunk/qpid/java/test-profiles/cpp.testprofile (original)
+++ qpid/trunk/qpid/java/test-profiles/cpp.testprofile Mon Jul 20 12:29:19 2009
@@ -2,12 +2,12 @@
 
 broker.dir=${project.root}/../cpp/src
 module.dir=${broker.dir}/.libs
-store.dir=${project.root}/../../cppStore/cpp/lib/.libs
+store.module.dir=${project.root}/../../cppStore/cpp/lib/.libs
 
 broker.executable=${broker.dir}/qpidd
 broker.module.ssl=${module.dir}/ssl.so
 broker.module.cluster=${module.dir}/cluster.so
-broker.module.store=${store.dir}/msgstore.so
+broker.module.store=${store.module.dir}/msgstore.so
 
 broker.modules=
 broker.args=



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org