summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/host-webapp
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/host-webapp
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/host-webapp')
-rw-r--r--java/sca/distribution/host-webapp/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/distribution/host-webapp/pom.xml b/java/sca/distribution/host-webapp/pom.xml
index f62d98ea9c..39d81ae569 100644
--- a/java/sca/distribution/host-webapp/pom.xml
+++ b/java/sca/distribution/host-webapp/pom.xml
@@ -56,7 +56,7 @@
<profile>
<id>distribution</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
@@ -95,7 +95,7 @@
<descriptor>src/main/assembly/src.xml</descriptor>
</descriptors>
<tarLongFileMode>gnu</tarLongFileMode>
- <finalName>apache-tuscany-sca-host-webapp-2.0-SNAPSHOT</finalName>
+ <finalName>apache-tuscany-sca-webapp-2.0-SNAPSHOT</finalName>
</configuration>
</execution>
</executions>