Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix double inclusion of some resources when generating GWT plugin
When generating a GWT plugin with the GWT plugin archetype the following resources were included twice: * HelloPlugin.gwt.xml * public/hello.css * client/ As expected they are copied to src/main/java/com/googlesource/gerrit/plugins/<plugin-name>/ but in addition they also wrongly appeared under src/main/java/ Change-Id: Iabb8a38d86e22726a46b60bf9737ca4310ccf307 Signed-off-by: Edwin Kempin <[email protected]>
- Loading branch information