diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-14 09:34:47 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-14 09:34:47 +0000 |
commit | dcc69e02cd85b02d02aceab998c047a6019bfb43 (patch) | |
tree | b689523d88e8cfa20eefe4d64d8dc3d74a0a8066 /sca-java-2.x/trunk/distribution/aggregations/base-runtime/pom.xml | |
parent | 775ae0d8549e59b7f625a91a82cc6b88119cce77 (diff) |
Start to get rid of shades and replace with the aggregate jars. This moves the shades/base and base-nodep out of shades and into distribution/aggregates and updates to use those. The remaining ones in shades i think can probably just be deleted but i'll do that in separate steps.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022443 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/distribution/aggregations/base-runtime/pom.xml (renamed from sca-java-2.x/trunk/shades/base/pom.xml) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/shades/base/pom.xml b/sca-java-2.x/trunk/distribution/aggregations/base-runtime/pom.xml index cddc75945c..2d7ed69ae1 100644 --- a/sca-java-2.x/trunk/shades/base/pom.xml +++ b/sca-java-2.x/trunk/distribution/aggregations/base-runtime/pom.xml @@ -26,9 +26,9 @@ <relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.tuscany.sca.shades</groupId>
- <artifactId>tuscany-base</artifactId>
- <name>Apache Tuscany SCA Base Jar</name>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-base-runtime</artifactId>
+ <name>Apache Tuscany SCA Base Runtime Jar</name>
<dependencies>
|