diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-10 09:10:26 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-10 09:10:26 +0000 |
commit | 44e19f574ee6e00da795418ec3a9efe934cdf10a (patch) | |
tree | fab9d36249151c822f47756b8315d7fdba69178b | |
parent | c244e583e1abc3c7577c38e3487790db12e70fd1 (diff) |
Take the old sample distribution tests out of the build while the sample updates happen
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069295 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/distribution/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/distribution/pom.xml b/sca-java-2.x/trunk/testing/itest/distribution/pom.xml index 5379d2914c..1662c345c2 100644 --- a/sca-java-2.x/trunk/testing/itest/distribution/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/distribution/pom.xml @@ -46,6 +46,11 @@ </activation> <modules> <module>legal-checks</module> + +<!-- + +Take out these sample tests while the sample reorg happens + <module>contribution-binding-sca-calculator</module> <module>contribution-binding-ws-calculator</module> <module>contribution-binding-rmi-calculator</module> @@ -53,6 +58,8 @@ <module>contribution-implementation-java-calculator</module> <module>launcher-embedded-jse</module> <module>launcher-embedded-osgi</module> + +--> </modules> </profile> |