Move Common.gwt.xml to common package

Change-Id: I8567aafd278e1711c98c12e328d3fd03be9d347a
This commit is contained in:
David Ostrovsky 2017-08-21 00:08:26 +02:00 committed by Dave Borowitz
parent 0f4557d2fb
commit 71317baa43
3 changed files with 5 additions and 3 deletions

View File

@ -30,7 +30,7 @@ gwt_module(
"//lib/jgit/org.eclipse.jgit:jgit",
"//lib/log:api",
],
gwt_xml = SRC + "Common.gwt.xml",
gwt_xml = SRC + "common/Common.gwt.xml",
visibility = ["//visibility:public"],
)

View File

@ -17,5 +17,7 @@
<inherits name='com.google.gerrit.reviewdb.ReviewDB' />
<inherits name='com.google.gwtjsonrpc.GWTJSONRPC'/>
<inherits name="com.google.gwt.logging.Logging"/>
<source path='common' />
<source path="">
<include name='**/*.java'/>
</source>
</module>

View File

@ -15,7 +15,7 @@
-->
<module>
<inherits name='org.eclipse.jgit.JGit'/>
<inherits name='com.google.gerrit.Common'/>
<inherits name='com.google.gerrit.common.Common'/>
<inherits name='com.google.gerrit.extensions.Extensions'/>
<inherits name='com.google.gerrit.prettify.PrettyFormatter'/>
<inherits name='com.google.gwtexpui.clippy.Clippy'/>