Skip to content

Commit

Permalink
Docs: Remove references to elasticsearch directory in plugins
Browse files Browse the repository at this point in the history
This directory was removed from plugins in elastic#28589, but docs still
referenced it. This commit cleans up the plugin author docs to no longer
refer to it.
  • Loading branch information
rjernst committed Feb 13, 2018
1 parent 920dff7 commit 6cb7136
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/plugins/authors.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,10 @@ These examples provide the bare bones needed to get started. For more
information about how to write a plugin, we recommend looking at the plugins
listed in this documentation for inspiration.

[float]
=== Plugin Structure

All plugin files must be contained in a directory called `elasticsearch`.

[float]
=== Plugin descriptor file

All plugins must contain a file called `plugin-descriptor.properties` in the folder named `elasticsearch`.
All plugins must contain a file called `plugin-descriptor.properties`.
The format for this file is described in detail in this example:

["source","properties",subs="attributes"]
Expand Down Expand Up @@ -63,7 +58,7 @@ of nonnegative decimal integers separated by "."'s and may have leading zeros.

|=======================================================================

Note that only jar files in the 'elasticsearch' directory are added to the classpath for the plugin!
Note that only jar files at the root of the plugin are added to the classpath for the plugin!
If you need other resources, package them into a resources jar.

[IMPORTANT]
Expand Down

0 comments on commit 6cb7136

Please sign in to comment.