Fixed package information. (FELIX-1205)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@797564 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.osgi.compendium/src/main/resources/info/dmtree/notification/package.html b/org.osgi.compendium/src/main/resources/info/dmtree/notification/package.html
index 5d8f329..b95e61c 100644
--- a/org.osgi.compendium/src/main/resources/info/dmtree/notification/package.html
+++ b/org.osgi.compendium/src/main/resources/info/dmtree/notification/package.html
@@ -1,4 +1,4 @@
-<!-- $Header: /cvshome/build/info.dmtree/src/info/dmtree/notification/package.html,v 1.2 2006/07/12 21:07:14 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Device Management Tree Notification Package Version 1.0.
 This package contains the public API of the Notification service. This service
@@ -8,6 +8,6 @@
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: info.dmtree.notification;version=1.0
+Import-Package: info.dmtree.notification;version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/info/dmtree/notification/spi/package.html b/org.osgi.compendium/src/main/resources/info/dmtree/notification/spi/package.html
index 86d9399..7a17cd9 100644
--- a/org.osgi.compendium/src/main/resources/info/dmtree/notification/spi/package.html
+++ b/org.osgi.compendium/src/main/resources/info/dmtree/notification/spi/package.html
@@ -1,4 +1,4 @@
-<!-- $Header: /cvshome/build/info.dmtree/src/info/dmtree/notification/spi/package.html,v 1.2 2006/07/12 21:07:14 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Device Management Tree Notification SPI Package Version 1.0.
 This package contains the SPI (Service Provider Interface) of the Notification
@@ -10,6 +10,6 @@
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: info.dmtree.notification.spi;version=1.0
+Import-Package: info.dmtree.notification.spi;version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/info/dmtree/package.html b/org.osgi.compendium/src/main/resources/info/dmtree/package.html
index 017494f..51602f5 100644
--- a/org.osgi.compendium/src/main/resources/info/dmtree/package.html
+++ b/org.osgi.compendium/src/main/resources/info/dmtree/package.html
@@ -1,4 +1,4 @@
-<!-- $Header: /cvshome/build/info.dmtree/src/info/dmtree/package.html,v 1.2 2006/07/12 21:07:14 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Device Management Tree Package Version 1.0.
 This package contains the public API for the Device Management Tree 
@@ -11,6 +11,6 @@
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: info.dmtree;version=1.0
+Import-Package: info.dmtree;version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/info/dmtree/packageinfo b/org.osgi.compendium/src/main/resources/info/dmtree/packageinfo
index 7c8de03..b3d1f97 100644
--- a/org.osgi.compendium/src/main/resources/info/dmtree/packageinfo
+++ b/org.osgi.compendium/src/main/resources/info/dmtree/packageinfo
@@ -1 +1 @@
-version 1.0
+version 1.0.1
diff --git a/org.osgi.compendium/src/main/resources/info/dmtree/registry/package.html b/org.osgi.compendium/src/main/resources/info/dmtree/registry/package.html
index 5ad36d0..b2122ac 100644
--- a/org.osgi.compendium/src/main/resources/info/dmtree/registry/package.html
+++ b/org.osgi.compendium/src/main/resources/info/dmtree/registry/package.html
@@ -1,4 +1,4 @@
-<!-- $Header: /cvshome/build/info.dmtree/src/info/dmtree/registry/package.html,v 1.2 2006/07/12 21:07:14 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Device Management Tree Registry Package Version 1.0.
 This package contains the factory class providing access to the different
@@ -10,6 +10,6 @@
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: info.dmtree.registry;version=1.0
+Import-Package: info.dmtree.registry;version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/info/dmtree/security/package.html b/org.osgi.compendium/src/main/resources/info/dmtree/security/package.html
index 546edb7..f5c2fb4 100644
--- a/org.osgi.compendium/src/main/resources/info/dmtree/security/package.html
+++ b/org.osgi.compendium/src/main/resources/info/dmtree/security/package.html
@@ -1,4 +1,4 @@
-<!-- $Header: /cvshome/build/info.dmtree/src/info/dmtree/security/package.html,v 1.2 2006/07/12 21:07:14 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Device Management Tree Security Package Version 1.0.
 This package contains the permission classes used by the Device
