提交 7a1445fd 编写于 作者: weixin_43283383's avatar weixin_43283383

update plugin-descriptor.properties, Close #514

上级 353cefd5
...@@ -38,21 +38,6 @@ version=${project.version} ...@@ -38,21 +38,6 @@ version=${project.version}
# #
# 'name': the plugin name # 'name': the plugin name
name=${elasticsearch.plugin.name} name=${elasticsearch.plugin.name}
### mandatory elements for site plugins:
#
# 'site': set to true to indicate contents of the _site/
# directory in the root of the plugin should be served.
site=${elasticsearch.plugin.site}
#
### mandatory elements for jvm plugins :
#
# 'jvm': true if the 'classname' class should be loaded
# from jar files in the root directory of the plugin.
# Note that only jar files in the root directory are
# added to the classpath for the plugin! If you need
# other resources, package them into a resources jar.
jvm=${elasticsearch.plugin.jvm}
# #
# 'classname': the name of the class to load, fully-qualified. # 'classname': the name of the class to load, fully-qualified.
classname=${elasticsearch.plugin.classname} classname=${elasticsearch.plugin.classname}
...@@ -69,12 +54,3 @@ java.version=${maven.compiler.target} ...@@ -69,12 +54,3 @@ java.version=${maven.compiler.target}
# is loaded so Elasticsearch will refuse to start in the presence of # is loaded so Elasticsearch will refuse to start in the presence of
# plugins with the incorrect elasticsearch.version. # plugins with the incorrect elasticsearch.version.
elasticsearch.version=${elasticsearch.version} elasticsearch.version=${elasticsearch.version}
#
### deprecated elements for jvm plugins :
#
# 'isolated': true if the plugin should have its own classloader.
# passing false is deprecated, and only intended to support plugins
# that have hard dependencies against each other. If this is
# not specified, then the plugin is isolated by default.
isolated=${elasticsearch.plugin.isolated}
#
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册