Author: rhs
Date: Tue Oct 21 21:54:18 2008
New Revision: 706858

URL: http://svn.apache.org/viewvc?rev=706858&view=rev
Log:
removed references to /home/asimon and restored the proper defaults for the cpp 
and cpp.noprefetch test profiles

Modified:
    incubator/qpid/trunk/qpid/java/cpp.noprefetch.testprofile
    incubator/qpid/trunk/qpid/java/cpp.testprofile

Modified: incubator/qpid/trunk/qpid/java/cpp.noprefetch.testprofile
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/cpp.noprefetch.testprofile?rev=706858&r1=706857&r2=706858&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/cpp.noprefetch.testprofile (original)
+++ incubator/qpid/trunk/qpid/java/cpp.noprefetch.testprofile Tue Oct 21 
21:54:18 2008
@@ -1,4 +1,4 @@
 broker.version=0-10
-broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t 
--load-module 
/home/asimon/Projects/cruisecontrol/projects/bdbstore-cpp/lib/.libs/libbdbstore.so
 --auth no --no-module-dir
+broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t 
--load-module ${project.root}/../../cppStore/cpp/lib/.libs/libbdbstore.so 
--auth no
+test.excludesfile=${project.root}/010ExcludeList-noPrefetch
 max_prefetch=0
-test.excludesfile=${project.root}/010ExcludeList-noPrefetch
\ No newline at end of file

Modified: incubator/qpid/trunk/qpid/java/cpp.testprofile
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/cpp.testprofile?rev=706858&r1=706857&r2=706858&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/cpp.testprofile (original)
+++ incubator/qpid/trunk/qpid/java/cpp.testprofile Tue Oct 21 21:54:18 2008
@@ -1,3 +1,3 @@
 broker.version=0-10
-broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t 
--load-module 
/home/asimon/Projects/cruisecontrol/projects/bdbstore-cpp/lib/.libs/libbdbstore.so
 --auth no --no-module-dir
-test.excludesfile=${project.root}/010ExcludeList-store
+broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --auth no
+test.excludesfile=${project.root}/010ExcludeList


Reply via email to