diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-24 17:16:46 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-24 17:16:46 +0000 |
commit | cc66ac33b36a389efb048df9b2538f25eeb45138 (patch) | |
tree | 4cc733614cd474dcfdb586410e49a011066b3d9a /java | |
parent | d40cb6206fabbd3625f43399cd2cb2a6da84301e (diff) |
Add bpel sample to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747448 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/sca/samples/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/samples/pom.xml b/java/sca/samples/pom.xml index fba2f5e04d..09ba991670 100644 --- a/java/sca/samples/pom.xml +++ b/java/sca/samples/pom.xml @@ -43,6 +43,7 @@ <activeByDefault>true</activeByDefault> </activation> <modules> + <module>helloworld-bpel</module> <module>calculator</module> <module>calculator-equinox</module> <module>calculator-osgi</module> |