summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/core/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-26 19:21:37 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-26 19:21:37 +0000
commitd98a015ebe96891288b7fed875ee9915a9aa1f8d (patch)
tree09ebcb8c6599c6e5454d46b512723cad173a039a /java/sca/distribution/core/pom.xml
parent47b9bdc5394f7755d332d514a2fe3fc02e3b82a9 (diff)
Add the samples implementation-java-calculator, binding-ws-calculator, host-webapp-calculator to the distribution.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/distribution/core/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/sca/distribution/core/pom.xml b/java/sca/distribution/core/pom.xml
index 608d5cf7ef..ef52039b20 100644
--- a/java/sca/distribution/core/pom.xml
+++ b/java/sca/distribution/core/pom.xml
@@ -263,6 +263,9 @@
<!-- Build profile that can be used to build the distro packages -->
<profile>
<id>distribution</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<build>
<plugins>
<plugin>
@@ -305,6 +308,7 @@
</execution>
</executions>
</plugin>
+
</plugins>
</build>
</profile>