Merge pull request elastic/elasticsearch#1766 from jimferenczi/xpack_isolation

xpack plugin can be isolated now that we have xpack extension support

Original commit: elastic/x-pack-elasticsearch@933f4acf23
This commit is contained in:
Jim Ferenczi 2016-03-22 15:58:17 +01:00
commit a56a5dd193
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ esplugin {
name 'xpack' name 'xpack'
description 'Elasticsearch Expanded Pack Plugin' description 'Elasticsearch Expanded Pack Plugin'
classname 'org.elasticsearch.xpack.XPackPlugin' classname 'org.elasticsearch.xpack.XPackPlugin'
// FIXME we still can't be isolated due to shield custom realms
isolated false
} }
ext.versions = [ ext.versions = [