Update Babel Language Packs 0.16.1 info
Change-Id: I2e6b91dc8c03627a64363ca80674c47bd772400b
Signed-off-by: kitlo <kitlo@us.ibm.com>
diff --git a/html/process_project_source_locations.php b/html/process_project_source_locations.php
index 24e9c14..a8a27b7 100644
--- a/html/process_project_source_locations.php
+++ b/html/process_project_source_locations.php
@@ -57,9 +57,9 @@
$version = $update_site['version'];
# fix WTP version "3.12 (2018-12)"
- $version_dir = str_replace(" ", "", $version);
- $version_dir = str_replace("(", "\(", $version_dir);
- $version_dir = str_replace(")", "\)", $version_dir);
+ $version_dir = str_replace(" ", ".", $version);
+ $version_dir = str_replace("(", "", $version_dir);
+ $version_dir = str_replace(")", "", $version_dir);
# Sample dirs:
# $site_url http://git.eclipse.org/c/platform/eclipse.platform.git/snapshot/I20130101-0800.zip