[infer][test] The buck integration BUCK file for the integration test was refering to a file built by make

Reviewed By: sblackshear

Differential Revision: D4489815

fbshipit-source-id: 7bea0e5
master
Jeremy Dubreil 8 years ago committed by Facebook Github Bot
parent 4e02b3c525
commit c5e962e231

@ -1,7 +1,10 @@
prebuilt_jar( java_library(
name = 'annotations', name = 'annotations',
binary_jar = 'annotations.jar', srcs = glob(['**/*.java']),
deps = [
'//dependencies/java/jsr-305:jsr-305',
],
visibility = [ visibility = [
'PUBLIC', 'PUBLIC'
] ]
) )

@ -1,7 +1,3 @@
# TODO: this file exists only to support buck integration in infer/tests/build_systems/build_integration_tests.py
import os
java_library( java_library(
name = 'compile', name = 'compile',
srcs = glob(['**/*.java']), srcs = glob(['**/*.java']),

Loading…
Cancel
Save