[Arakhnę-Dev] [166] * Update pom file to provide OSGi bundle configuration which may be used by Eclipse . |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
- To: dev@xxxxxxxxxxx
- Subject: [Arakhnę-Dev] [166] * Update pom file to provide OSGi bundle configuration which may be used by Eclipse .
- From: subversion@xxxxxxxxxxxxx
- Date: Wed, 28 Jul 2010 21:42:33 +0200
Revision: 166
Author: galland
Date: 2010-07-28 21:42:33 +0200 (Wed, 28 Jul 2010)
Log Message:
-----------
* Update pom file to provide OSGi bundle configuration which may be used by Eclipse.
Modified Paths:
--------------
trunk/arakhneVmutils/java/pom.xml
Modified: trunk/arakhneVmutils/java/pom.xml
===================================================================
--- trunk/arakhneVmutils/java/pom.xml 2010-07-22 15:17:58 UTC (rev 165)
+++ trunk/arakhneVmutils/java/pom.xml 2010-07-28 19:42:33 UTC (rev 166)
@@ -82,7 +82,7 @@
</archive>
<instructions>
- <Export-Package>org.arakhne.vmutil.*</Export-Package>
+ <Export-Package>org.arakhne.vmutil.*;version=${pom.version}</Export-Package>
<Bundle-Name>arakhneVmutils</Bundle-Name>
<Bundle-SymbolicName>org.arakhne.afc.arakhneVmutils</Bundle-SymbolicName>
<Bundle-ClassPath>.,{maven-dependencies}</Bundle-ClassPath>