On 25 juin, 14:42, mkh <[email protected]> wrote: > I cant find docs on the "module.gwt.xml" file. The DTD is only > somewhat helpful. For example, the <source> element has "includes" and > "excludes" attributes, and <include> and <exclude> nested elements, > but what is the syntax? Are wild cards permitted? What exactly is the > the purpose of these (besides the obvious notion of inclusion and > exclusion). > > Directions on where to find this information appreciated!
Here: http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModuleXml To answer your more precise question includes="" and excludes="", and <include> and <exclude> are expected to work similar to Ant includes/ excludes. The details are here: http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuidePathFiltering -- 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.
