Re: Review request 8153035: GenModuleInfoSource strips away the API

2016-03-31 Thread Mandy Chung
> On Mar 30, 2016, at 11:05 PM, Alan Bateman wrote: > > On 30/03/2016 20:09, Mandy Chung wrote: >> GenModuleInfoSource is a build tool that augments module-info.java with >> platform-specific declaration such as exports, uses and provides and >> generates the

Re: Review request 8153035: GenModuleInfoSource strips away the API

2016-03-31 Thread Alan Bateman
On 30/03/2016 20:09, Mandy Chung wrote: GenModuleInfoSource is a build tool that augments module-info.java with platform-specific declaration such as exports, uses and provides and generates the resulting module-info.java in gensrc directory. This utility should really be a simple one that

Re: Review request 8153035: GenModuleInfoSource strips away the API

2016-03-30 Thread Chris Hegarty
On 30 Mar 2016, at 20:09, Mandy Chung wrote: > GenModuleInfoSource is a build tool that augments module-info.java with > platform-specific declaration such as exports, uses and provides and > generates the resulting module-info.java in gensrc directory. This utility

Review request 8153035: GenModuleInfoSource strips away the API

2016-03-30 Thread Mandy Chung
GenModuleInfoSource is a build tool that augments module-info.java with platform-specific declaration such as exports, uses and provides and generates the resulting module-info.java in gensrc directory. This utility should really be a simple one that inserts/appends the extra info to the