summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-widget-runtime/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-17 06:20:34 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-17 06:20:34 +0000
commitb33133d72fd46a719b9449d2582c1cd6f95f35c7 (patch)
tree932de99f1fd526123f148ffd1bb8a7d3f71e5bd3 /java/sca/modules/implementation-widget-runtime/pom.xml
parent9db210b9c8754219714968e6273778cbab9767e4 (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/modules/implementation-widget-runtime/pom.xml')
-rw-r--r--java/sca/modules/implementation-widget-runtime/pom.xml21
1 files changed, 0 insertions, 21 deletions
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>