[MNG-5595] name field missing in plugin.xml documentation

This commit is contained in:
Hervé Boutemy 2014-03-09 12:21:26 +01:00
parent ac8e59ac60
commit fe1cfee6d9
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@ under the License.
<description><![CDATA[Root element of the <code>plugin.xml</code> file.]]></description>
<!-- see o.a.m.plugin.descriptor.PluginDescriptor -->
<fields>
<field>
<name>name</name>
<version>1.0.0</version>
<description>Name of the plugin.</description>
<type>String</type>
</field>
<field>
<name>description</name>
<version>1.0.0</version>