Added change logs to the various sub-projects in order to create their
release candidates.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@554732 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/doc/changelog.txt b/bundleplugin/doc/changelog.txt
index b174822..3e3edfd 100644
--- a/bundleplugin/doc/changelog.txt
+++ b/bundleplugin/doc/changelog.txt
@@ -1,23 +1,24 @@
Changes from 0.8.0-incubator to 1.0.0
-------------------------------------
+
* [2007-03-13] <Include-Resources> now supports JAR files in the class path,
-not just JAR files in the project directory.
+ not just JAR files in the project directory.
* [2007-03-15] Fixed a bug in converting Maven version numbers to OSGi version
-numbers (FELIX-256).
-* [2007-03-28] Added support for using BND directives in the POM file
-(FELIX-218).
+ numbers. (FELIX-256)
+* [2007-03-28] Added support for using BND directives in the POM file.
+ (FELIX-218)
* [2007-04-10] Added a recursive "bundleall" goal to generate OSGi bundles for
-all dependencies and a "manifest" goal to generate just the manifest
-(FELIX-199).
-* [2007-04-27] Modified the plugin so that it does not run on POM projects
-(FELIX-269).
-* [2007-05-17] Plugin now handles null property values better (FELIX-281).
+ all dependencies and a "manifest" goal to generate just the manifest.
+ (FELIX-199)
+* [2007-04-27] Modified the plugin so that it does not run on POM projects.
+ (FELIX-269)
+* [2007-05-17] Plugin now handles null property values better. (FELIX-281)
* [2007-05-20] Renamed project directory from maven-bundle-plugin to
-bundleplugin.
+ bundleplugin.
* [2007-05-20] Changed package naming.
* [2007-05-21] Improved handling of resource copying to copy the plugin's
-resources if specified or the standard Maven-specified resources (FELIX-261).
-* [2007-06-13] Factored out some common code (FELIX-304).
-* [2007-06-14] Enable output folder to be configured (FELIX-305).
-* [2007-07-05] Added support for overriding project type (FELIX-309).
+ resources if specified or the standard Maven-specified resources. (FELIX-261)
+* [2007-06-13] Factored out some common code. (FELIX-304)
+* [2007-06-14] Enable output folder to be configured. (FELIX-305)
+* [2007-07-05] Added support for overriding project type. (FELIX-309)
* [2007-07-09] Updated to BND version 0.0.160.
diff --git a/bundlerepository/doc/changelog.txt b/bundlerepository/doc/changelog.txt
new file mode 100644
index 0000000..a8f9310
--- /dev/null
+++ b/bundlerepository/doc/changelog.txt
@@ -0,0 +1,11 @@
+Changes from 0.8.0-incubator to 1.0.0
+-------------------------------------
+
+* [2007-03-16] Correctly initialized member fields to avoid incorrectly
+ assigning the source and license URLs. (FELIX-242)
+* [2007-03-19] Parent POM extends Apache POM for Apache-wide policies.
+ (FELIX-260)
+* [2007-05-18] Improved OBR dependency resolution by searching resolving
+ bundles before local bundles and to search through all available
+ candidates to find one that can resolve instead of picking one and failing
+ if it cannot be resolved. (FELIX-285)
diff --git a/org.osgi.core/doc/changelog.txt b/org.osgi.core/doc/changelog.txt
new file mode 100644
index 0000000..417c11d
--- /dev/null
+++ b/org.osgi.core/doc/changelog.txt
@@ -0,0 +1,6 @@
+Changes from 0.8.0-incubator to 1.0.0
+-------------------------------------
+
+* [2007-03-02] Added Bundle.getBundleContext() method, which is part
+ of OSGi R4.1; this is an interim fix until we switch to the OSGi R4.1
+ API definitions.
diff --git a/shell.tui/doc/changelog.txt b/shell.tui/doc/changelog.txt
new file mode 100644
index 0000000..e0cd2a5
--- /dev/null
+++ b/shell.tui/doc/changelog.txt
@@ -0,0 +1,4 @@
+Changes from 0.8.0-incubator to 1.0.0
+-------------------------------------
+
+* None.
diff --git a/shell/doc/changelog.txt b/shell/doc/changelog.txt
new file mode 100644
index 0000000..003f98a
--- /dev/null
+++ b/shell/doc/changelog.txt
@@ -0,0 +1,8 @@
+Changes from 0.8.0-incubator to 1.0.0
+-------------------------------------
+
+* [2006-12-15] Changed the symbolic name, since it was being calculated
+ incorrectly.
+* [2007-05-03] Modified 'ps' so that it displays reasonable defaults if
+ headers are missing. Also added ability to display symbolic name.
+* [2007-06-14] Modified refresh command to accept bundle IDs.