summaryrefslogtreecommitdiffstats
path: root/java/sca/features/all
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-18 19:31:17 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-18 19:31:17 +0000
commit80a4b1639073b6ca697bfe2c44e42cc2d1938271 (patch)
tree8dc30cd3ea14f362b7a8c71befa56b35caf319fc /java/sca/features/all
parentf75f699ad8c7184f9cdb042a5c95c095f310f814 (diff)
Create a webapp feature to contain implementation-webapp stuff
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745625 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/features/all')
-rw-r--r--java/sca/features/all/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/java/sca/features/all/pom.xml b/java/sca/features/all/pom.xml
index 40081a8062..605de8e261 100644
--- a/java/sca/features/all/pom.xml
+++ b/java/sca/features/all/pom.xml
@@ -62,16 +62,19 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-launcher</artifactId>
+ <artifactId>tuscany-feature-webapp</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-web-runtime</artifactId>
+ <artifactId>tuscany-launcher</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
+
</dependencies>
</project>