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

svn commit: r765460 - in /servicemix/archetypes/trunk: servicemix-osgi-cxf-code-first-archetype/src/main/resources/archetype-resources/pom.xml servicemix-osgi-cxf-wsdl-first-archetype/src/main/resources/archetype-resources/pom.xml

Author: ffang
Date: Thu Apr 16 04:42:29 2009
New Revision: 765460

URL: http://svn.apache.org/viewvc?rev=765460&view=rev
Log:
[SMX4-274]servicemix-osgi-cxf-code-first-archetype no longer works

Modified:
    servicemix/archetypes/trunk/servicemix-osgi-cxf-code-first-archetype/src/main/resources/archetype-resources/pom.xml
    servicemix/archetypes/trunk/servicemix-osgi-cxf-wsdl-first-archetype/src/main/resources/archetype-resources/pom.xml

Modified: servicemix/archetypes/trunk/servicemix-osgi-cxf-code-first-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-osgi-cxf-code-first-archetype/src/main/resources/archetype-resources/pom.xml?rev=765460&r1=765459&r2=765460&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-osgi-cxf-code-first-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-osgi-cxf-code-first-archetype/src/main/resources/archetype-resources/pom.xml Thu Apr 16 04:42:29 2009
@@ -92,6 +92,7 @@
                             org.apache.cxf.bus.resource,
                             org.apache.cxf.configuration.spring,
                             org.apache.cxf.resource,
+                            org.apache.cxf.jaxws,
                             org.apache.servicemix.cxf.transport.http_osgi,
                             org.springframework.beans.factory.config
                         </Import-Package>

Modified: servicemix/archetypes/trunk/servicemix-osgi-cxf-wsdl-first-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-osgi-cxf-wsdl-first-archetype/src/main/resources/archetype-resources/pom.xml?rev=765460&r1=765459&r2=765460&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-osgi-cxf-wsdl-first-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-osgi-cxf-wsdl-first-archetype/src/main/resources/archetype-resources/pom.xml Thu Apr 16 04:42:29 2009
@@ -109,6 +109,7 @@
                             org.apache.cxf.bus.resource,
                             org.apache.cxf.configuration.spring,
                             org.apache.cxf.resource,
+                            org.apache.cxf.jaxws,
                             org.apache.servicemix.cxf.transport.http_osgi,
                             org.springframework.beans.factory.config
                         </Import-Package>