You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/06/17 16:42:06 UTC

svn commit: r668681 - in /servicemix/smx4/features/trunk: examples/camel-nmr/pom.xml examples/camel-osgi/pom.xml examples/cxf-osgi/pom.xml pom.xml

Author: gnodet
Date: Tue Jun 17 07:42:05 2008
New Revision: 668681

URL: http://svn.apache.org/viewvc?rev=668681&view=rev
Log:
Use released versions of specs

Modified:
    servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml
    servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml
    servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml
    servicemix/smx4/features/trunk/pom.xml

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=668681&r1=668680&r2=668681&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/camel-nmr/pom.xml Tue Jun 17 07:42:05 2008
@@ -50,7 +50,7 @@
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-                        <Import-Package>org.apache.servicemix.camel,*</Import-Package>
+                        <Import-Package>org.apache.servicemix.camel,org.apache.servicemix.nmr.api,*</Import-Package>
                         <Private-Package>org.apache.servicemix.examples.camel</Private-Package>
                     </instructions>
                 </configuration>

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=668681&r1=668680&r2=668681&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/camel-osgi/pom.xml Tue Jun 17 07:42:05 2008
@@ -50,7 +50,7 @@
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-                        <Import-Package>*</Import-Package>
+                        <Import-Package>*,org.apache.camel.osgi</Import-Package>
                         <Private-Package>org.apache.servicemix.examples.camel</Private-Package>
                     </instructions>
                 </configuration>

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=668681&r1=668680&r2=668681&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml Tue Jun 17 07:42:05 2008
@@ -49,8 +49,23 @@
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-                        <Import-Package>javax.jws,META-INF.cxf,META-INF.cxf.osgi</Import-Package>
+                        <Import-Package>
+                            javax.jws,
+                            META-INF.cxf,
+                            META-INF.cxf.osgi,
+                            org.apache.cxf.bus,
+                            org.apache.cxf.bus.spring,
+                            org.apache.cxf.bus.resource,
+                            org.apache.cxf.configuration.spring,
+                            org.apache.cxf.resource,
+                            org.apache.servicemix.cxf.transport.http_osgi,
+                            org.springframework.beans.factory.config
+                        </Import-Package>
                         <Private-Package>org.apache.servicemix.examples.cxf</Private-Package>
+                        <Require-Bundle>org.apache.cxf.cxf-bundle</Require-Bundle>
+                        <!--
+                        <DynamicImport-Package>*</DynamicImport-Package>
+                        -->
                     </instructions>
                 </configuration>
             </plugin>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=668681&r1=668680&r2=668681&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Tue Jun 17 07:42:05 2008
@@ -115,7 +115,7 @@
       <servicemix.legal.version>1.0</servicemix.legal.version>
       <servicemix.kernel.version>1.0.0-SNAPSHOT</servicemix.kernel.version>
       <servicemix.nmr.version>1.0-m2-SNAPSHOT</servicemix.nmr.version>
-      <servicemix.specs.version>1.0-SNAPSHOT</servicemix.specs.version>
+      <servicemix.specs.version>1.0.0</servicemix.specs.version>
       <spring.version>2.5.4</spring.version>
       <spring.osgi.version>1.1.0-m2</spring.osgi.version>
       <xstream.version>1.2.2</xstream.version>