diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-17 06:20:34 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-17 06:20:34 +0000 |
commit | b33133d72fd46a719b9449d2582c1cd6f95f35c7 (patch) | |
tree | 932de99f1fd526123f148ffd1bb8a7d3f71e5bd3 /java/sca | |
parent | 9db210b9c8754219714968e6273778cbab9767e4 (diff) |
Fixing OSGi manifests for implementation widget
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
3 files changed, 2 insertions, 23 deletions
diff --git a/java/sca/modules/implementation-widget-runtime/META-INF/MANIFEST.MF b/java/sca/modules/implementation-widget-runtime/META-INF/MANIFEST.MF index f96bbe5873..bf32b671e0 100644 --- a/java/sca/modules/implementation-widget-runtime/META-INF/MANIFEST.MF +++ b/java/sca/modules/implementation-widget-runtime/META-INF/MANIFEST.MF @@ -5,7 +5,7 @@ Export-Package: org.apache.tuscany.sca.implementation.widget.provider; x.servlet.http,org.apache.tuscany.sca.invocation,org.apache.tuscany.s
ca.provider,org.apache.tuscany.sca.interfacedef,org.apache.tuscany.sc
a.implementation.widget,org.apache.tuscany.sca.host.http,org.apache.t
- uscany.sca.core";version=""
+ uscany.sca.core";version="2.0.0"
Tool: Bnd-0.0.357
Bundle-Name: Apache Tuscany SCA Widget Implementation Runtime
Created-By: 1.6.0_15 (Apple Inc.)
diff --git a/java/sca/modules/implementation-widget-runtime/pom.xml b/java/sca/modules/implementation-widget-runtime/pom.xml index 0a53c3cd0c..339ce732ac 100644 --- a/java/sca/modules/implementation-widget-runtime/pom.xml +++ b/java/sca/modules/implementation-widget-runtime/pom.xml @@ -67,26 +67,5 @@ <version>4.5</version> <scope>test</scope> </dependency> - </dependencies> - - - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - - <configuration> - <instructions> - <Bundle-Version>${tuscany.version}</Bundle-Version> - <Bundle-SymbolicName>org.apache.tuscany.sca.implementation.widget.runtime</Bundle-SymbolicName> - <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package>org.apache.tuscany.sca.implementation.widget*</Export-Package> - </instructions> - </configuration> - </plugin> - </plugins> - </build> - </project> diff --git a/java/sca/modules/implementation-widget/META-INF/MANIFEST.MF b/java/sca/modules/implementation-widget/META-INF/MANIFEST.MF index ede05162e7..075a56d9ea 100644 --- a/java/sca/modules/implementation-widget/META-INF/MANIFEST.MF +++ b/java/sca/modules/implementation-widget/META-INF/MANIFEST.MF @@ -1,5 +1,5 @@ Manifest-Version: 1.0
-Export-Package: org.apache.tuscany.sca.implementation.widget
+Export-Package: org.apache.tuscany.sca.implementation.widget;version="2.0.0"
Tool: Bnd-0.0.357
Bundle-Name: Apache Tuscany SCA Widget Implementation Model
Created-By: 1.6.0_15 (Apple Inc.)
|