you can create a new module for test.vo.example.
For example,
create a <xxx>.gwt.xml at test.vo package.
<module>
<source path='example'/>
<!-- if the client package is client site package -->
<source path='client'/>
</module>
At your existing gwt.xml, add the following code
<module>
...................
...................
<inherits name='test.vo.xxx'/>
..................
..................
</module>
On Jan 3, 7:26 pm, jimmy6 <[email protected]> wrote:
> How can i do this <source path='test.vo.example'/> . I just want the
> following sub package included. Can?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---