Author: antelder
Date: Tue Aug 12 08:43:21 2008
New Revision: 685195

URL: http://svn.apache.org/viewvc?rev=685195&view=rev
Log:
Remove unused dependency and correct osgi info

Modified:
    tuscany/java/sca/modules/implementation-web-runtime/pom.xml

Modified: tuscany/java/sca/modules/implementation-web-runtime/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-web-runtime/pom.xml?rev=685195&r1=685194&r2=685195&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-web-runtime/pom.xml (original)
+++ tuscany/java/sca/modules/implementation-web-runtime/pom.xml Tue Aug 12 
08:43:21 2008
@@ -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>


Reply via email to