https://bugs.webkit.org/show_bug.cgi?id=90883
Patch by Simon Hausmann <simon.hausmann@nokia.com> on 2012-07-12
Reviewed by Mark Rowe.
Correct default path to version config file. In practice it wasn't a problem because only the Qt
build system seems to use the script right now and passes the path to the version file as a
command line parameter.
* scripts/generate-webkitversion.pl:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@122427
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-07-12 Simon Hausmann <simon.hausmann@nokia.com>
+
+ Typo in path in generate-webkitversion.pl
+ https://bugs.webkit.org/show_bug.cgi?id=90883
+
+ Reviewed by Mark Rowe.
+
+ Correct default path to version config file. In practice it wasn't a problem because only the Qt
+ build system seems to use the script right now and passes the path to the version file as a
+ command line parameter.
+
+ * scripts/generate-webkitversion.pl:
+
2012-07-11 Crystal Zhang <haizhang@rim.com>
[BlackBerry] Implement Date/Time picker
my $major_version = "";
my $minor_version = "";
# The appropriate Apple-maintained Version.xcconfig file for WebKit version information is in WebKit/mac/Configurations/.
-my $configFile = "./Soure/WebKit/mac/Configurations/Version.xcconfig";
+my $configFile = "./Source/WebKit/mac/Configurations/Version.xcconfig";
my $outputDir = "";
GetOptions('config=s' => \$configFile,