@@ -7,6 +7,6 @@
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: info.dmtree.security;version=1.0
+Import-Package: info.dmtree.security;version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/info/dmtree/spi/package.html b/org.osgi.compendium/src/main/resources/info/dmtree/spi/package.html
index d795180..63291f7 100644
--- a/org.osgi.compendium/src/main/resources/info/dmtree/spi/package.html
+++ b/org.osgi.compendium/src/main/resources/info/dmtree/spi/package.html
@@ -1,4 +1,4 @@
-<!-- $Header: /cvshome/build/info.dmtree/src/info/dmtree/spi/package.html,v 1.2 2006/07/12 21:07:14 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Device Management Tree SPI Package Version 1.0.
 This package contains the interface classes that compose the Device Management 
@@ -8,6 +8,6 @@
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: info.dmtree.spi;version=1.0
+Import-Package: info.dmtree.spi;version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/application/package.html b/org.osgi.compendium/src/main/resources/org/osgi/application/package.html
index e3386d0..5230b62 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/application/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/application/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.application/src/org/osgi/application/package.html,v 1.2 2006/07/12 21:07:09 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Foreign Application Package Version 1.0.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.application; version=1.0
+Import-Package: org.osgi.application; version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/application/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/application/package.html
index 57ba7be..18daeb5 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/application/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/application/package.html
@@ -1 +1,11 @@
-<!-- $Header: /cvshome/build/org.osgi.service.application/src/org/osgi/service/application/package.html,v 1.5 2006/07/12 21:07:13 hargrave Exp $ -->
<BODY>
<p>Application Package Version 1.0.
<p>Bundles wishing to use this package must list the package
in the Import-Package header of the bundle's manifest.
For example:
<pre>
Import-Package: org.osgi.service.application; version=1.0
</pre>
</BODY>


\ No newline at end of file
+<!-- $Revision: 6204 $ -->
+<BODY>
+<p>Application Package Version 1.1.
+<p>Bundles wishing to use this package must list the package
+in the Import-Package header of the bundle's manifest.
+For example:
+<pre>
+Import-Package: org.osgi.service.application; version=&quot;[1.1,2.0)&quot;
+</pre>
+</BODY>
+
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/application/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/service/application/packageinfo
index 7c8de03..3987f9c 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/application/packageinfo
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/application/packageinfo
@@ -1 +1 @@
-version 1.0
+version 1.1
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/blueprint/container/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/blueprint/container/package.html
new file mode 100644
index 0000000..6b2fc92
--- /dev/null
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/blueprint/container/package.html
@@ -0,0 +1,21 @@
+<!-- $Revision: 7556 $ -->
+<BODY>
+<p>Blueprint Container Package Version 1.0.</p>
+<p>Bundles wishing to use this package must list the package
+in the Import-Package header of the bundle's manifest.
+For example:</p>
+<pre>
+Import-Package: org.osgi.service.blueprint.container; version=&quot;[1.0,2.0)&quot;
+</pre>
+<p>
+	This package defines the primary interface to a Blueprint Container,
+	<code>BlueprintContainer</code>. An instance of this type is available
+        inside a Blueprint Container as an implicitly defined component with the name
+        &quot;blueprintContainer&quot;.
+</p>
+<p>
+	This package also declares the supporting exception types, listener, and constants for working with a Blueprint
+	Container.
+</p>
+</BODY>
+
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/blueprint/container/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/service/blueprint/container/packageinfo
new file mode 100644
index 0000000..7c8de03
--- /dev/null
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/blueprint/container/packageinfo
@@ -0,0 +1 @@
+version 1.0
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/blueprint/reflect/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/blueprint/reflect/package.html
new file mode 100644
index 0000000..534999d
--- /dev/null
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/blueprint/reflect/package.html
@@ -0,0 +1,14 @@
+<!-- $Revision: 7556 $ -->
+<BODY>
+<p>Blueprint Reflection Package Version 1.0.
+<p>Bundles wishing to use this package must list the package
+in the Import-Package header of the bundle's manifest.
+For example:
+<pre>
+Import-Package: org.osgi.service.blueprint.reflect; version=&quot;[1.0,2.0)&quot;
+</pre>
+<p> This package provides a reflection-based view of the configuration information for a
+	Blueprint Container.
+</p>
+</BODY>
+
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/blueprint/reflect/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/service/blueprint/reflect/packageinfo
new file mode 100644
index 0000000..7c8de03
--- /dev/null
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/blueprint/reflect/packageinfo
@@ -0,0 +1 @@
+version 1.0
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/cm/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/cm/package.html
index e772cb9..0234320 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/cm/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/cm/package.html
@@ -1,11 +1,11 @@
-<!-- $Header: /cvshome/build/org.osgi.service.cm/src/org/osgi/service/cm/package.html,v 1.3 2006/07/12 21:07:02 hargrave Exp $ -->
+<!-- $Revision: 7356 $ -->
 <BODY>
