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:
Edwin Kempin 2013-09-20 13:19:52 +02:00 committed by David Pursehouse
parent d037971f55
commit 4edbf74578
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>