Author: lhein
Date: Mon Jan 17 20:47:14 2011
New Revision: 1060088

URL: http://svn.apache.org/viewvc?rev=1060088&view=rev
Log:
added bundle description osgi header (see ESB-1271)

Modified:
    servicemix/smx4/features/trunk/branding/pom.xml
    servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml
    servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml
    servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml
    servicemix/smx4/features/trunk/examples/camel-blueprint/pom.xml
    servicemix/smx4/features/trunk/examples/camel-nmr-blueprint/pom.xml
    servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml
    servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml
    servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml
    servicemix/smx4/features/trunk/examples/cxf-jaxrs/pom.xml
    servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml
    servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml
    servicemix/smx4/features/trunk/examples/cxf-ws-addressing/pom.xml
    servicemix/smx4/features/trunk/examples/cxf-ws-rm/pom.xml
    servicemix/smx4/features/trunk/examples/cxf-ws-security-osgi/pom.xml

Modified: servicemix/smx4/features/trunk/branding/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/branding/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/branding/pom.xml (original)
+++ servicemix/smx4/features/trunk/branding/pom.xml Mon Jan 17 20:47:14 2011
@@ -48,6 +48,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                         <Import-Package>*</Import-Package>
                         <Private-Package>!*</Private-Package>
                         <Export-Package>

Modified: servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml Mon Jan 17 
20:47:14 2011
@@ -171,6 +171,7 @@
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Import-Package>*</Import-Package>
                         
<Export-Package>org.apache.servicemix.camel.nmr*</Export-Package>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                     </instructions>
                 </configuration>
             </plugin>

Modified: servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/pom.xml Mon Jan 17 
20:47:14 2011
@@ -83,6 +83,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                         <Import-Package>
                             javax.xml.stream;version="[0.0,2)",
                             *

Modified: servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/cxf/cxf-transport-nmr/pom.xml Mon Jan 17 
20:47:14 2011
@@ -77,6 +77,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                         <Import-Package>
                             javax.xml.bind*;version="[0.0,3)",
                             javax.activation;version="[0.0,2)",

Modified: servicemix/smx4/features/trunk/examples/camel-blueprint/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel-blueprint/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel-blueprint/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/camel-blueprint/pom.xml Mon Jan 17 
20:47:14 2011
@@ -41,6 +41,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                         
<Import-Package>*,org.apache.camel.osgi</Import-Package>
                         
<Private-Package>org.apache.servicemix.examples.camel</Private-Package>
                     </instructions>

Modified: servicemix/smx4/features/trunk/examples/camel-nmr-blueprint/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel-nmr-blueprint/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel-nmr-blueprint/pom.xml 
(original)
+++ servicemix/smx4/features/trunk/examples/camel-nmr-blueprint/pom.xml Mon Jan 
17 20:47:14 2011
@@ -39,6 +39,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                         
<Import-Package>org.apache.servicemix.camel.nmr,org.apache.servicemix.nmr.api,*</Import-Package>
                         
<Private-Package>org.apache.servicemix.examples.camel</Private-Package>
                     </instructions>

Modified: servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml Mon Jan 17 
20:47:14 2011
@@ -47,6 +47,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                         
<Import-Package>org.apache.servicemix.camel.nmr,org.apache.servicemix.nmr.api,*</Import-Package>
                         
<Private-Package>org.apache.servicemix.examples.camel</Private-Package>
                     </instructions>

Modified: servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml Mon Jan 17 
20:47:14 2011
@@ -51,6 +51,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                         <Import-Package>*</Import-Package>
                         
<Private-Package>org.apache.servicemix.examples.camel</Private-Package>
                     </instructions>

Modified: servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-camel-nmr/pom.xml Mon Jan 17 
20:47:14 2011
@@ -55,6 +55,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                         <Import-Package>
                            
javax.jws,javax.wsdl,META-INF.cxf,META-INF.cxf.transport.nmr,
                            org.apache.cxf.bus,org.apache.servicemix.camel.nmr,

Modified: servicemix/smx4/features/trunk/examples/cxf-jaxrs/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-jaxrs/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-jaxrs/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-jaxrs/pom.xml Mon Jan 17 
20:47:14 2011
@@ -54,6 +54,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                         <Import-Package>
                             javax.wsdl,
                             javax.xml.bind,

