Skip to content

Commit

Permalink
[Docs] fix plugin properties inclusion for plugins authors
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Jan 9, 2018
1 parent ccaba01 commit 5ac05fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugins/authors.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The format for this file is described in detail in this example:

["source","properties",subs="attributes"]
--------------------------------------------------
include-tagged::{plugin-properties-files}/plugin-descriptor.properties[plugin-descriptor.properties]
include::{plugin-properties-files}/plugin-descriptor.properties[]
--------------------------------------------------

Either fill in this template yourself or, if you are using Elasticsearch's Gradle build system, you
Expand Down Expand Up @@ -135,7 +135,7 @@ The format for this file is described in detail in this example:

["source","properties",subs="attributes"]
--------------------------------------------------
include-tagged::{plugin-properties-files}/meta-plugin-descriptor.properties[meta-plugin-descriptor.properties]
include::{plugin-properties-files}/meta-plugin-descriptor.properties[]
--------------------------------------------------

A meta plugin can be installed/removed like a normal plugin with the `bin/elasticsearch-plugin` command.

0 comments on commit 5ac05fa

Please sign in to comment.