summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/util/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-29 20:27:51 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-29 20:27:51 +0000
commit9a3408f7df9d48acb2f6c49bbd62ef7373f2c547 (patch)
tree49edabd959290b655913ce7613b6a9b71ac1d3a2 /sca-java-1.x/branches/sca-java-travelsample-1.0/util/pom.xml
parente5a49fff24c79431782da107185431b7835ef492 (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@949438 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/util/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/util/pom.xml18
1 files changed, 5 insertions, 13 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/util/pom.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/util/pom.xml
index 36bdb3961f..6a6e3ca13f 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/util/pom.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/util/pom.xml
@@ -29,18 +29,10 @@
<packaging>pom</packaging>
<name>Apache Tuscany SCA Tours Utilities</name>
- <profiles>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <modules>
- <module>jaxws-runtime</module>
- <module>launcher-common</module>
- <module>openejb-runtime</module>
- </modules>
- </profile>
- </profiles>
+ <modules>
+ <module>jaxws-runtime</module>
+ <module>launcher-common</module>
+ <module>openejb-runtime</module>
+ </modules>
</project>