-<p>Configuration Admin Package Version 1.2.
+<p>Configuration Admin Package Version 1.3.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.cm; version=1.2
+Import-Package: org.osgi.service.cm; version=&quot;[1.3,2.0)&quot;
 </pre>
 </BODY>
 
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/cm/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/service/cm/packageinfo
index ef7df68..0117a56 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/cm/packageinfo
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/cm/packageinfo
@@ -1 +1 @@
-version 1.2
+version 1.3
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/component/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/component/package.html
index 8189666..2e7717e 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/component/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/component/package.html
@@ -1,11 +1,11 @@
-<!-- $Header: /cvshome/build/org.osgi.service.component/src/org/osgi/service/component/package.html,v 1.3 2006/07/12 21:07:00 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
-<p>Service Component Package Version 1.0.
+<p>Service Component Package Version 1.1.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.component; version=1.0
+Import-Package: org.osgi.service.component; version=&quot;[1.1,2.0)&quot;
 </pre>
 </BODY>
 
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/component/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/service/component/packageinfo
index 7c8de03..3987f9c 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/component/packageinfo
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/component/packageinfo
@@ -1 +1 @@
-version 1.0
+version 1.1
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/package.html
index eada510..5ba69e3 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.service.deploymentadmin/src/org/osgi/service/deploymentadmin/package.html,v 1.4 2006/07/12 21:07:12 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
-<p>Deployment Admin Package Version 1.0.
+<p>Deployment Admin Package Version 1.1.
 <p>Bundles wishing to use this package must list the package
