summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/pom.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/pom.xml
index 3fec371120..fa793bb8a3 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/pom.xml
@@ -82,23 +82,23 @@
<profiles>
<profile>
- <!-- The default profile produces a self-contained distribution with all
- library dependencies included. -->
+ <!-- The default profile produces a subset distribution which excludes
+ libraries that are present in the Tuscany SCA binary distro. -->
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
- <scatours.selfContained>true</scatours.selfContained>
+ <scatours.selfContained>false</scatours.selfContained>
</properties>
</profile>
<profile>
- <!-- Use mvn -Psubsetdist to produce a subset distribution that excludes
- OpenEJB libraries that are present in the Tuscany SCA binary distro. -->
- <id>subsetdist</id>
+ <!-- Use mvn -Pselfcontained to produce a self-contained distribution
+ with all library dependencies included. -->
+ <id>selfcontained</id>
<properties>
- <scatours.selfContained>false</scatours.selfContained>
+ <scatours.selfContained>true</scatours.selfContained>
</properties>
</profile>
</profiles>