update for neon 1.RC2

Signed-off-by: Eric Poirier <eric@eclipse.org>
diff --git a/downloads/view.tpl.php b/downloads/view.tpl.php
index c79702e..15299fb 100644
--- a/downloads/view.tpl.php
+++ b/downloads/view.tpl.php
@@ -23,7 +23,7 @@
         <div class="col-md-24">
           <ol class="breadcrumb">
             <li><?php if($page == 'download') print $active_icon; ?><a href="/downloads/eclipse-packages"<?php if($page == 'download') print $active; ?>>Packages</a></li>
-            <!-- <li><?php if($page == 'developer') print $active_icon; ?><a href="/downloads/index-developer.php"<?php if($page == 'developer') print $active; ?>>Developer Builds</a></li> -->
+            <li><?php if($page == 'developer') print $active_icon; ?><a href="/downloads/index-developer.php"<?php if($page == 'developer') print $active; ?>>Developer Builds</a></li>
             <!-- <li><?php if($page == 'installer') print $active_icon; ?><a href="/downloads/installer.php"<?php if($page == 'installer') print $active; ?>>Eclipse Installer</a></li>-->
           </ol>
         </div>
diff --git a/index-developer.php b/index-developer.php
index 49bc28c..b86c1df 100644
--- a/index-developer.php
+++ b/index-developer.php
@@ -11,7 +11,7 @@
 *******************************************************************************/
 
   // Temporarily removing the dev build page
-  header('Location: eclipse-packages/index.php', FALSE, 302);
+  //header('Location: eclipse-packages/index.php', FALSE, 302);
 
   require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
   require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
@@ -21,7 +21,7 @@
   $App = new App();
   $Nav = new Nav();
   $Menu = new Menu();
-  $EclipseInstaller = new EclipseInstaller('neon/RC3a');
+  $EclipseInstaller = new EclipseInstaller('neon/1.RC2');
   include("_projectCommon.php");
 
   # Begin: page-specific settings.  Change these.
@@ -39,13 +39,13 @@
   require_once($_SERVER['DOCUMENT_ROOT'] . "/downloads/downloads/controller.downloads.php");
 
   $Downloads = new Downloads($App);
-  $Downloads->setReleaseTitle('Eclipse Neon (4.6) RC3a Packages');
+  $Downloads->setReleaseTitle('Eclipse Neon (4.6) 1.RC2 Packages');
   $Downloads->setPrefixPackage('developer');
   $Downloads->setRelease('neon');
   //$Downloads->setFriendsEarlyAccess(TRUE);
 
   $release = array();
-  $release['dev'] = array('caption' => 'Neon RC3a', 'url' => 'neon');
+  $release['dev'] = array('caption' => 'Neon 1.RC2', 'url' => 'neon');
   //$release['alt'] = array('caption' => 'Mars.2 RC3', 'url' => 'mars');
 
   if (isset($_GET['release']) && $_GET['release'] == 'mars') {