Before I file a JIRA and think I'm debugging a problem:

 <_consumer-policy>\${range;[===,+)}</_consumer-policy>

results in

   -consumer-policy=\\${range;[\=\=\=,+)}

in the bnd file written out by the plugin, and a literally
${range[===,+]} in the produced manifest.


 <_consumer-policy>${range;[===,+)}</_consumer-policy>

results in

 -consumer-policy=

in the bnd file, and an error from bnd.

Is there a way around this that I'm missing, or is this a bug in the plugin?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to