From 730e330068b4d2bc6098a8a4dbbd7fb98aef5452 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 30 Apr 2013 11:23:38 +0200 Subject: renamed qtwebkit-examples-and-demos => qtwebkit-examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I66b3df6c472715c6600a07fe4746bb11bad81a21 Reviewed-by: Sergio Ahumada Reviewed-by: Simo Fält --- init-repository | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init-repository') diff --git a/init-repository b/init-repository index 5a2bd2ce..3bd600ff 100755 --- a/init-repository +++ b/init-repository @@ -241,7 +241,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw( qttranslations qtwayland qtwebkit - qtwebkit-examples-and-demos + qtwebkit-examples qtx11extras qtxmlpatterns ); @@ -266,7 +266,7 @@ my @DEFAULT_REPOS = qw( qttools qttranslations qtwebkit - qtwebkit-examples-and-demos + qtwebkit-examples qtx11extras qtxmlpatterns ); @@ -419,7 +419,7 @@ sub git_disable_webkit_submodule my ($self) = @_; $self->exe('git', 'config', '--remove', 'submodule.qtwebkit'); - $self->exe('git', 'config', '--remove', 'submodule.qtwebkit-examples-and-demos'); + $self->exe('git', 'config', '--remove', 'submodule.qtwebkit-examples'); return; } -- cgit v1.2.3