gerrit/.buckconfig
Shawn Pearce 279e07de52 Move //lib/DEFS to //tools/DEFS
The macro rules this file defines have nothing to do with the
third-party dependency libraries, but instead are global definitions
used throughout the Gerrit build process. Most build tools are
hidden under //tools, so move these definitions to that directory.

Change-Id: I5e95d7cef734228ca818428a266afc0ac9fa0385
2013-05-18 14:10:44 -07:00

15 lines
298 B
Plaintext

[alias]
api = //:api
download = //:download
download_sources = //:download_sources
gerrit = //:gerrit
eclipse = //tools/eclipse:eclipse
eclipse_project = //tools/eclipse:eclipse_project
release = //:release
[buildfile]
includes = //tools/DEFS
[java]
src_roots = java, resources