summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/launcher-shell/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/launcher-shell/pom.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/sca-java-2.x/trunk/samples/launcher-shell/pom.xml b/sca-java-2.x/trunk/samples/launcher-shell/pom.xml
index ee1e0c1137..6aadb73d6b 100644
--- a/sca-java-2.x/trunk/samples/launcher-shell/pom.xml
+++ b/sca-java-2.x/trunk/samples/launcher-shell/pom.xml
@@ -27,6 +27,7 @@
</parent>
<artifactId>sample-launcher-shell</artifactId>
<name>Apache Tuscany SCA Sample Launcher Shell</name>
+ <packaging>war</packaging>
<dependencies>
<dependency>
@@ -52,11 +53,17 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-feature-ejava</artifactId>
+ <artifactId>tuscany-feature-web20</artifactId>
<type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>
-
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-webapp</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -67,10 +74,6 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
-
- <plugins>
-
- </plugins>
+ <finalName>scashell</finalName>
</build>
</project>