Adapt plugin archetypes to set plugin name in manifest
Change-Id: If2344d24960d70b6b74c9d557960125d9979a510 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
parent
d037971f55
commit
4edbf74578
@ -38,6 +38,7 @@ limitations under the License.
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifestEntries>
|
||||
<Gerrit-PluginName>${pluginName}</Gerrit-PluginName>
|
||||
#if ($Gerrit-Module.equalsIgnoreCase("Y"))
|
||||
<Gerrit-Module>${package}.Module</Gerrit-Module>
|
||||
#end
|
||||
|
@ -41,6 +41,7 @@ limitations under the License.
|
||||
</includes>
|
||||
<archive>
|
||||
<manifestEntries>
|
||||
<Gerrit-PluginName>${pluginName}</Gerrit-PluginName>
|
||||
<Implementation-Vendor>${Implementation-Vendor}</Implementation-Vendor>
|
||||
<Implementation-URL>${Implementation-Url}</Implementation-URL>
|
||||
|
||||
|
@ -42,6 +42,7 @@ limitations under the License.
|
||||
</includes>
|
||||
<archive>
|
||||
<manifestEntries>
|
||||
<Gerrit-PluginName>${pluginName}</Gerrit-PluginName>
|
||||
<Implementation-Vendor>${Implementation-Vendor}</Implementation-Vendor>
|
||||
<Implementation-URL>${Implementation-Url}</Implementation-URL>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user