Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
...
					<instructions>
						<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
						<Import-Package> (1)
						    META-INF.cxf,
						    META-INF.cxf.osgi,
						    META-INF.wsdl,
						    org.apache.commons.logging,
						    org.apache.camel;version="[2.0,2.2)",
						    org.apache.camel.component;version="[2.0,2.2)",
						    org.apache.camel.component.cxf;version="[2.0,2.2)",
						    org.apache.camel.component.cxf.converter;version="[2.0,2.2)",
						    org.apache.camel.component.jms;version="[2.0,2.2)",
						    org.apache.camel.converter;version="[2.0,2.2)",
						    org.apache.camel.converter.jaxp;version="[2.0,2.2)",
						    org.apache.camel.converter.stream;version="[2.0,2.2)",
							    org.apache.camel.dataformat.bindy;version="[2.0,2.2)",
							    org.apache.camel.dataformat.bindy.csv;version="[2.0,2.2)",
							    org.apache.camel.example.reportincident,
							    org.apache.camel.example.reportincident.model,
							    org.apache.camel.example.reportincident.service,
							    org.apache.camel.processor.processor;version="[2.0,2.2)",
							    org.apache.activemq.camel.component;${activemq.osgi.version},
							    org.apache.activemq.camel.converter;${activemq.osgi.version},
							    org.apache.activemq.pool,
							    org.apache.cxf,
							    org.apache.cxf.binding,
							            org.apache.cxf.binding.corba,
							    org.apache.cxf.binding.soap,
							    org.apache.cxf.binding.soap.spring,
							    org.apache.cxf.bus,
							    org.apache.cxf.bus.resource,
							    org.apache.cxf.bus.spring,
							    org.apache.cxf.buslifecycle,
							    org.apache.cxf.catalog,
							    org.apache.cxf.configuration,
							    org.apache.cxf.configuration.spring,
							    org.apache.cxf.endpoint,
							    org.apache.cxf.headers,
								    org.apache.cxf.management,
							    org.apache.cxf.management.jmx,
							    org.apache.cxf.phase,
							    org.apache.cxf.resource,
							    org.apache.cxf.transport,
							    org.apache.cxf.transport.http,
							    org.apache.cxf.transport.http.policy,
							    org.apache.cxf.transport.http_jetty,
							    org.apache.cxf.transport.jmshttp_osgi,
							    org.apache.cxf.transportstransport.httpjms,
							    org.apache.cxf.transports.workqueuehttp,
							    org.apache.cxf.wsdlworkqueue,
							    org.apache.cxf.wsdl11wsdl,
							    org.apache.servicemix.cxf.transport.http_osgiwsdl11,
							    org.springframework.beans.factory.config,
							    *
					    </Import-Package>
					    <Private-Package>org.apache.camel.example.reportincident.internal</Private-Package> (2)
					</instructions>
...

...