Karl Pauls | f87ac14 | 2007-07-06 22:36:17 +0000 | [diff] [blame] | 1 | Changes from 0.8.0-incubator to 1.0.0 |
| 2 | ------------------------------------- |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 3 | |
Karl Pauls | f87ac14 | 2007-07-06 22:36:17 +0000 | [diff] [blame] | 4 | * [2007-03-13] <Include-Resources> now supports JAR files in the class path, |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 5 | not just JAR files in the project directory. |
Karl Pauls | f87ac14 | 2007-07-06 22:36:17 +0000 | [diff] [blame] | 6 | * [2007-03-15] Fixed a bug in converting Maven version numbers to OSGi version |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 7 | numbers. (FELIX-256) |
| 8 | * [2007-03-28] Added support for using BND directives in the POM file. |
| 9 | (FELIX-218) |
Karl Pauls | f87ac14 | 2007-07-06 22:36:17 +0000 | [diff] [blame] | 10 | * [2007-04-10] Added a recursive "bundleall" goal to generate OSGi bundles for |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 11 | all dependencies and a "manifest" goal to generate just the manifest. |
| 12 | (FELIX-199) |
| 13 | * [2007-04-27] Modified the plugin so that it does not run on POM projects. |
| 14 | (FELIX-269) |
| 15 | * [2007-05-17] Plugin now handles null property values better. (FELIX-281) |
Karl Pauls | f87ac14 | 2007-07-06 22:36:17 +0000 | [diff] [blame] | 16 | * [2007-05-20] Renamed project directory from maven-bundle-plugin to |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 17 | bundleplugin. |
Karl Pauls | f87ac14 | 2007-07-06 22:36:17 +0000 | [diff] [blame] | 18 | * [2007-05-20] Changed package naming. |
| 19 | * [2007-05-21] Improved handling of resource copying to copy the plugin's |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 20 | resources if specified or the standard Maven-specified resources. (FELIX-261) |
| 21 | * [2007-06-13] Factored out some common code. (FELIX-304) |
| 22 | * [2007-06-14] Enable output folder to be configured. (FELIX-305) |
| 23 | * [2007-07-05] Added support for overriding project type. (FELIX-309) |
Richard S. Hall | 3bc6d0b | 2007-07-09 17:48:07 +0000 | [diff] [blame] | 24 | * [2007-07-09] Updated to BND version 0.0.160. |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 25 | * [2007-07-11] Fix a possible NullPointerException in the manifest goal. (FELIX-326) |
| 26 | |