Update for R2

Signed-off-by: droy <denis.roy@eclipse.org>
diff --git a/distros/distros.php b/distros/distros.php
index 191a114..71a0a06 100644
--- a/distros/distros.php
+++ b/distros/distros.php
@@ -51,7 +51,7 @@
 	$OBEO = new companyInfo(

 		"Obeo",

 		"obeo.png", 

-		"4.6.1",

+		"4.6.2",

 		"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.6.1") {

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

 				$rValue[] = $company;

 			}

 		}

diff --git a/download.php b/download.php
index 92e0b7f..9284b15 100755
--- a/download.php
+++ b/download.php
@@ -635,10 +635,10 @@
     # /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)/1a/eclipse-($packageList)-($trainname),", $filename, $matches)) {
+    if(preg_match(",^/technology/epp/downloads/release/($trainname)/2/eclipse-($packageList)-($trainname),", $filename, $matches)) {
       $rValue = $matches[2];
     }
-    elseif(preg_match(",^/oomph/epp/neon/R1/eclipse-inst-,", $filename)) {
+    elseif(preg_match(",^/oomph/epp/neon/R2a/eclipse-inst-,", $filename)) {
       $rValue = "installer";
     }
     return $rValue;