blob: 1f1d57112ea0a56c5eb7515365d6cc5f8fd266ad [file] [log] [blame]
java_library(
name = 'fs',
srcs = glob(['*.java']),
deps = [
'//src/com/facebook/buck/event:event',
'//src/com/facebook/buck/io:io',
'//src/com/facebook/buck/shell:steps',
'//src/com/facebook/buck/step:step',
'//src/com/facebook/buck/util:exceptions',
'//src/com/facebook/buck/util:util',
'//src/com/facebook/buck/util/environment:environment',
'//src/com/facebook/buck/util/environment:platform',
'//third-party/java/xz-java-1.3:xz',
'//third-party/java/guava:guava',
'//third-party/java/jsr:jsr305',
'//third-party/java/stringtemplate:stringtemplate',
],
visibility = [ 'PUBLIC' ],
)