summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-07-02 15:12:59 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-07-02 15:12:59 +0000
commit480b2c67d03e5fd952fc5cfe306ab865b1a4f154 (patch)
tree225a2e8e019642b09df3b1263690c20220bef311 /java
parent3854f8a91a661c02ca452b6b226238f59e15589d (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')
-rw-r--r--java/sca/itest/bpel/pom.xml4
-rw-r--r--java/sca/itest/pom.xml2
2 files changed, 3 insertions, 3 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>
diff --git a/java/sca/itest/pom.xml b/java/sca/itest/pom.xml
index ea75e7a1f3..5c30f305bc 100644
--- a/java/sca/itest/pom.xml
+++ b/java/sca/itest/pom.xml
@@ -46,9 +46,7 @@
</activation>
<modules>
<!--module>builder</module-->
- <!--
<module>bpel</module>
- -->
<module>callback-api</module>
<module>callback-basic</module>
<module>callback-basic-ws</module>