> Anyways actually i dont have a webapp directory and dont want to have that
> in my jar project...just want the .class files and the images (and may be
> css)..both residing it a different folders structure...
> basically below is the resulting jar structure i have and would want to keep
>
> my-custom-component
> - [package/classes] : org/xyz/utils (contains the page components and other
> classes)
> - [images/css] : images/myimage.jpg, css/style.css

The only way to do that is to create an images package, put some dummy
class in there, and use that as the reference when you these
resources.

Eelco

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

Reply via email to