Repository: servicemix Updated Branches: refs/heads/servicemix-5.4.x e39c96223 -> 9e9012847
[SM-2464]Unable to install the bundle created using the servicemix-cxf-code-first-osgi-bundle and servicemix-cxf-wsdl-first-osgi-bundle archetype Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/1217a692 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/1217a692 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/1217a692 Branch: refs/heads/servicemix-5.4.x Commit: 1217a692d1b4a07dade4db6106094f320a003b74 Parents: 8fa1899 Author: Freeman Fang <[email protected]> Authored: Wed Mar 25 11:16:39 2015 +0800 Committer: Freeman Fang <[email protected]> Committed: Wed Mar 25 11:16:39 2015 +0800 ---------------------------------------------------------------------- .../src/main/resources/archetype-resources/pom.xml | 5 ----- .../src/main/resources/archetype-resources/pom.xml | 5 ----- 2 files changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/1217a692/tooling/archetypes/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml b/tooling/archetypes/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml index 3c38df7..e9380b7 100644 --- a/tooling/archetypes/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml +++ b/tooling/archetypes/servicemix-cxf-code-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml @@ -78,7 +78,6 @@ javax.xml.namespace, javax.xml.ws, META-INF.cxf, - META-INF.cxf.osgi, org.apache.cxf.bus, org.apache.cxf.bus.spring, org.apache.cxf.bus.resource, @@ -93,10 +92,6 @@ ${packageName}, ${packageName}.types </Private-Package> - <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> - <!-- - <DynamicImport-Package>*</DynamicImport-Package> - --> </instructions> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/servicemix/blob/1217a692/tooling/archetypes/servicemix-cxf-wsdl-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/servicemix-cxf-wsdl-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml b/tooling/archetypes/servicemix-cxf-wsdl-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml index d9c6174..1b350b8 100644 --- a/tooling/archetypes/servicemix-cxf-wsdl-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml +++ b/tooling/archetypes/servicemix-cxf-wsdl-first-osgi-bundle/src/main/resources/archetype-resources/pom.xml @@ -111,7 +111,6 @@ javax.xml.namespace, javax.xml.ws, META-INF.cxf, - META-INF.cxf.osgi, org.apache.cxf.bus, org.apache.cxf.bus.spring, org.apache.cxf.bus.resource, @@ -126,10 +125,6 @@ org.apache.servicemix.samples.wsdl_first, org.apache.servicemix.samples.wsdl_first.types </Private-Package> - <Require-Bundle>org.apache.cxf.bundle</Require-Bundle> - <!-- - <DynamicImport-Package>*</DynamicImport-Package> - --> </instructions> </configuration> </plugin>
