forked from twitter-archive/commons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BUILD
17 lines (14 loc) · 924 Bytes
/
BUILD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Define the repository layout
source_root('pants-plugins/src/python', page, python_library, resources)
source_root('src/antlr', page, java_antlr_library, python_antlr_library)
source_root('src/java', annotation_processor, jvm_binary, java_library, page)
source_root('src/protobuf', java_protobuf_library, page)
source_root('src/python', page, python_binary, python_library, resources)
source_root('src/resources', page, resources)
source_root('src/scala', jvm_binary, page, scala_library)
source_root('src/thrift', java_thrift_library, page, python_thrift_library)
source_root('3rdparty/thrift', java_thrift_library, page, python_thrift_library)
source_root('tests/java', java_library, junit_tests, jvm_binary, page)
source_root('tests/python', page, python_library, python_tests, python_test_suite, resources)
source_root('tests/resources', page, resources)
source_root('tests/scala', page, junit_tests, scala_library)