On 29 Aug 2011, at 14:43 , Benson Margulies wrote: > The eclipse ecosystem seems to like to use 'qualifier' as a qualifier > to spit out a unique number. Can I do that in the plugin by explicitly > specifying 'qualifier' in the instructions?
The Bnd instructions for this are:
build = ${tstamp}
Bundle-Version: 1.0.0.${build}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

