changes for neon r

Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
diff --git a/download.php b/download.php
index 72083a2..2824968 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)/2/eclipse-($packageList)-($trainname),", $filename, $matches)) {
+    if(preg_match(",^/technology/epp/downloads/release/($trainname)/R/eclipse-($packageList)-($trainname),", $filename, $matches)) {
       $rValue = $matches[2];
     }
-    elseif(preg_match(",^/oomph/epp/mars/R2/eclipse-inst-,", $filename)) {
+    elseif(preg_match(",^/oomph/epp/neon/R/eclipse-inst-,", $filename)) {
       $rValue = "installer";
     }
     return $rValue;