Refactoring checkstyle daemon into a more general purpose buck daemon.
Change-Id: I999541e8894f07061141b3a62414e491369f8d08
diff --git a/tools/build/conf/BUCK b/tools/build/conf/BUCK
index 3b9516c..7644c70 100644
--- a/tools/build/conf/BUCK
+++ b/tools/build/conf/BUCK
@@ -14,7 +14,7 @@
)
export_file (
- name = 'start-checkstyle',
+ name = 'start-buck-daemon',
visibility = [ 'PUBLIC' ],
)
@@ -38,9 +38,9 @@
)
java_binary (
- name = 'checkstyle-jar',
+ name = 'buck-daemon-jar',
deps = [ ':checkstyle' ] + RUN,
- main_class = 'org.onosproject.checkstyle.Main',
+ main_class = 'org.onosproject.buckdaemon.BuckDaemon',
blacklist = [ 'META-INF/.*' ],
visibility = [ 'PUBLIC' ],
)