Add distros to Neon .1

Signed-off-by: droy <denis.roy@eclipse.org>
diff --git a/distros/distros.php b/distros/distros.php
index 4b15b37..0283b79 100644
--- a/distros/distros.php
+++ b/distros/distros.php
@@ -42,7 +42,7 @@
 	$IBM = new companyInfo (

 		"IBM",

 		"bluemix-icon-64x.png",

-		"4.6",

+		"4.6.1",

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

 		"Blazingly fast downloads hosted by IBM Bluemix.",

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

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

 		"Obeo",

 		"obeo.png", 

-		"4.6",

+		"4.6.1",

 		"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.6",

+		"4.6.1",

 		"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", 

diff --git a/download.php b/download.php
index 2824968..f05dd9e 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)/R/eclipse-($packageList)-($trainname),", $filename, $matches)) {
+    if(preg_match(",^/technology/epp/downloads/release/($trainname)/1/eclipse-($packageList)-($trainname),", $filename, $matches)) {
       $rValue = $matches[2];
     }
-    elseif(preg_match(",^/oomph/epp/neon/R/eclipse-inst-,", $filename)) {
+    elseif(preg_match(",^/oomph/epp/neon/R1/eclipse-inst-,", $filename)) {
       $rValue = "installer";
     }
     return $rValue;