From 590a03b06bfa1109e40dc13ce13219f8ceb384b2 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Tue, 14 Jul 2015 14:51:44 +0200 Subject: [PATCH] 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 --- .../src/main/resources/archetype-resources/BUCK | 1 - 1 file changed, 1 deletion(-) 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 b19312ce35..b224bf6e92 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_plugin( 'Gerrit-ApiType: plugin', 'Gerrit-ApiVersion: ${gerritApiVersion}', 'Gerrit-Module: ${package}.Module', - 'Gerrit-SshModule: ${package}.SshModule', 'Gerrit-HttpModule: ${package}.HttpModule', ], )