Author: eglynn
Date: Tue Jul 20 14:03:21 2010
New Revision: 965853
URL: http://svn.apache.org/viewvc?rev=965853&view=rev
Log:
Ensure consistency across the multiple versions of the release notes and READMEs
Modified:
cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README
cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt
cxf/dosgi/trunk/distribution/sources/src/main/release/NOTICE
cxf/dosgi/trunk/distribution/sources/src/main/release/README
cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt
Modified: cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README?rev=965853&r1=965852&r2=965853&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README (original)
+++ cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/README Tue Jul
20 14:03:21 2010
@@ -3,14 +3,15 @@ Welcome to the Apache CXF Distributed OS
The dOSGi subproject of Apache CXF provides the Reference Implementation
-of the Distribution Software (DSW) component of the Distributed OSGi
-Specification[1].
+of the Remote Services Specification version 1.0, Chapter 13 in the OSGi
+Compendium Specification, and OSGi Remote Service Admin Specification
+version 1.0, Chapter 122 in the OSGi Enterprise Specification[1].
This release is provided for your convenience in three different
distribution formats:
-1. Multi-bundle distro: cxf-dosgi-ri-multibundle-distribution-1.1.{tar.gaz|zip}
+1. Multi-bundle distro: cxf-dosgi-ri-multibundle-distribution-1.2.{tar.gaz|zip}
Contains the dOSGi implementation and all 3rd party dependencies as
separate bundles within an archive. The current distribution is an
@@ -26,14 +27,14 @@ appending the felix.discovery.config.pro
equinox.discovery.config.ini.append snippets as appropriate.
-2. Single-bundle distro: cxf-dosgi-ri-singlebundle-distribution-1.1.jar
+2. Single-bundle distro: cxf-dosgi-ri-singlebundle-distribution-1.2.jar
Contains the dOSGi implementation and all 3rd party dependencies wrapped
in a single OSGi bundle so as to allow direct installation in your favourite
OSGi container in one fell swoop.
-3. Source distro: cxf-dosgi-ri-source-distribution-1.1.{tar.gz|zip}
+3. Source distro: cxf-dosgi-ri-source-distribution-1.2.{tar.gz|zip}
Contains the entire source tree for dOSGi.
@@ -55,7 +56,7 @@ Regards,
The CXF dOSGi team.
-[1] See RFC 119 in http://www.osgi.org/download/osgi-4.2-early-draft3.pdf
+[1] see chapter 122 http://www.osgi.org/Download/Release4V42
[2] http://cxf.apache.org/distributed-osgi.html#DistributedOSGi-GettingStarted
[3] http://cxf.apache.org/distributed-osgi-greeter-demo-walkthrough.htm
[4] http://cxf.apache.org/mailing-lists.html
Modified:
cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt?rev=965853&r1=965852&r2=965853&view=diff
==============================================================================
---
cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt
(original)
+++
cxf/dosgi/trunk/distribution/multi-bundle/src/main/release/release_notes.txt
Tue Jul 20 14:03:21 2010
@@ -1,3 +1,27 @@
+Apache CXF Distributed OSGi 1.2 Release Notes
+=============================================
+
+In addition to providing the Reference Implementation to the OSGi Remote
+Services Specification, the CXF Distributed OSGi 1.2 release now also
+provides the Reference Implementation of the OSGi Remote Service Admin
+Specification version 1.0, Chapter 122 in the OSGi Enterprise
+Specification.
+
+To achieve compliance with the RSA specification a major refactoring has
+been done on the code base.
+
+For the new features applicable to the RSA specification, see chapter
+122 in the OSGi Enterprise Spec (http://www.osgi.org/Download/Release4V42).
+
+Additionally, a number of bugs have been fixed.
+
+The following configuration property has been introduced:
+* org.apache.cxf.ws.port=[port number]
+ This property can be used to change the default port at which a remote
+service appears. When setting this property the default context will
+still be used.
+
+
Apache CXF Distributed OSGi 1.1 Release Notes
=============================================
Modified:
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README?rev=965853&r1=965852&r2=965853&view=diff
==============================================================================
---
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README
(original)
+++
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/README
Tue Jul 20 14:03:21 2010
@@ -3,20 +3,21 @@ Welcome to the Apache CXF Distributed OS
The dOSGi subproject of Apache CXF provides the Reference Implementation
-of the Distribution Software (DSW) component of the Distributed OSGi
-Specification[1].
+of the Remote Services Specification version 1.0, Chapter 13 in the OSGi
+Compendium Specification, and OSGi Remote Service Admin Specification
+version 1.0, Chapter 122 in the OSGi Enterprise Specification[1].
This release is provided for your convenience in three different
distribution formats:
-1. Multi-bundle distro: cxf-dosgi-ri-multibundle-distribution-1.1.{tar.gaz|zip}
+1. Multi-bundle distro: cxf-dosgi-ri-multibundle-distribution-1.2.{tar.gaz|zip}
Contains the dOSGi implementation and all 3rd party dependencies as
separate bundles within an archive.
-2. Single-bundle distro: cxf-dosgi-ri-singlebundle-distribution-1.1.jar
+2. Single-bundle distro: cxf-dosgi-ri-singlebundle-distribution-1.2.jar
Contains the dOSGi implementation and all 3rd party dependencies wrapped
in a single OSGi bundle so as to allow direct installation in your favourite
@@ -24,7 +25,7 @@ OSGi container in one fell swoop. The cu
of this type.
-3. Source distro: cxf-dosgi-ri-source-distribution-1.1.{tar.gz|zip}
+3. Source distro: cxf-dosgi-ri-source-distribution-1.2.{tar.gz|zip}
Contains the entire source tree for dOSGi.
@@ -46,7 +47,7 @@ Regards,
The CXF dOSGi team.
-[1] See RFC 119 in http://www.osgi.org/download/osgi-4.2-early-draft3.pdf
+[1] see chapter 122 http://www.osgi.org/Download/Release4V42
[2] http://cxf.apache.org/distributed-osgi.html#DistributedOSGi-GettingStarted
[3] http://cxf.apache.org/distributed-osgi-greeter-demo-walkthrough.htm
[4] http://cxf.apache.org/mailing-lists.html
Modified:
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt?rev=965853&r1=965852&r2=965853&view=diff
==============================================================================
---
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt
(original)
+++
cxf/dosgi/trunk/distribution/single-bundle/src/main/resources/META-INF/release_notes.txt
Tue Jul 20 14:03:21 2010
@@ -1,3 +1,27 @@
+Apache CXF Distributed OSGi 1.2 Release Notes
+=============================================
+
+In addition to providing the Reference Implementation to the OSGi Remote
+Services Specification, the CXF Distributed OSGi 1.2 release now also
+provides the Reference Implementation of the OSGi Remote Service Admin
+Specification version 1.0, Chapter 122 in the OSGi Enterprise
+Specification.
+
+To achieve compliance with the RSA specification a major refactoring has
+been done on the code base.
+
+For the new features applicable to the RSA specification, see chapter
+122 in the OSGi Enterprise Spec (http://www.osgi.org/Download/Release4V42).
+
+Additionally, a number of bugs have been fixed.
+
+The following configuration property has been introduced:
+* org.apache.cxf.ws.port=[port number]
+ This property can be used to change the default port at which a remote
+service appears. When setting this property the default context will
+still be used.
+
+
Apache CXF Distributed OSGi 1.1 Release Notes
=============================================
Modified: cxf/dosgi/trunk/distribution/sources/src/main/release/NOTICE
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/sources/src/main/release/NOTICE?rev=965853&r1=965852&r2=965853&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/sources/src/main/release/NOTICE (original)
+++ cxf/dosgi/trunk/distribution/sources/src/main/release/NOTICE Tue Jul 20
14:03:21 2010
@@ -1,6 +1,6 @@
Apache CXF Distributed OSGi DSW Reference Implementation
-Copyright 2008-2009 The Apache Software Foundation
+Copyright 2008-2010 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified: cxf/dosgi/trunk/distribution/sources/src/main/release/README
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/sources/src/main/release/README?rev=965853&r1=965852&r2=965853&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/sources/src/main/release/README (original)
+++ cxf/dosgi/trunk/distribution/sources/src/main/release/README Tue Jul 20
14:03:21 2010
@@ -8,10 +8,6 @@ Compendium Specification, and OSGi Remot
version 1.0, Chapter 122 in the OSGi Enterprise Specification[1].
-Distribution Software (DSW) component of the Distributed OSGi
-Specification[1].
-
-
This release is provided for your convenience in three different
distribution formats:
Modified:
cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt?rev=965853&r1=965852&r2=965853&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt
(original)
+++ cxf/dosgi/trunk/distribution/sources/src/main/release/release_notes.txt Tue
Jul 20 14:03:21 2010
@@ -3,7 +3,7 @@ Apache CXF Distributed OSGi 1.2 Release
In addition to providing the Reference Implementation to the OSGi Remote
Services Specification, the CXF Distributed OSGi 1.2 release now also
-provides the Refererence Implementation of the OSGi Remote Service Admin
+provides the Reference Implementation of the OSGi Remote Service Admin
Specification version 1.0, Chapter 122 in the OSGi Enterprise
Specification.
@@ -21,6 +21,7 @@ The following configuration property has
service appears. When setting this property the default context will
still be used.
+
Apache CXF Distributed OSGi 1.1 Release Notes
=============================================