diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-17 15:36:41 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-17 15:36:41 +0000 |
commit | 1140733374bce42bf6c4d7a5328b437c7ba4fc5c (patch) | |
tree | 5557328c710cadf5ef21af693f908874308c8971 /sandbox/ant | |
parent | a10ecc8422608e4fb6eedbba356d9404b0347fd3 (diff) |
Remove itest from release build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755283 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/ant')
-rw-r--r-- | sandbox/ant/sca/branches/foo/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sandbox/ant/sca/branches/foo/pom.xml b/sandbox/ant/sca/branches/foo/pom.xml index 1051c2cbd6..9bc43e6fee 100644 --- a/sandbox/ant/sca/branches/foo/pom.xml +++ b/sandbox/ant/sca/branches/foo/pom.xml @@ -407,6 +407,19 @@ <profile> <id>release</id> + <modules> + <module>modules</module> + <module>samples</module> + <module>features</module> + <module>distribution</module> + <module>archetypes</module> +<!-- + <module>itest</module> + <module>stest</module> + <module>vtest</module> + <module>tutorials</module> +--> + </modules> <build> <plugins> |