Hi all,
I'm trying to create and use a stand-alone (jar) GWT module including
not only .java files, but also some resources (images and CSSes). I
declare them as <public path... > and I make the Maven configuration
to include them, i.e.:
<resource>
<directory>.</directory>
<includes>
<include>
war/css/**/*.*
</include>
<include>
war/images/**/*.*
</include>
</includes>
</resource>
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.