Merge "Fix double inclusion of some resources when generating GWT plugin"

This commit is contained in:
Edwin Kempin 2015-07-21 09:16:02 +00:00 committed by Gerrit Code Review
commit 25b91ea9c0

View File

@ -59,7 +59,12 @@ limitations under the License.
<include>lib/gerrit/BUCK</include>
<include>lib/gwt/BUCK</include>
<excludes>
<exclude>**/client/</exclude>
<exclude>**/public/</exclude>
<exclude>**/*.css</exclude>
<exclude>**/*.png</exclude>
<exclude>**/*.java</exclude>
<exclude>**/*.gwt.xml</exclude>
</excludes>
</fileSet>