commit | 590a03b06bfa1109e40dc13ce13219f8ceb384b2 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Tue Jul 14 14:51:44 2015 +0200 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Tue Jul 14 14:52:00 2015 +0200 |
tree | e4fa1182958d229b9a84fd924748bedece4542d5 | |
parent | c55ce1f6df1f59774dcbabe9e7d4a79e193332a7 [diff] |
Remove SshModule from BUCK file of plugin gwt archetype The SshModule that is referenced in the BUCK file doesn't exist. Change-Id: I2b21656a11b9e08c8f4e7af0163af703158612e1 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/BUCK b/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/BUCK index b19312c..b224bf6 100644 --- a/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/BUCK +++ b/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/BUCK
@@ -10,7 +10,6 @@ 'Gerrit-ApiType: plugin', 'Gerrit-ApiVersion: ${gerritApiVersion}', 'Gerrit-Module: ${package}.Module', - 'Gerrit-SshModule: ${package}.SshModule', 'Gerrit-HttpModule: ${package}.HttpModule', ], )