There are two source roots at present:
/src - Source to include in a distribution lives under here /test - For unit tests; the hierarchy should parallel /src
Please use only the libideas and widgetideas package hierarchies, organized with typical GWT organizational conventions.
We are well aware that having many developers work in a small
number of packages invites collisions. That is intentional.
We don't want many different people working on slightly different versions
of the same thing in a way that will be unlikely to converge, thus turning
this project into a dumping ground. Instead, we want to force the issue of
"what if I'm trying to create the same widget that someone else is already
working on" so that the path of least resistance will (hopefully) be to
join forces to work on a single great implementation.
=== Widget packages === com.google.gwt.widgetideas
com.google.gwt.widgetideas.client
com.google.gwt.widgetideas.client.impl
com.google.gwt.widgetideas.rebind
com.google.gwt.widgetideas.server
=== Library packages === com.google.gwt.libideas
com.google.gwt.libideas.client
com.google.gwt.libideas.client.impl
com.google.gwt.libideas.linker
com.google.gwt.libideas.rebind
com.google.gwt.libideas.server
Happy coding.