Index: .arcconfig =================================================================== --- /dev/null +++ .arcconfig @@ -0,0 +1,10 @@ +{ + "project_id" : "hive", + "conduit_uri" : "https://reviews.facebook.net/", + "copyright_holder" : "Apache Software Foundation", + "phutil_libraries" : { + "arc_jira_lib" : ".arc_jira_lib" + }, + "arcanist_configuration" : "ArcJIRAConfiguration", + "jira_api_url" : "https://issues.apache.org/jira/si/" +} Index: .gitignore =================================================================== --- .gitignore +++ .gitignore @@ -1,5 +1,6 @@ build build-eclipse +.arc_jira_lib .classpath* .externalToolBuilders .project Index: build.xml =================================================================== --- build.xml +++ build.xml @@ -561,6 +561,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + +