summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/clients
diff options
context:
space:
mode:
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>