|
From: <gca...@us...> - 2012-06-06 22:01:58
|
Revision: 4059
http://openutils.svn.sourceforge.net/openutils/?rev=4059&view=rev
Author: gcatania
Date: 2012-06-06 22:01:52 +0000 (Wed, 06 Jun 2012)
Log Message:
-----------
BSHD-14 make bshd5 into an osgi bundle
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2012-06-06 21:50:39 UTC (rev 4058)
+++ trunk/openutils-bshd5/pom.xml 2012-06-06 22:01:52 UTC (rev 4059)
@@ -7,6 +7,7 @@
<version>1.12</version>
</parent>
<artifactId>openutils-bshd5</artifactId>
+ <packaging>bundle</packaging>
<name>openutils base Spring-Hibernate DAO</name>
<version>3.0.0-SNAPSHOT</version>
<description>Openutils base Spring-Hibernate DAO (for java 5 and more)</description>
@@ -46,6 +47,12 @@
</descriptors>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>2.3.7</version>
+ <extensions>true</extensions>
+ </plugin>
</plugins>
</build>
<dependencies>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|