Heibel, Niklas wrote:
> Hi all,
> 
> I am currently working with the maven-bundle-plugin to generate the 
> MANIFFEST.MF and the maven-scr-plugin to generate the Declarative Services 
> XML File (serviceComponents.xml) for my OSGi Application. As Runtime 
> Environment I use equinox and org.eclipse.equinox.ds for the Declarative 
> Services Component.
> 
> When I remove by Hand the "components"-Tag and the Namespace from the 
> serviceComponents.xml org.eclipse.equinox.ds can handle these files.
> 
> Is there an Option to remove the Tag and the Namespace Automatically? Maybe 
> an XSL Transformations Plugin for maven.
> 
Hi,

no there isn't such an option. Afaik the xml generated by the scr plugin
is conforming to the spec. The root element is required to generate a
valid xml file and the namespace is required if you have more than one
component.

What version of equinox.ds are you using?

Carsten

-- 
Carsten Ziegeler
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to