Author: amichai
Date: Sun Jun 9 17:31:55 2013
New Revision: 1491250
URL: http://svn.apache.org/r1491250
Log:
Fix missing spaces and standardize bundle names and descriptions
Modified:
cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml
cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml
cxf/dosgi/trunk/discovery/local/pom.xml
cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml
cxf/dosgi/trunk/dsw/cxf-topology-manager/pom.xml
cxf/dosgi/trunk/samples/discovery/client/pom.xml
cxf/dosgi/trunk/samples/discovery/impl/pom.xml
cxf/dosgi/trunk/samples/discovery/interface/pom.xml
cxf/dosgi/trunk/samples/ds/client/pom.xml
cxf/dosgi/trunk/samples/ds/impl/pom.xml
cxf/dosgi/trunk/samples/ds/interface/pom.xml
cxf/dosgi/trunk/samples/greeter/client/pom.xml
cxf/dosgi/trunk/samples/greeter/impl/pom.xml
cxf/dosgi/trunk/samples/greeter/interface/pom.xml
cxf/dosgi/trunk/samples/greeter_rest/client/pom.xml
cxf/dosgi/trunk/samples/greeter_rest/impl/pom.xml
cxf/dosgi/trunk/samples/greeter_rest/impl2/pom.xml
cxf/dosgi/trunk/samples/greeter_rest/interface/pom.xml
cxf/dosgi/trunk/samples/security_filter/pom.xml
cxf/dosgi/trunk/samples/spring_dm/client/pom.xml
cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml
cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml
Modified: cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml Sun Jun 9
17:31:55 2013
@@ -103,11 +103,8 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
- <Bundle-Name>CXF Zookeeper-based Discovery
- Service Bundle</Bundle-Name>
- <Bundle-Description>This bundle contains an
- implementation of the Distributed OSGi
- Discovery Service using
Zookeeper</Bundle-Description>
+ <Bundle-Name>CXF ZooKeeper-based Discovery Service
Bundle</Bundle-Name>
+ <Bundle-Description>An implementation of the
Distributed OSGi Discovery Service using ZooKeeper</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Vendor>The Apache Software
Foundation</Bundle-Vendor>
<Bundle-Activator>org.apache.cxf.dosgi.discovery.zookeeper.Activator</Bundle-Activator>
Modified: cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml
(original)
+++ cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml Sun
Jun 9 17:31:55 2013
@@ -69,7 +69,7 @@
<configuration>
<instructions>
<Bundle-Name>ZooKeeper server configuration
bundle</Bundle-Name>
- <Bundle-Description>This bundle can configure the
ZooKeeper server in an OSGi Framework</Bundle-Description>
+ <Bundle-Description>Configures the ZooKeeper server in
an OSGi Framework</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Activator>org.apache.cxf.dosgi.discovery.zookeeper.server.config.Activator</Bundle-Activator>
<Import-Package>*</Import-Package>
Modified: cxf/dosgi/trunk/discovery/local/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/local/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/local/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/local/pom.xml Sun Jun 9 17:31:55 2013
@@ -83,9 +83,7 @@
<configuration>
<instructions>
<Bundle-Name>CXF Local Discovery Service
Bundle</Bundle-Name>
- <Bundle-Description>This bundle contains the
- implementation required by the CXF Local
- Discovery Service Bundle</Bundle-Description>
+ <Bundle-Description>The CXF Local Discovery Service
Implementation</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Activator>org.apache.cxf.dosgi.discovery.local.internal.Activator</Bundle-Activator>
<Import-Package>
Modified: cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml (original)
+++ cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml Sun Jun 9 17:31:55 2013
@@ -115,11 +115,8 @@
<extensions>true</extensions>
<configuration>
<instructions>
- <Bundle-Name>CXF dOSGi Remote Service Admin
- Implementation</Bundle-Name>
- <Bundle-Description>This bundle contains the
- implementation required by the CXF
- Distributed Software Bundle</Bundle-Description>
+ <Bundle-Name>CXF dOSGi Remote Service Admin
Implementation</Bundle-Name>
+ <Bundle-Description>The CXF Remote Service Admin as
described in the OSGi Remote Service Admin specification</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Vendor>The Apache Software
Foundation</Bundle-Vendor>
<Import-Package>${bundle.import.package}</Import-Package>
Modified: cxf/dosgi/trunk/dsw/cxf-topology-manager/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-topology-manager/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/dsw/cxf-topology-manager/pom.xml (original)
+++ cxf/dosgi/trunk/dsw/cxf-topology-manager/pom.xml Sun Jun 9 17:31:55 2013
@@ -82,9 +82,7 @@
<configuration>
<instructions>
<Bundle-Name>CXF dOSGi Topology Manager</Bundle-Name>
- <Bundle-Description>Default CXF Topology Manager
- as described in OSGi Remote Service Admin
- specification.</Bundle-Description>
+ <Bundle-Description>The default CXF Topology Manager
as described in the OSGi Remote Service Admin specification</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Vendor>The Apache Software
Foundation</Bundle-Vendor>
<Bundle-Activator>org.apache.cxf.dosgi.topologymanager.Activator</Bundle-Activator>
Modified: cxf/dosgi/trunk/samples/discovery/client/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/discovery/client/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/discovery/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/discovery/client/pom.xml Sun Jun 9 17:31:55 2013
@@ -58,7 +58,7 @@
<configuration>
<instructions>
<Bundle-Name>${project.name}</Bundle-Name>
- <Bundle-Description>This bundle contains the client-side
implementation of the Distributed OSGi Discovery sample.</Bundle-Description>
+ <Bundle-Description>The client-side implementation of the
Distributed OSGi Discovery sample</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Activator>org.apache.cxf.dosgi.samples.discovery.consumer.Activator</Bundle-Activator>
<Import-Package>
Modified: cxf/dosgi/trunk/samples/discovery/impl/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/discovery/impl/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/discovery/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/discovery/impl/pom.xml Sun Jun 9 17:31:55 2013
@@ -58,7 +58,7 @@
<configuration>
<instructions>
<Bundle-Name>${project.name}</Bundle-Name>
- <Bundle-Description>This bundle contains the server-side
implementation of the Distributed OSGi Discovery sample.</Bundle-Description>
+ <Bundle-Description>The server-side implementation of the
Distributed OSGi Discovery sample</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Activator>org.apache.cxf.dosgi.samples.discovery.impl.Activator</Bundle-Activator>
<Import-Package>
Modified: cxf/dosgi/trunk/samples/discovery/interface/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/discovery/interface/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/discovery/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/discovery/interface/pom.xml Sun Jun 9 17:31:55 2013
@@ -40,7 +40,7 @@
<configuration>
<instructions>
<Bundle-Name>${project.name}</Bundle-Name>
- <Bundle-Description>This bundle contains the interfaces of the
Distributed OSGi Discovery sample.</Bundle-Description>
+ <Bundle-Description>The interfaces of the Distributed OSGi
Discovery sample</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Import-Package />
<Export-Package>org.apache.cxf.dosgi.samples.discovery</Export-Package>
Modified: cxf/dosgi/trunk/samples/ds/client/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/ds/client/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/ds/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/ds/client/pom.xml Sun Jun 9 17:31:55 2013
@@ -53,7 +53,7 @@
<configuration>
<instructions>
<Bundle-Name>${project.name}</Bundle-Name>
- <Bundle-Description>This bundle contains the client-side
implementation of the Distributed OSGi with Declarative Services
sample.</Bundle-Description>
+ <Bundle-Description>The client-side implementation of the
Distributed OSGi with Declarative Services sample</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Activator>org.apache.cxf.dosgi.samples.ds.consumer.Activator</Bundle-Activator>
<Import-Package>*</Import-Package>
Modified: cxf/dosgi/trunk/samples/ds/impl/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/ds/impl/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/ds/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/ds/impl/pom.xml Sun Jun 9 17:31:55 2013
@@ -47,7 +47,7 @@
<configuration>
<instructions>
<Bundle-Name>${project.name}</Bundle-Name>
- <Bundle-Description>This bundle contains the server-side
implementation of the Distributed OSGi with Declarative Services
sample.</Bundle-Description>
+ <Bundle-Description>The server-side implementation of the
Distributed OSGi with Declarative Services sample</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Import-Package>org.apache.cxf.dosgi.samples.ds</Import-Package>
<Private-Package>org.apache.cxf.dosgi.samples.ds.impl</Private-Package>
Modified: cxf/dosgi/trunk/samples/ds/interface/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/ds/interface/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/ds/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/ds/interface/pom.xml Sun Jun 9 17:31:55 2013
@@ -40,7 +40,7 @@
<configuration>
<instructions>
<Bundle-Name>${project.name}</Bundle-Name>
- <Bundle-Description>This bundle contains the interfaces of the
Distributed OSGi with Declarative Services sample.</Bundle-Description>
+ <Bundle-Description>The interfaces of the Distributed OSGi with
Declarative Services sample</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Import-Package />
<Export-Package>org.apache.cxf.dosgi.samples.ds</Export-Package>
Modified: cxf/dosgi/trunk/samples/greeter/client/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/client/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/client/pom.xml Sun Jun 9 17:31:55 2013
@@ -65,7 +65,7 @@
<configuration>
<instructions>
<Bundle-Name>CXF Distributed OSGi Greeter Demo Client
Bundle</Bundle-Name>
- <Bundle-Description>This bundle contains the
implementation the Distributed OSGi Greeter Demo Client</Bundle-Description>
+ <Bundle-Description>The client-side implementation of
the Distributed OSGi Greeter demo</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Activator>org.apache.cxf.dosgi.samples.greeter.client.Activator</Bundle-Activator>
<Import-Package>${bundle.import.package}</Import-Package>
Modified: cxf/dosgi/trunk/samples/greeter/impl/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/impl/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/impl/pom.xml Sun Jun 9 17:31:55 2013
@@ -64,7 +64,7 @@
<configuration>
<instructions>
<Bundle-Name>CXF Distributed OSGi Greeter Demo Service
Implementation Bundle</Bundle-Name>
- <Bundle-Description>This bundle contains the
implementation of the CXF Distributed OSGi Greeter Demo Implementation
Bundle</Bundle-Description>
+ <Bundle-Description>The server-side implementation of
the CXF Distributed OSGi Greeter demo</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Activator>org.apache.cxf.dosgi.samples.greeter.impl.Activator</Bundle-Activator>
<Import-Package>${bundle.import.package}</Import-Package>
Modified: cxf/dosgi/trunk/samples/greeter/interface/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter/interface/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter/interface/pom.xml Sun Jun 9 17:31:55 2013
@@ -59,7 +59,7 @@
<configuration>
<instructions>
<Bundle-Name>CXF Distributed OSGi Greeter Demo
Interface Bundle</Bundle-Name>
- <Bundle-Description>This bundle contains the
implementation of the CXF Distributed OSGi Greeter Demo
Interfaces</Bundle-Description>
+ <Bundle-Description>The interfaces of the CXF
Distributed OSGi Greeter demo</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Import-Package>${bundle.import.package}</Import-Package>
<Export-Package>${bundle.export.package}</Export-Package>
Modified: cxf/dosgi/trunk/samples/greeter_rest/client/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter_rest/client/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter_rest/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter_rest/client/pom.xml Sun Jun 9 17:31:55 2013
@@ -63,8 +63,8 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
- <Bundle-Name>CXF Distributed OSGi Greeter Rest Demo
Client Bundle</Bundle-Name>
- <Bundle-Description>This bundle contains the
implementation the Distributed OSGi Greeter Rest Demo
Client</Bundle-Description>
+ <Bundle-Name>CXF Distributed OSGi Greeter REST Demo
Client Bundle</Bundle-Name>
+ <Bundle-Description>The client-side implementation of
the Distributed OSGi Greeter REST demo</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Activator>org.apache.cxf.dosgi.samples.greeter.client.rest.Activator</Bundle-Activator>
<Import-Package>${bundle.import.package}</Import-Package>
Modified: cxf/dosgi/trunk/samples/greeter_rest/impl/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter_rest/impl/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter_rest/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter_rest/impl/pom.xml Sun Jun 9 17:31:55 2013
@@ -64,8 +64,8 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
- <Bundle-Name>CXF Distributed OSGi Greeter Demo Service
Rest Implementation Bundle</Bundle-Name>
- <Bundle-Description>This bundle contains the
implementation of the CXF Distributed OSGi Greeter Rest Demo Implementation
Bundle</Bundle-Description>
+ <Bundle-Name>CXF Distributed OSGi Greeter Demo Service
REST Implementation Bundle</Bundle-Name>
+ <Bundle-Description>The server-side implementation of
the CXF Distributed OSGi Greeter REST demo</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Activator>org.apache.cxf.dosgi.samples.greeter.impl.rest.Activator</Bundle-Activator>
<Import-Package>${bundle.import.package}</Import-Package>
Modified: cxf/dosgi/trunk/samples/greeter_rest/impl2/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter_rest/impl2/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter_rest/impl2/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter_rest/impl2/pom.xml Sun Jun 9 17:31:55 2013
@@ -64,8 +64,8 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
- <Bundle-Name>CXF Distributed OSGi Greeter Demo Service
Rest Implementation2 Bundle</Bundle-Name>
- <Bundle-Description>This bundle contains the
implementation of the CXF Distributed OSGi Greeter Rest Demo Implementation2
Bundle</Bundle-Description>
+ <Bundle-Name>CXF Distributed OSGi Greeter Demo Service
REST Implementation2 Bundle</Bundle-Name>
+ <Bundle-Description>The 2nd server-side implementation
of the CXF Distributed OSGi Greeter REST demo</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Activator>org.apache.cxf.dosgi.samples.greeter.impl2.rest.Activator</Bundle-Activator>
<Import-Package>${bundle.import.package}</Import-Package>
Modified: cxf/dosgi/trunk/samples/greeter_rest/interface/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/greeter_rest/interface/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/greeter_rest/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/greeter_rest/interface/pom.xml Sun Jun 9 17:31:55
2013
@@ -67,8 +67,8 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
- <Bundle-Name>CXF Distributed OSGi Greeter Rest Demo
Interface Bundle</Bundle-Name>
- <Bundle-Description>This bundle contains the
implementation of the CXF Distributed OSGi Greeter Rest Demo
Interfaces</Bundle-Description>
+ <Bundle-Name>CXF Distributed OSGi Greeter REST Demo
Interface Bundle</Bundle-Name>
+ <Bundle-Description>The interfaces of the CXF
Distributed OSGi Greeter REST demo</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Import-Package>${bundle.import.package}</Import-Package>
<Export-Package>${bundle.export.package}</Export-Package>
Modified: cxf/dosgi/trunk/samples/security_filter/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/security_filter/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/security_filter/pom.xml (original)
+++ cxf/dosgi/trunk/samples/security_filter/pom.xml Sun Jun 9 17:31:55 2013
@@ -69,7 +69,7 @@
<configuration>
<instructions>
<Bundle-Name>${project.name}</Bundle-Name>
- <Bundle-Description>This bundle contains an example Distributed
OSGi endpoint that passes requests through a security
filter.</Bundle-Description>
+ <Bundle-Description>An example Distributed OSGi endpoint that
passes requests through a security filter</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Private-Package>org.apache.cxf.dosgi.samples.security</Private-Package>
<Bundle-Activator>org.apache.cxf.dosgi.samples.security.Activator</Bundle-Activator>
Modified: cxf/dosgi/trunk/samples/spring_dm/client/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/client/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/client/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/client/pom.xml Sun Jun 9 17:31:55 2013
@@ -48,7 +48,7 @@
<configuration>
<instructions>
<Bundle-Name>CXF Distributed OSGi Spring-DM Sample Client
Bundle</Bundle-Name>
- <Bundle-Description>This bundle contains the client-side
implementation of the Distributed OSGi with Spring-DM
sample.</Bundle-Description>
+ <Bundle-Description>The client-side implementation of the
Distributed OSGi with Spring-DM sample</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Import-Package>org.apache.cxf.dosgi.samples.springdm</Import-Package>
<Private-Package>org.apache.cxf.dosgi.samples.springdm.client</Private-Package>
Modified: cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml Sun Jun 9 17:31:55 2013
@@ -48,7 +48,7 @@
<configuration>
<instructions>
<Bundle-Name>CXF Distributed OSGi Spring-DM Sample Implementation
Bundle</Bundle-Name>
- <Bundle-Description>This bundle contains the server-side
implementation of the Distributed OSGi with Spring-DM
sample.</Bundle-Description>
+ <Bundle-Description>The server-side implementation of the
Distributed OSGi with Spring-DM sample</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Import-Package>org.apache.cxf.dosgi.samples.springdm</Import-Package>
<Private-Package>org.apache.cxf.dosgi.samples.springdm.impl</Private-Package>
Modified: cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml?rev=1491250&r1=1491249&r2=1491250&view=diff
==============================================================================
--- cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml (original)
+++ cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml Sun Jun 9 17:31:55 2013
@@ -40,7 +40,7 @@
<configuration>
<instructions>
<Bundle-Name>CXF Distributed OSGi Spring-DM Sample Interface
Bundle</Bundle-Name>
- <Bundle-Description>This bundle contains the interfaces of the
Distributed OSGi with Spring-DM sample.</Bundle-Description>
+ <Bundle-Description>The interfaces of the Distributed OSGi with
Spring-DM sample</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Import-Package />
<Export-Package>org.apache.cxf.dosgi.samples.springdm</Export-Package>