summaryrefslogtreecommitdiffstats
path: root/otest
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-06-03 13:54:47 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-06-03 13:54:47 +0000
commit5e3b313f0587e76470f4c7c13f4db3a655d7af71 (patch)
tree33ccaadd61013fd999a24c66357a1fa85842e39a /otest
parent9d466f6de07be31fcfb2c25bc13e26edfdff43b4 (diff)
Add profiles for ws and jms. Included in the main reactor list but commented out at the moment.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950997 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest')
-rw-r--r--otest/newlayout/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/otest/newlayout/pom.xml b/otest/newlayout/pom.xml
index 1b0cf6d8a0..9a430c276d 100644
--- a/otest/newlayout/pom.xml
+++ b/otest/newlayout/pom.xml
@@ -81,6 +81,10 @@
<module>tuscany-java-ci-test-runner</module>
<module>sca-policy</module>
<module>tuscany-policy-test-runner</module>
+ <!--module>sca-jms</module>
+ <module>tuscany-jms-test-runner</module>
+ <module>sca-ws</module>
+ <module>tuscany-ws-test-runner</module-->
</modules>
</profile>
@@ -115,6 +119,22 @@
<module>tuscany-policy-test-runner</module>
</modules>
</profile>
+
+ <profile>
+ <id>jms</id>
+ <modules>
+ <module>sca-jms</module>
+ <module>tuscany-jms-test-runner</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>ws</id>
+ <modules>
+ <module>sca-ws</module>
+ <module>tuscany-ws-test-runner</module>
+ </modules>
+ </profile>
</profiles>
</project>