Bug 342117 - Provide better documentation for the antTasks extension point
diff --git a/ant/org.eclipse.ant.core/schema/antTasks.exsd b/ant/org.eclipse.ant.core/schema/antTasks.exsd
index 77e7a13..6e33754 100644
--- a/ant/org.eclipse.ant.core/schema/antTasks.exsd
+++ b/ant/org.eclipse.ant.core/schema/antTasks.exsd
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.ant.core">
+<schema targetNamespace="org.eclipse.ant.core" xmlns="http://www.w3.org/2001/XMLSchema">
 <annotation>
       <appInfo>
          <meta.schema plugin="org.eclipse.ant.core" id="antTasks" name="Ant Tasks"/>
@@ -20,6 +20,11 @@
    </annotation>
 
    <element name="extension">
+      <annotation>
+         <appInfo>
+            <meta.element />
+         </appInfo>
+      </annotation>
       <complexType>
          <sequence>
             <element ref="antTask" minOccurs="0" maxOccurs="unbounded"/>
@@ -65,7 +70,7 @@
          <attribute name="uri" type="string">
             <annotation>
                <documentation>
-                   The uri that this definition should live in. Only used if using Ant newer than 1.6.
+                  The uri that this definition should live in. Only used if using Ant newer than 1.6.
                </documentation>
             </annotation>
          </attribute>
@@ -111,6 +116,7 @@
       </complexType>
    </element>
 
+
    <annotation>
       <appInfo>
          <meta.section type="examples"/>
@@ -124,9 +130,11 @@
    &lt;/extension&gt; 
 &lt;/pre&gt;
 &lt;/p&gt;
+In the above example the &lt;code&gt;antSupport.jar&lt;/code&gt; must be created using an Ant project builder. For more information about creating project builders and how they work, please refer to the following help topics: &lt;b&gt;Contributing tasks and types&lt;/b&gt;, &lt;b&gt;Ant buildfiles as project builders&lt;/b&gt; and &lt;b&gt;Creating a project builder Ant buildfile&lt;/b&gt;
       </documentation>
    </annotation>
 
+
    <annotation>
       <appInfo>
          <meta.section type="implementation"/>
@@ -142,7 +150,7 @@
          <meta.section type="copyright"/>
       </appInfo>
       <documentation>
-         Copyright (c) 2000, 2006 IBM Corporation and others.&lt;br&gt;
+         Copyright (c) 2000, 2011 IBM Corporation and others.&lt;br&gt;
 All rights reserved. This program and the accompanying materials are made 
 available under the terms of the Eclipse Public License v1.0 which 
 accompanies this distribution, and is available at