diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-20 02:52:11 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-20 02:52:11 +0000 |
commit | 9477125d0e7a2b298d8894c78f76edc6cecd00b4 (patch) | |
tree | 90a44801c6f822e2b5466b0067789e5b458d5ffa | |
parent | d54199ae4188fa86213fb268a66557fce33d851d (diff) |
Disable itest/contribution-jee as workaround for TUSCANY-3165
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795684 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | branches/sca-java-1.5.1/itest/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/branches/sca-java-1.5.1/itest/pom.xml b/branches/sca-java-1.5.1/itest/pom.xml index 86ecd62d45..c8ac1aabb5 100644 --- a/branches/sca-java-1.5.1/itest/pom.xml +++ b/branches/sca-java-1.5.1/itest/pom.xml @@ -79,7 +79,9 @@ <module>contribution-classloader</module> --> <module>contribution-jee-samples</module> + <!--TUSCANY-3165 <module>contribution-jee</module> + --> <module>contribution-jee-samples</module> <module>conversations</module> <module>corba</module> |