HBASE-12110 Fix .arcconfig

Summary: Not many people are currently using arc but it's a nice tool for the developers who are used to it. Since it's already there let's make it work.

Test Plan: If this works then it's tested.

Differential Revision: https://reviews.facebook.net/D24075
This commit is contained in:
Elliott Clark 2014-09-26 18:08:27 -07:00
parent dc5295df8c
commit 21e31f0c86
1 changed files with 0 additions and 7 deletions

View File

@ -2,12 +2,5 @@
"project_id" : "hbase", "project_id" : "hbase",
"conduit_uri" : "https://reviews.facebook.net/", "conduit_uri" : "https://reviews.facebook.net/",
"copyright_holder" : "Apache Software Foundation", "copyright_holder" : "Apache Software Foundation",
"phutil_libraries" : {
"arclib" : ".arc_jira_lib"
},
"arcanist_configuration" : "ArcJIRAConfiguration",
"jira_project" : "HBASE",
"jira_api_url" : "https://issues.apache.org/jira/si/",
"lint_engine" : "JavaLintEngine",
"max_line_length" : 100 "max_line_length" : 100
} }