summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/data-api/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-08 05:47:33 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-08 05:47:33 +0000
commit04203fe7e14afc9ee099f6c77794864cb2f34275 (patch)
tree4321b39b2e7fba1ce404dac294a3874a945506af /java/sca/modules/data-api/pom.xml
parent89c7d7fa41f9caf24e07ca9cd291687b8854d071 (diff)
Adding generated OSGi manifest to source control
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/data-api/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/java/sca/modules/data-api/pom.xml b/java/sca/modules/data-api/pom.xml
index d0d39506b9..5da4d2ef0a 100644
--- a/java/sca/modules/data-api/pom.xml
+++ b/java/sca/modules/data-api/pom.xml
@@ -35,24 +35,4 @@
<version>2.0-SNAPSHOT</version>
</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.data.api</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.data*</Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>