Update for R1a

Signed-off-by: droy <denis.roy@eclipse-foundation.org>
diff --git a/distros/distros.php b/distros/distros.php
index 6913c95..86a1281 100644
--- a/distros/distros.php
+++ b/distros/distros.php
@@ -15,7 +15,7 @@
 	$BLUAGE = new companyInfo(

 		"BLU AGE", 

 		"ba_legacy_110x80_opt.jpg", 

-		"4.7.1",

+		"4.7.1a",

 		"jee,sdk,java,cpp,modeling,reporting,rcp,automotive,mobile,scout,testing,parallel,committers, installer", 

 		"Free and fast direct Eclipse downloads. Get more BLU AGE Eclipse plugins for your Legacy Application Modernization, Reverse Modeling and Forward Engineering.", 

 		"http://eclipse.org/go/BLUAGE_DISTRO",

@@ -33,7 +33,7 @@
 	$GENUITEC = new companyInfo (

 		"Genuitec",

 		"genuitec.png",

-		"4.7.1",

+		"4.7.1a",

 		"jee,committers,java,cpp,modeling,reporting,rcp,automotive,mobile,scout,testing,parallel, installer",

 		"Native installers for all OS platforms, lightning fast downloads. Manage plugins and dependencies. For free.", 

 		"http://eclipse.org/go/DISTRO_GENUITEC_INDIGO", 

@@ -42,7 +42,7 @@
 	$IBM = new companyInfo (

 		"IBM",

 		"bluemix-icon-64x.png",

-		"4.7.1",

+		"4.7.1a",

 		"jee,committers,java,cpp,php,installer,javascript",

 		"Blazingly fast downloads hosted by IBM Bluemix.",

 		"http://eclipse.org/go/DISTRO_IBM",

@@ -51,7 +51,7 @@
 	$OBEO = new companyInfo(

 		"Obeo",

 		"obeo.png", 

-		"4.7.1",

+		"4.7.1a",

 		"modeling, jee, java, installer",

 		"Download the latest Eclipse easily and discover how to create your OWN modeling solutions.",  

 		"http://eclipse.org/go/DISTROS_OBEO", 

@@ -60,7 +60,7 @@
 	$SPRING = new companyInfo(

 		"Spring by Pivotal", 

 		"spring64.png", 

-		"4.7.1",

+		"4.7.1a",

 		"committers,jee,java,rcp",

 		"Rapid downloads of Eclipse packages. Free downloads of Spring Tool Suite for Spring, Spring Boot, Cloud Foundry, and AspectJ.", 

 		"http://eclipse.org/go/DISTRO_SPRINGSOURCE", 

@@ -70,7 +70,7 @@
 	$YATTA = new companyInfo(

 		"Yatta Solutions GmbH", 

 		"yatta_64_64.png", 

-		"4.7.1",

+		"4.7.1a",

 		"committers,jee,sdk,java,cpp,modeling,reporting,rcp,scout,testing,parallel,installer", 

 		"Take the shortcut to Eclipse now! Save and share your Eclipse - with Profiles.", 

 		"http://eclipse.org/go/DISTRO_YATTA", 

@@ -92,7 +92,7 @@
 		$rValue = array();

 		global $companyinfo;

 		foreach ($companyinfo as $company) {

-			if(strpos($company->projects, $_package) !== false && $company->version == "4.7.1") {

+			if(strpos($company->projects, $_package) !== false && $company->version == "4.7.1a") {

 				$rValue[] = $company;

 			}

 		}

diff --git a/download.php b/download.php
index 8024d79..44f7aff 100755
--- a/download.php
+++ b/download.php
@@ -638,7 +638,7 @@
     # /eclipse/downloads/drops/R-3.4-200806172000/eclipse-SDK-3.4-solaris-gtk.zip
     # technology/epp/downloads/release/kepler/R/eclipse-reporting-kepler-
 
-    if(preg_match(",^/technology/epp/downloads/release/($trainname)/1/eclipse-($packageList)-($trainname),", $filename, $matches)) {
+    if(preg_match(",^/technology/epp/downloads/release/($trainname)/1a/eclipse-($packageList)-($trainname),", $filename, $matches)) {
       $rValue = $matches[2];
     }
     elseif(preg_match(",^/oomph/epp/oxygen/R/eclipse-inst-,", $filename)) {