summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-web-runtime/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-12 15:43:21 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-08-12 15:43:21 +0000
commitf72fa6e3ad51268fde91a3214890fc340f5ac504 (patch)
tree4248dcaeec8cdb1c24ba50384b89f7da9ac6a677 /java/sca/modules/implementation-web-runtime/pom.xml
parent5a854f59d691147c1d7f954aac01e8e2782156c2 (diff)
Remove unused dependency and correct osgi info
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685195 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/implementation-web-runtime/pom.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/java/sca/modules/implementation-web-runtime/pom.xml b/java/sca/modules/implementation-web-runtime/pom.xml
index 602b927c80..ba296fefcd 100644
--- a/java/sca/modules/implementation-web-runtime/pom.xml
+++ b/java/sca/modules/implementation-web-runtime/pom.xml
@@ -40,12 +40,6 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-webapp</artifactId>
- <version>1.4-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>
@@ -103,9 +97,9 @@
<configuration>
<instructions>
<Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.implementation.web</Bundle-SymbolicName>
+ <Bundle-SymbolicName>org.apache.tuscany.sca.implementation.web.runtime</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.implementation.web*</Export-Package>
+ <Export-Package>org.apache.tuscany.sca.implementation.web.runtime*</Export-Package>
</instructions>
</configuration>
</plugin>