summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/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/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 'branches/sca-equinox/pom.xml')
-rw-r--r--branches/sca-equinox/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/branches/sca-equinox/pom.xml b/branches/sca-equinox/pom.xml
index 4b6bba1733..4aa41363fd 100644
--- a/branches/sca-equinox/pom.xml
+++ b/branches/sca-equinox/pom.xml
@@ -32,6 +32,10 @@
<url>http://tuscany.apache.org</url>
<version>1.4-SNAPSHOT</version>
+ <properties>
+ <tuscany.version>1.4</tuscany.version>
+ </properties>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/java/sca</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/java/sca</developerConnection>
@@ -421,6 +425,8 @@
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
<Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
<Implementation-Version>${version}</Implementation-Version>
+ <Bundle-Version>${tuscany.version}</Bundle-Version>
+ <Bundle-Description>${pom.name}</Bundle-Description>
</manifestEntries>
</archive>
</configuration>