Move Common.gwt.xml to common package
Change-Id: I8567aafd278e1711c98c12e328d3fd03be9d347a
This commit is contained in:
parent
0f4557d2fb
commit
71317baa43
@ -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"],
|
||||
)
|
||||
|
||||
|
@ -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>
|
@ -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'/>
|
||||
|
Loading…
Reference in New Issue
Block a user