summaryrefslogtreecommitdiff
path: root/cc
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-07-31 10:46:57 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-07-31 10:46:57 +0000
commit441fdbc59f0e055aaf65361e57baa6f25946ee8a (patch)
treed0b64d3dd20719e96f19063888a76bf4ac1e7dcd /cc
parent65d56fcaa451a3486521520401e64f514ff1d2e3 (diff)
downloadqpid-python-441fdbc59f0e055aaf65361e57baa6f25946ee8a.tar.gz
qpid-1205: deleted cpp.sync profile, added cpp.noprefetch profile
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@681333 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cc')
-rw-r--r--cc/config/java/cpp.noprefetch.testprofile2
-rwxr-xr-xcc/scripts/javaconfig.sh1
2 files changed, 1 insertions, 2 deletions
diff --git a/cc/config/java/cpp.noprefetch.testprofile b/cc/config/java/cpp.noprefetch.testprofile
index d4176e9efd..694451e551 100644
--- a/cc/config/java/cpp.noprefetch.testprofile
+++ b/cc/config/java/cpp.noprefetch.testprofile
@@ -1,4 +1,4 @@
broker.version=0-10
broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir
max_prefetch=0
-test.excludesfile=${project.root}/cppNoPrefetchExcludeList \ No newline at end of file
+test.excludesfile=${project.root}/010ExcludeList-noPrefetch \ No newline at end of file
diff --git a/cc/scripts/javaconfig.sh b/cc/scripts/javaconfig.sh
index 37677cf93d..7a1a3a1a7d 100755
--- a/cc/scripts/javaconfig.sh
+++ b/cc/scripts/javaconfig.sh
@@ -21,7 +21,6 @@
# copy the profiles
sed "s#store_home#$CPPSTORE_HOME#g" $CC_HOME/cc/config/java/cpp.noprefetch.testprofile > "$CC_HOME/java/"/cpp.noprefetch.testprofile
sed "s#store_home#$CPPSTORE_HOME#g" $CC_HOME/cc/config/java/cpp.testprofile > "$CC_HOME/java"/cpp.testprofile
-cp $CC_HOME/cc/config/java/*ExcludeList $CC_HOME/java/.
QPID_JARS=`find "$CC_HOME/java/build/lib" -name '*.jar' | tr '\n' ":"`
QPID_JARS=local.classes=$QPID_JARS
sed "s#local.classes=.*#$QPID_JARS#g" $TS_HOME/bin/build.properties > "$TS_HOME/bin"/build.properties-new