summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/sca/modules/implementation-widget-runtime/META-INF/MANIFEST.MF2
-rw-r--r--java/sca/modules/implementation-widget-runtime/pom.xml21
-rw-r--r--java/sca/modules/implementation-widget/META-INF/MANIFEST.MF2
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.)