summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/clients
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-29 20:30:28 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-29 20:30:28 +0000
commit3cdc93215b4b0be782060438eec8c20b9c5152ce (patch)
treec52ea3f1072bba4b1e068d32aaa60e69d2fcdb71 /sca-java-1.x/trunk/tutorials/travelsample/clients
parent9a3408f7df9d48acb2f6c49bbd62ef7373f2c547 (diff)
Remove openejb-runtime dependency from notification-ejb launcher when using the default profile, and clean up profile handling in the travel sample poms (TUSCANY-3578)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949439 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/clients')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/clients/pom.xml21
1 files changed, 6 insertions, 15 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/clients/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/clients/pom.xml
index 4b6e990196..ffc4a72ec0 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/clients/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/clients/pom.xml
@@ -29,20 +29,11 @@
<packaging>pom</packaging>
<name>Apache Tuscany SCA Tours non-SCA Clients</name>
- <profiles>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <modules>
- <module>currency-converter-corba</module>
- <module>currency-converter-jms</module>
- <module>currency-converter-rmi</module>
- <module>currency-converter-ws-jaxws</module>
- </modules>
- </profile>
-
- </profiles>
+ <modules>
+ <module>currency-converter-corba</module>
+ <module>currency-converter-jms</module>
+ <module>currency-converter-rmi</module>
+ <module>currency-converter-ws-jaxws</module>
+ </modules>
</project>