Modified: servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-nmr/pom.xml Mon Jan 17 20:47:14 
2011
@@ -46,6 +46,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                         <Import-Package>
                             javax.jws, javax.wsdl,
                             META-INF.cxf,META-INF.cxf.transport.nmr,

Modified: servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml Mon Jan 17 
20:47:14 2011
@@ -50,6 +50,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                         <Import-Package>
                             javax.jws,
                             javax.wsdl,

Modified: servicemix/smx4/features/trunk/examples/cxf-ws-addressing/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-ws-addressing/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-ws-addressing/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-ws-addressing/pom.xml Mon Jan 
17 20:47:14 2011
@@ -1,4 +1,42 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE project [
+        <!ELEMENT project 
(modelVersion|parent|artifactId|packaging|name|dependencies|build)*>
+        <!ATTLIST project
+                xmlns CDATA #REQUIRED
+                xmlns:xsi CDATA #REQUIRED
+                xsi:schemaLocation CDATA #REQUIRED>
+        <!ELEMENT modelVersion (#PCDATA)>
+        <!ELEMENT parent (groupId|artifactId|version)*>
+        <!ELEMENT groupId (#PCDATA)>
+        <!ELEMENT artifactId (#PCDATA)>
+        <!ELEMENT version (#PCDATA)>
+        <!ELEMENT packaging (#PCDATA)>
+        <!ELEMENT name (#PCDATA)>
+        <!ELEMENT dependencies (dependency)*>
+        <!ELEMENT dependency (groupId|artifactId|scope)*>
+        <!ELEMENT scope (#PCDATA)>
+        <!ELEMENT build (plugins)*>
+        <!ELEMENT plugins (plugin)*>
+        <!ELEMENT plugin (groupId|artifactId|executions|configuration)*>
+        <!ELEMENT executions (execution)*>
+        <!ELEMENT execution (id|phase|configuration|goals)*>
+        <!ELEMENT id (#PCDATA)>
+        <!ELEMENT phase (#PCDATA)>
+        <!ELEMENT configuration 
(sourceRoot|wsdlOptions|instructions|mainClass|includePluginDependencies)*>
+        <!ELEMENT sourceRoot (#PCDATA)>
+        <!ELEMENT wsdlOptions (wsdlOption)*>
+        <!ELEMENT wsdlOption (wsdl)*>
+        <!ELEMENT wsdl (#PCDATA)>
+        <!ELEMENT goals (goal)*>
+        <!ELEMENT goal (#PCDATA)>
+        <!ELEMENT instructions 
(Bundle-SymbolicName|Import-Package|Require-Bundle|Export-Package)*>
+        <!ELEMENT Bundle-SymbolicName (#PCDATA)>
+        <!ELEMENT Import-Package (#PCDATA)>
+        <!ELEMENT Require-Bundle (#PCDATA)>
+        <!ELEMENT Export-Package (#PCDATA)>
+        <!ELEMENT mainClass (#PCDATA)>
+        <!ELEMENT includePluginDependencies (#PCDATA)>
+        ]>
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 
     <!--
@@ -76,6 +114,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                         <Import-Package>
                             javax.jws,
                             javax.wsdl,

Modified: servicemix/smx4/features/trunk/examples/cxf-ws-rm/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-ws-rm/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-ws-rm/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-ws-rm/pom.xml Mon Jan 17 
20:47:14 2011
@@ -78,6 +78,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                         <Import-Package>
                             javax.jws,
                             javax.wsdl,

Modified: servicemix/smx4/features/trunk/examples/cxf-ws-security-osgi/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-ws-security-osgi/pom.xml?rev=1060088&r1=1060087&r2=1060088&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-ws-security-osgi/pom.xml 
(original)
+++ servicemix/smx4/features/trunk/examples/cxf-ws-security-osgi/pom.xml Mon 
Jan 17 20:47:14 2011
@@ -55,6 +55,7 @@
                 <configuration>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        
<Bundle-Description>${project.description}</Bundle-Description>
                         <Import-Package>
                             javax.jws,
                             javax.xml.bind.annotation,


Reply via email to