[135669] Publishers
diff --git a/plugins/org.eclipse.wst.server.core/schema/publishers.exsd b/plugins/org.eclipse.wst.server.core/schema/publishers.exsd
index 1e56fd4..4b7b381 100644
--- a/plugins/org.eclipse.wst.server.core/schema/publishers.exsd
+++ b/plugins/org.eclipse.wst.server.core/schema/publishers.exsd
@@ -13,7 +13,7 @@
    <element name="extension">
       <complexType>
          <sequence>
-            <element ref="publishTask" minOccurs="1" maxOccurs="unbounded"/>
+            <element ref="publisher" minOccurs="1" maxOccurs="unbounded"/>
          </sequence>
          <attribute name="point" type="string" use="required">
             <annotation>
@@ -39,12 +39,7 @@
       </complexType>
    </element>
 
-   <element name="publishTask">
-      <annotation>
-         <appinfo>
-            <meta.element labelAttribute="name"/>
-         </appinfo>
-      </annotation>
+   <element name="publisher">
       <complexType>
          <attribute name="id" type="string" use="required">
             <annotation>
@@ -91,7 +86,7 @@
                </appinfo>
             </annotation>
          </attribute>
-         <attribute name="timing" type="string" use="required">
+         <attribute name="order" type="string" use="required">
             <annotation>
                <documentation>
                   
@@ -103,15 +98,6 @@
 
    <annotation>
       <appinfo>
-         <meta.section type="apiInfo"/>
-      </appinfo>
-      <documentation>
-         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that implements the interface &lt;code&gt;org.eclipse.wst.server.core.model.PublishTaskDelegate&lt;/code&gt;.
-      </documentation>
-   </annotation>
-
-   <annotation>
-      <appinfo>
          <meta.section type="since"/>
       </appinfo>
       <documentation>
@@ -147,4 +133,13 @@
       </documentation>
    </annotation>
 
+   <annotation>
+      <appinfo>
+         <meta.section type="apiInfo"/>
+      </appinfo>
+      <documentation>
+         Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that implements the interface &lt;code&gt;org.eclipse.wst.server.core.model.PublishTaskDelegate&lt;/code&gt;.
+      </documentation>
+   </annotation>
+
 </schema>