summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/base-runtime/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-11 11:27:03 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-11 11:27:03 +0000
commitc4101ba6a78f063db4adf68465abb27cf0b4a831 (patch)
tree24dd5d3ff41d5372aa039f5bf33ff8ab1114480f /sca-java-2.x/trunk/modules/base-runtime/pom.xml
parent80be08cc571df18c3ec36b86ab41617693446d94 (diff)
To be more consistent move the base-runtime module to be next to the base-runtime-pom module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033893 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/base-runtime/pom.xml (renamed from sca-java-2.x/trunk/distribution/aggregations/base-runtime/pom.xml)5
1 files changed, 3 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/distribution/aggregations/base-runtime/pom.xml b/sca-java-2.x/trunk/modules/base-runtime/pom.xml
index c358a02313..37c38aadbd 100644
--- a/sca-java-2.x/trunk/distribution/aggregations/base-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/base-runtime/pom.xml
@@ -21,17 +21,18 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-distribution</artifactId>
+ <artifactId>tuscany-modules</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime</artifactId>
<name>Apache Tuscany SCA Base Runtime Jar</name>
<dependencies>
+ <!-- Ideally this would just use the base-runtime-pom dependency but we need MSHADE-88 fixed first -->
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-node</artifactId>