summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/sca-api/pom.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-30 21:59:32 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-30 21:59:32 +0000
commitfb0be4666225f78b15d233efdca0e3beda0d159e (patch)
tree542d9c45c71a3c797d4afcd2e9064d5ae8be51bd /branches/sca-equinox/modules/sca-api/pom.xml
parent516de81a2deb34746a10d28c188faa9a898bdf57 (diff)
Removed dependencies on the maven bundle plugin now that the manifests have been checked in.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709261 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/sca-api/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/branches/sca-equinox/modules/sca-api/pom.xml b/branches/sca-equinox/modules/sca-api/pom.xml
index f6c2509ffa..c9c799b7ef 100644
--- a/branches/sca-equinox/modules/sca-api/pom.xml
+++ b/branches/sca-equinox/modules/sca-api/pom.xml
@@ -32,23 +32,4 @@
<description>API classes for the Service Component Architecture</description>
<packaging>jar</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
-
- <configuration>
- <instructions>
- <Bundle-Version>1.4</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.api</Bundle-SymbolicName>
- <Bundle-Description>${pom.description}</Bundle-Description>
- <Export-Package>org.osoa.sca,org.osoa.sca.annotations</Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-
</project>