summaryrefslogtreecommitdiff
path: root/cc/config.xml
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-07-23 15:02:22 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-07-23 15:02:22 +0000
commit2fc957e3d28fa3b084ef334b702bb5116f60c462 (patch)
tree53d217fb806c56eb23fb9dab19fef75c3d329f4f /cc/config.xml
parentf909f338fe2ea66e50e5923fcd008ae2ae9ccd67 (diff)
downloadqpid-python-2fc957e3d28fa3b084ef334b702bb5116f60c462.tar.gz
qpid-1157: added jms tck scripts + README file + config file for setting email related properties
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@679105 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cc/config.xml')
-rw-r--r--cc/config.xml19
1 files changed, 13 insertions, 6 deletions
diff --git a/cc/config.xml b/cc/config.xml
index 9db8b2754f..2436cec1ca 100644
--- a/cc/config.xml
+++ b/cc/config.xml
@@ -18,10 +18,17 @@ under the License.
-->
<cruisecontrol>
- <include.projects file="./config/cpp-trunk.xml"/>
- <include.projects file="./config/java-trunk.xml"/>
- <include.projects file="./config/bdbstore-cpp-trunk.xml"/>
- <include.projects file="./config/cpp-trunk-perftests.xml"/>
- <include.projects file="./config/example-automation.xml"/>
- <include.projects file="./config/java-perftests.xml"/>
+ <!-- Load environment variables -->
+ <property environment="env" toupper="true"/>
+
+ <!-- Set a collection of global properties from the properties file "config.properties" -->
+ <property file="config.properties"/>
+
+ <include.projects file="./config/cpp-trunk.xml"/>
+ <include.projects file="./config/java-trunk.xml"/>
+ <include.projects file="./config/bdbstore-cpp-trunk.xml"/>
+ <include.projects file="./config/cpp-perftests.xml"/>
+ <include.projects file="./config/example-automation.xml"/>
+ <include.projects file="./config/java-perftests.xml"/>
+ <include.projects file="./config/java-jmstck.xml"/>
</cruisecontrol>