diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-11 22:47:55 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-11 22:47:55 +0000 |
commit | 7552d1f45ddb45c6d2be9d440dd972f72b4543ba (patch) | |
tree | 13b5c7ccd2e8eee8852d2ae2d2c15b54c95688e4 /java/sca/samples | |
parent | 6f07df7b1e3098d99fa32a6795bfee1944c8b566 (diff) |
Adding calculator sample to profile
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725852 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples')
-rw-r--r-- | java/sca/samples/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/samples/pom.xml b/java/sca/samples/pom.xml index a30eb7a011..3c5eea7403 100644 --- a/java/sca/samples/pom.xml +++ b/java/sca/samples/pom.xml @@ -43,9 +43,11 @@ <activeByDefault>true</activeByDefault> </activation> <modules> + <module>calculator</module> <module>calculator-equinox</module> </modules> </profile> + <profile> <id>old</id> <modules> |