summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/core
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-01-29 17:23:22 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-01-29 17:23:22 +0000
commitae99f459b6482920ddcb6e8aa678a4ab0e86da9e (patch)
treee953db4947b0063700ea996160c8f8333c0d5911 /java/sca/distribution/core
parent62bd754d0a94844170a304b616fc7bc1b0cc6979 (diff)
Make the "distribution" profile not be activated by default except the "all" distro
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738930 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/core')
-rw-r--r--java/sca/distribution/core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/distribution/core/pom.xml b/java/sca/distribution/core/pom.xml
index ef52039b20..f58abb1d21 100644
--- a/java/sca/distribution/core/pom.xml
+++ b/java/sca/distribution/core/pom.xml
@@ -264,7 +264,7 @@
<profile>
<id>distribution</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>