blob: c6ec157ddc792224de6abfec0f8b7af7cb6f83d9 [file] [log] [blame]
Karl Paulsf87ac142007-07-06 22:36:17 +00001Changes from 0.8.0-incubator to 1.0.0
2-------------------------------------
Richard S. Hallba5ce902007-07-09 18:26:54 +00003
Karl Paulsf87ac142007-07-06 22:36:17 +00004* [2007-03-13] <Include-Resources> now supports JAR files in the class path,
Richard S. Hallba5ce902007-07-09 18:26:54 +00005 not just JAR files in the project directory.
Karl Paulsf87ac142007-07-06 22:36:17 +00006* [2007-03-15] Fixed a bug in converting Maven version numbers to OSGi version
Richard S. Hallba5ce902007-07-09 18:26:54 +00007 numbers. (FELIX-256)
8* [2007-03-28] Added support for using BND directives in the POM file.
9 (FELIX-218)
Karl Paulsf87ac142007-07-06 22:36:17 +000010* [2007-04-10] Added a recursive "bundleall" goal to generate OSGi bundles for
Richard S. Hallba5ce902007-07-09 18:26:54 +000011 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 Paulsf87ac142007-07-06 22:36:17 +000016* [2007-05-20] Renamed project directory from maven-bundle-plugin to
Richard S. Hallba5ce902007-07-09 18:26:54 +000017 bundleplugin.
Karl Paulsf87ac142007-07-06 22:36:17 +000018* [2007-05-20] Changed package naming.
19* [2007-05-21] Improved handling of resource copying to copy the plugin's
Richard S. Hallba5ce902007-07-09 18:26:54 +000020 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. Hall3bc6d0b2007-07-09 17:48:07 +000024* [2007-07-09] Updated to BND version 0.0.160.
Karl Pauls589e2b32007-07-11 18:29:29 +000025* [2007-07-11] Fix a possible NullPointerException in the manifest goal. (FELIX-326)
26