Update for Oxygen.3a

Change-Id: I67a7df6ace25116a8894cb690f4cab18a4754e1a
Signed-off-by: Denis Roy <denis.roy@eclipse-foundation.org>
diff --git a/distros/distros.php b/distros/distros.php
index bbd44f7..5c4699b 100644
--- a/distros/distros.php
+++ b/distros/distros.php
@@ -51,7 +51,7 @@
 	$OBEO = new companyInfo(

 		"Obeo",

 		"obeo.png", 

-		"4.7.3",

+		"4.7.3a",

 		"modeling, jee, java, installer",

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

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

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

 		global $companyinfo;

 		foreach ($companyinfo as $company) {

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

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

 				$rValue[] = $company;

 			}

 		}

diff --git a/download.php b/download.php
index f7e93c2..3885f65 100755
--- a/download.php
+++ b/download.php
@@ -642,7 +642,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)/3/eclipse-($packageList)-($trainname),", $filename, $matches)) {
+    if(preg_match(",^/technology/epp/downloads/release/($trainname)/3a/eclipse-($packageList)-($trainname),", $filename, $matches)) {
       $rValue = $matches[2];
     }
     elseif(preg_match(",^/oomph/epp/oxygen/R2/eclipse-inst-,", $filename)) {