more 4.10 related updates
diff --git a/downloads/index.php b/downloads/index.php
index e22c2f7..cc7a346 100644
--- a/downloads/index.php
+++ b/downloads/index.php
@@ -16,7 +16,7 @@
    while (false!== ($file=readdir($root))) {

    	  if($file=="." || $file=="..") {continue;}

    	  

-      if (preg_match('/.*ajdt-e[0-9][0-9]x*-(.*).zip/',$file, $matches)) {

+      if (preg_match('/.*ajdt-e[0-9]*x*-(.*).zip/',$file, $matches)) {

          $files[]="$dir/$file";

       }

    } 

@@ -187,6 +187,28 @@
 

 

 <div class="homeitem3col">

+<a name="dev4107"></a>

+<h3>Development builds for Eclipse 4.10</h3>

+<ul>

+	<li>

+		AJDT dev builds for Eclipse 4.10

+		<table class="tasklist" width="80%">

+		  <tr>

+		    <th align="left">Update Site URL:</th>

+		    <td><strong><code>http://download.eclipse.org/tools/ajdt/410/dev/update</code></strong></td>

+		  </tr>

+		  <tr>

+		    <th align="left">Zip file:</th>

+		    <td><a href="#410zips">See below</a></td>

+		  </tr>

+		</table>

+	To install from a zip file, download the zip and point your p2 installer to that file.  Then proceed as if it were a normal update site.

+	Do <em>not</em> unzip the update site into the dropins directory.

+	</li>

+</ul>

+</div>

+

+<div class="homeitem3col">

 <a name="dev47"></a>

 <h3>Development builds for Eclipse 4.8</h3>

 <ul>