diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-02 15:12:59 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-02 15:12:59 +0000 |
commit | 480b2c67d03e5fd952fc5cfe306ab865b1a4f154 (patch) | |
tree | 225a2e8e019642b09df3b1263690c20220bef311 /java/sca/itest/bpel | |
parent | 3854f8a91a661c02ca452b6b226238f59e15589d (diff) |
Enabling BPEL working iTests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790619 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/bpel')
-rw-r--r-- | java/sca/itest/bpel/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/sca/itest/bpel/pom.xml b/java/sca/itest/bpel/pom.xml index d6909735db..35bcc66f90 100644 --- a/java/sca/itest/bpel/pom.xml +++ b/java/sca/itest/bpel/pom.xml @@ -31,7 +31,9 @@ <modules> <module>helloworld</module> - <module>helloworld-ws</module> + <!-- <module>helloworld-reference</module> + <module>helloworld-ws</module> + --> </modules> </project> |