@JavaScript and share jQuery library between multiple modules

Hello,
what is the best way to share library (jar with jQuery) between multiple modules (.jar).
I used to use inherit in gwt.xml in vaadin 6.
But I found annotation @JavaScript. I expected I coud use @JavaScript(“/cz/xy/sharedjar.jQuery.js”) (something like absolute path) but it seems it is impossible to refer root of classpath.

Thank you
PP

Hi,
I had some quick thoughts about this issue before and I couldn’t come up with anything more efficient than creating my own BootstrapListener (see a
wiki-page
) and injecting the JQuery in the there.
HTH,
Aleksandr