82e66ee4e5
Try to reduce the size of the top-level BUCK file by moving anything that has to do with Eclipse project generation and classpath management into tools/eclipse. Change-Id: Id779eaff4fe732908b28a8e3441004e364b59e21
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
[alias]
|
|
gerrit = //:gerrit
|
|
release = //:release
|
|
download = //:download
|
|
eclipse = //tools/eclipse:eclipse
|
|
eclipse_project = //tools/eclipse:eclipse_project
|
|
|
|
[buildfile]
|
|
includes = //lib/DEFS
|
|
|
|
[java]
|
|
src_roots = java, resources
|