Revision: 686
Author: heuermh
Date: Thu Oct 8 19:51:09 2009
Log: Issue 128 ; applying patch from akurtakov, adding maven-bundle-plugin
configuration and changing packaging from jar to bundle
http://code.google.com/p/piccolo2d/source/detail?r=686
Modified:
/piccolo2d.java/trunk/core/pom.xml
/piccolo2d.java/trunk/extras/pom.xml
/piccolo2d.java/trunk/parent/pom.xml
/piccolo2d.java/trunk/swt/pom.xml
=======================================
--- /piccolo2d.java/trunk/core/pom.xml Mon Jul 27 11:23:33 2009
+++ /piccolo2d.java/trunk/core/pom.xml Thu Oct 8 19:51:09 2009
@@ -10,6 +10,7 @@
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>piccolo2d-core</artifactId>
+ <packaging>bundle</packaging>
<name>Piccolo2D Core</name>
<url>http://code.google.com/p/piccolo2d/</url>
<description>
=======================================
--- /piccolo2d.java/trunk/extras/pom.xml Mon Jul 27 11:23:33 2009
+++ /piccolo2d.java/trunk/extras/pom.xml Thu Oct 8 19:51:09 2009
@@ -10,6 +10,7 @@
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>piccolo2d-extras</artifactId>
+ <packaging>bundle</packaging>
<name>Piccolo2D Extras</name>
<url>http://code.google.com/p/piccolo2d/</url>
<description>
=======================================
--- /piccolo2d.java/trunk/parent/pom.xml Thu Oct 8 15:12:22 2009
+++ /piccolo2d.java/trunk/parent/pom.xml Thu Oct 8 19:51:09 2009
@@ -194,6 +194,11 @@
<connectionType>developerConnection</connectionType>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ </plugin>
</plugins>
</build>
<dependencies>
=======================================
--- /piccolo2d.java/trunk/swt/pom.xml Mon Jul 27 11:23:33 2009
+++ /piccolo2d.java/trunk/swt/pom.xml Thu Oct 8 19:51:09 2009
@@ -10,6 +10,7 @@
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>piccolo2d-swt</artifactId>
+ <packaging>bundle</packaging>
<name>Piccolo2D SWT</name>
<url>http://code.google.com/p/piccolo2d/</url>
<description>
--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---