gwt /
gwt /
cfb6554a4bb21252f7b8d225fd78b2886874c3b6 Allow merging of modules with the same prefix, for example if you have a
directory of widgets that are separated into multiple modules (but in the
same java package), or if you have src/test roots that each have modules
for the same package. The existing "exclude" attribute is used to mark
something that no modue should ever touch, i.e. known non-translatable
source. A new "skip" attribute is used to mark something that *this*
module doesn't want, but that *other* modules might need. (You could
probably be clever with just include for this case, but sometimes it's
nice to be able to express a negative.)
Review at http://gwt-code-reviews.appspot.com/754802
Review by: unnurg@google.com
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8554 8db76d5a-ed1c-0410-87a9-c151d255dfc7
14 files changed