-in the <TT>Import-Package</TT> header of the bundle's manifest.
+in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.deploymentadmin; version=1.0
+Import-Package: org.osgi.service.deploymentadmin; version=&quot;[1.1,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/packageinfo
index 7c8de03..3987f9c 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/packageinfo
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/packageinfo
@@ -1 +1 @@
-version 1.0
+version 1.1
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/spi/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/spi/package.html
index f5f6c7c..cfa5e3f 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/spi/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/spi/package.html
@@ -1,12 +1,12 @@
-<!-- $Header: /cvshome/build/org.osgi.service.deploymentadmin/src/org/osgi/service/deploymentadmin/spi/package.html,v 1.3 2006/07/12 21:07:12 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Deployment Admin SPI Package Version 1.0.
 The SPI is used by Resource Processors.
 <p>Bundles wishing to use this package must list the package
-in the <TT>Import-Package</TT> header of the bundle's manifest.
+in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.deploymentadmin.spi; version=1.0
+Import-Package: org.osgi.service.deploymentadmin.spi; version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/spi/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/spi/packageinfo
index 7c8de03..b3d1f97 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/spi/packageinfo
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/deploymentadmin/spi/packageinfo
@@ -1 +1 @@
-version 1.0
+version 1.0.1
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/device/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/device/package.html
index 58c60a7..7647c20 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/device/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/device/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.service.device/src/org/osgi/service/device/package.html,v 1.3 2006/07/12 21:07:05 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Device Access Package Version 1.1.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.device; version=1.1
+Import-Package: org.osgi.service.device; version=&quot;[1.1,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/event/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/event/package.html
index ac36fcf..0d9d0bf 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/event/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/event/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.service.event/src/org/osgi/service/event/package.html,v 1.8 2006/07/12 21:07:18 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
-<p>Event Admin Package Version 1.1.
+<p>Event Admin Package Version 1.2.
 <p>Bundles wishing to use this package must list the package
-in the <TT>Import-Package</TT> header of the bundle's manifest.
+in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.event; version=1.1
+Import-Package: org.osgi.service.event; version=&quot;[1.2,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/event/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/service/event/packageinfo
index 3987f9c..ef7df68 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/event/packageinfo
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/event/packageinfo
@@ -1 +1 @@
-version 1.1
+version 1.2
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/http/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/http/package.html
index 73e6583..21f5fed 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/http/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/http/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.service.http/src/org/osgi/service/http/package.html,v 1.4 2006/07/12 21:07:18 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Http Service Package Version 1.2.
 <p>Bundles wishing to use this package must list the package
-in the <TT>Import-Package</TT> header of the bundle's manifest.
+in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.http; version=1.2
+Import-Package: org.osgi.service.http; version=&quot;[1.2,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/http/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/service/http/packageinfo
index ef7df68..6ebb891 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/http/packageinfo
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/http/packageinfo
@@ -1 +1 @@
-version 1.2
+version 1.2.1
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/io/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/io/package.html
index 4d4adc4..cecc3c3 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/io/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/io/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.service.io/src/org/osgi/service/io/package.html,v 1.3 2006/07/12 21:07:06 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>IO Connector Package Version 1.0.
 <p>Bundles wishing to use this package must list the package
-in the <TT>Import-Package</TT> header of the bundle's manifest.
+in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.io; version=1.0, javax.microedition.io
+Import-Package: org.osgi.service.io; version=&quot;[1.0,2.0)&quot;, javax.microedition.io
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/log/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/log/package.html
index ebbd7b0..02312bb 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/log/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/log/package.html
@@ -1,11 +1,11 @@
-<!-- $Header: /cvshome/build/org.osgi.service.log/src/org/osgi/service/log/package.html,v 1.4 2006/07/12 21:07:15 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Log Service Package Version 1.3.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.log; version=1.3
+Import-Package: org.osgi.service.log; version=&quot;[1.3,2.0)&quot;
 </pre>
 </BODY>
 
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/metatype/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/metatype/package.html
index 967270c..0b2b533 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/metatype/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/metatype/package.html
@@ -1,11 +1,11 @@
-<!-- $Header: /cvshome/build/org.osgi.service.metatype/src/org/osgi/service/metatype/package.html,v 1.5 2006/07/12 21:07:16 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Metatype Package Version 1.1.
 <p>Bundles wishing to use this package must list the package
-in the <TT>Import-Package</TT> header of the bundle's manifest.
+in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.metatype; version=1.1
+Import-Package: org.osgi.service.metatype; version=&quot;[1.1,2.0)&quot;
 </pre>
 </BODY>
 
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/monitor/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/monitor/package.html
index 565f431..5350310 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/monitor/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/monitor/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.service.monitor/src/org/osgi/service/monitor/package.html,v 1.4 2006/07/12 21:07:13 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Monitor Admin Package Version 1.0.
 <p>Bundles wishing to use this package must list the package
-in the <TT>Import-Package</TT> header of the bundle's manifest.
+in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.monitor; version=1.0
+Import-Package: org.osgi.service.monitor; version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/prefs/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/prefs/package.html
index ce6746a..9bbffe2 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/prefs/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/prefs/package.html
@@ -1,11 +1,11 @@
-<!-- $Header: /cvshome/build/org.osgi.service.prefs/src/org/osgi/service/prefs/package.html,v 1.4 2006/07/12 21:06:58 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Preferences Service Package Version 1.1.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.prefs; version=1.1
+Import-Package: org.osgi.service.prefs; version=&quot;[1.1,2.0)&quot;
 </pre>
 </BODY>
 
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/prefs/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/service/prefs/packageinfo
index 3987f9c..bb27c60 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/prefs/packageinfo
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/prefs/packageinfo
@@ -1 +1 @@
-version 1.1
+version 1.1.1
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/provisioning/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/provisioning/package.html
index c04a871..8c28950 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/provisioning/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/provisioning/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.service.provisioning/src/org/osgi/service/provisioning/package.html,v 1.4 2006/07/12 21:07:07 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
-<p>Provisioning Package Version 1.1.
+<p>Provisioning Package Version 1.2.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.provisioning; version=1.1
+Import-Package: org.osgi.service.provisioning; version=&quot;[1.2,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/provisioning/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/service/provisioning/packageinfo
index 3987f9c..ef7df68 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/provisioning/packageinfo
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/provisioning/packageinfo
@@ -1 +1 @@
-version 1.1
+version 1.2
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/upnp/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/upnp/package.html
index c6e9bcb..5422e04 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/upnp/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/upnp/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.service.upnp/src/org/osgi/service/upnp/package.html,v 1.4 2006/07/12 21:06:55 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>UPnP Package Version 1.1.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.upnp; version=1.1
+Import-Package: org.osgi.service.upnp; version=&quot;[1.1,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/useradmin/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/useradmin/package.html
index 917fbc0..c8c223d 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/useradmin/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/useradmin/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.service.useradmin/src/org/osgi/service/useradmin/package.html,v 1.4 2006/07/12 21:07:08 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>User Admin Package Version 1.1.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.useradmin; version=1.1
+Import-Package: org.osgi.service.useradmin; version=&quot;[1.1,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/service/wireadmin/package.html b/org.osgi.compendium/src/main/resources/org/osgi/service/wireadmin/package.html
index 490c0b5..36d1d82 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/service/wireadmin/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/service/wireadmin/package.html
@@ -1,11 +1,11 @@
-<!-- $Header: /cvshome/build/org.osgi.service.wireadmin/src/org/osgi/service/wireadmin/package.html,v 1.3 2006/07/12 21:07:06 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Wire Admin Package Version 1.0.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.service.wireadmin; version=1.0
+Import-Package: org.osgi.service.wireadmin; version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
 
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/util/cdma/package.html b/org.osgi.compendium/src/main/resources/org/osgi/util/cdma/package.html
new file mode 100644
index 0000000..eaa0953
--- /dev/null
+++ b/org.osgi.compendium/src/main/resources/org/osgi/util/cdma/package.html
@@ -0,0 +1,10 @@
+<!-- $Revision: 6204 $ -->

+<BODY>

+<p>CDMA Conditions Package Version 1.0.

+<p>Bundles wishing to use this package must list the package

+in the Import-Package header of the bundle's manifest.

+For example:

+<pre>

+Import-Package: org.osgi.util.cdma; version=&quot;[1.0,2.0)&quot;

+</pre>

+</BODY>

diff --git a/org.osgi.compendium/src/main/resources/org/osgi/util/cdma/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/util/cdma/packageinfo
new file mode 100644
index 0000000..a4f1546
--- /dev/null
+++ b/org.osgi.compendium/src/main/resources/org/osgi/util/cdma/packageinfo
@@ -0,0 +1 @@
+version 1.0
\ No newline at end of file
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/util/gsm/package.html b/org.osgi.compendium/src/main/resources/org/osgi/util/gsm/package.html
index 9f0a7c7..2b6bd0e 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/util/gsm/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/util/gsm/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.util.gsm/src/org/osgi/util/gsm/package.html,v 1.2 2006/07/12 21:06:54 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Mobile GSM Conditions Package Version 1.0.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.util.gsm; version=1.0
+Import-Package: org.osgi.util.gsm; version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/util/gsm/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/util/gsm/packageinfo
index a4f1546..c266447 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/util/gsm/packageinfo
+++ b/org.osgi.compendium/src/main/resources/org/osgi/util/gsm/packageinfo
@@ -1 +1 @@
-version 1.0
\ No newline at end of file
+version 1.0.1
\ No newline at end of file
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/util/measurement/package.html b/org.osgi.compendium/src/main/resources/org/osgi/util/measurement/package.html
index 61a8f9f..2eb3a8c 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/util/measurement/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/util/measurement/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.util.measurement/src/org/osgi/util/measurement/package.html,v 1.5 2006/07/12 21:07:19 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Measurement Package Version 1.0.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.util.measurement; version=1.0
+Import-Package: org.osgi.util.measurement; version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/util/measurement/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/util/measurement/packageinfo
index a4f1546..c266447 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/util/measurement/packageinfo
+++ b/org.osgi.compendium/src/main/resources/org/osgi/util/measurement/packageinfo
@@ -1 +1 @@
-version 1.0
\ No newline at end of file
+version 1.0.1
\ No newline at end of file
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/util/mobile/package.html b/org.osgi.compendium/src/main/resources/org/osgi/util/mobile/package.html
index d7e10be..5590197 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/util/mobile/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/util/mobile/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.util.mobile/src/org/osgi/util/mobile/package.html,v 1.2 2006/07/12 21:07:11 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Mobile Conditions Package Version 1.0.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.util.mobile; version=1.0
+Import-Package: org.osgi.util.mobile; version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/util/position/package.html b/org.osgi.compendium/src/main/resources/org/osgi/util/position/package.html
index 03fb769..d0d745f 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/util/position/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/util/position/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.util.position/src/org/osgi/util/position/package.html,v 1.3 2006/07/12 21:06:57 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>Position Package Version 1.0.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.util.position; version=1.0
+Import-Package: org.osgi.util.position; version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/util/position/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/util/position/packageinfo
index a4f1546..c266447 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/util/position/packageinfo
+++ b/org.osgi.compendium/src/main/resources/org/osgi/util/position/packageinfo
@@ -1 +1 @@
-version 1.0
\ No newline at end of file
+version 1.0.1
\ No newline at end of file
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/util/tracker/package.html b/org.osgi.compendium/src/main/resources/org/osgi/util/tracker/package.html
index f75e8c7..c29c891 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/util/tracker/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/util/tracker/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.util.tracker/src/org/osgi/util/tracker/package.html,v 1.4 2006/07/12 21:07:10 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
-<p>Service Tracker Package Version 1.3.
+<p>Tracker Package Version 1.4.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.util.tracker; version=1.3
+Import-Package: org.osgi.util.tracker; version=&quot;[1.4,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/util/tracker/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/util/tracker/packageinfo
index 0a6e6dc..cc13f19 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/util/tracker/packageinfo
+++ b/org.osgi.compendium/src/main/resources/org/osgi/util/tracker/packageinfo
@@ -1 +1 @@
-version 1.3.3
+version 1.4
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/util/xml/package.html b/org.osgi.compendium/src/main/resources/org/osgi/util/xml/package.html
index 45e61bb..e153322 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/util/xml/package.html
+++ b/org.osgi.compendium/src/main/resources/org/osgi/util/xml/package.html
@@ -1,10 +1,10 @@
-<!-- $Header: /cvshome/build/org.osgi.util.xml/src/org/osgi/util/xml/package.html,v 1.2 2006/07/12 21:06:59 hargrave Exp $ -->
+<!-- $Revision: 6204 $ -->
 <BODY>
 <p>XML Parser Package Version 1.0.
 <p>Bundles wishing to use this package must list the package
 in the Import-Package header of the bundle's manifest.
 For example:
 <pre>
-Import-Package: org.osgi.util.xml; version=1.0
+Import-Package: org.osgi.util.xml; version=&quot;[1.0,2.0)&quot;
 </pre>
 </BODY>
diff --git a/org.osgi.compendium/src/main/resources/org/osgi/util/xml/packageinfo b/org.osgi.compendium/src/main/resources/org/osgi/util/xml/packageinfo
index a4f1546..c266447 100644
--- a/org.osgi.compendium/src/main/resources/org/osgi/util/xml/packageinfo
+++ b/org.osgi.compendium/src/main/resources/org/osgi/util/xml/packageinfo
@@ -1 +1 @@
-version 1.0
\ No newline at end of file
+version 1.0.1
\ No newline at end of file