Hi Tsuy
My apologies, I forgot to tell that bundles now need a different
mechanism to depend on bundles of static resource, Import-Package no
longer works as the bundle with static resources doesn't export a
package. The alternative is to use Require-Bundle to reffer to the
bundle-id.
Previous maven-bundle plugin configuration:
<instructions>
<Import-Package>org.apache.clerezza.web.resources.jquery,
org.apache.clerezza.web.resources.style, *</Import-Package>
</instructions>
new configuration:
<instructions>
<Require-Bundle>org.apache.clerezza.web.resources.style,
org.apache.clerezza.web.resources.jquery</Require-Bundle>
</instructions>
Cheers,
reto
On Wed, Sep 22, 2010 at 5:37 PM, Tsuyoshi Ito <[email protected]> wrote:
> Hi Reto
>
> Getunik and trialox have imported
> org.apache.clerezza.web.resources.jquery.JQuery to ensure that jquery
> is available. please announce the removal of packages/classes that
> other users have enough time to change their code.
>
> Thanks
>
> Cheers
> Tsuy
>
>
>
> --
> --trialox ag--------------------------------------
>
> Tsuyoshi Ito
> Binzmuehlestrasse 14
> CH-8050 Zürich
> Tel. +41 44 635 75 77
> URL: http://trialox.org
>