renamed qtwebkit-examples-and-demos => qtwebkit-examples

Change-Id: I66b3df6c472715c6600a07fe4746bb11bad81a21
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Simo Fält <simo.falt@digia.com>
This commit is contained in:
Oswald Buddenhagen
2013-04-30 11:23:38 +02:00
committed by The Qt Project
parent b25fcb31a7
commit 730e330068
4 changed files with 7 additions and 7 deletions

View File

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