[117755] Cleaned up WST extension point documentation.
diff --git a/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/adapterFactory.exsd b/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/adapterFactory.exsd
index be9e9cb..d0100dc 100644
--- a/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/adapterFactory.exsd
+++ b/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/adapterFactory.exsd
@@ -97,7 +97,7 @@
          <meta.section type="since"/>

       </appInfo>

       <documentation>

-         [Enter the first release in which this extension point appears.]

+         &lt;b&gt;This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.&lt;/b&gt;

       </documentation>

    </annotation>

 

@@ -106,7 +106,7 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

-         [Enter extension point usage example here.]

+         

       </documentation>

    </annotation>

 

@@ -115,7 +115,7 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         [Enter API information here.]

+         

       </documentation>

    </annotation>

 

@@ -124,7 +124,7 @@
          <meta.section type="implementation"/>

       </appInfo>

       <documentation>

-         [Enter information about supplied implementation of this extension point.]

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/editModel.exsd b/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/editModel.exsd
index 3d13801..3a103a7 100644
--- a/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/editModel.exsd
+++ b/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/editModel.exsd
@@ -59,7 +59,7 @@
          <attribute name="factoryClass" type="string" use="required">

             <annotation>

                <documentation>

-                  An optional factory class that is used for this edit model.  The class must implement the interface &lt;code&gt;com.ibm.etools.emf.workbench.edit.EditModelFactory&lt;/code&gt;. If none is specified, then a generic &lt;code&gt;EditModel&lt;/code&gt; is created.

+                  An optional factory class that is used for this edit model.  The class must implement the interface &lt;code&gt;org.eclipse.wst.common.internal.emfworkbench.integration.EditModelFactory&lt;/code&gt;. If none is specified, then a generic &lt;code&gt;EditModel&lt;/code&gt; is created.

                </documentation>

             </annotation>

          </attribute>

@@ -122,10 +122,10 @@
    &lt;extension

          id=&quot;editModel.acme.parent&quot;

          name=&quot;Acme Parent Edit Model&quot;

-         point=&quot;com.ibm.etools.emf.workbench.editModel&quot;&gt;

+         point=&quot;org.eclipse.wst.common.emfworkbench.integration.editModel&quot;&gt;

       &lt;editModel

             editModelID=&quot;com.acme.acmepro.parent.editModel&quot;

-            factoryClass=&quot;com.ibm.etools.emf.workbench.edit.EditModelFactory&quot;&gt;

+            factoryClass=&quot;org.eclipse.wst.common.internal.emfworkbench.integration.EditModelFactory&quot;&gt;

         &lt;editModelResource URI=&quot;DIR/resource0.xml&quot;/&gt;

         &lt;editModelResource URI=&quot;DIR/resource1.xml&quot;/&gt;

       &lt;/editModel&gt;

@@ -134,10 +134,10 @@
    &lt;extension

          id=&quot;editModel.acme.child&quot;

          name=&quot;Acme Child Edit Model&quot;

-         point=&quot;com.ibm.etools.emf.workbench.editModel&quot;&gt;

+         point=&quot;org.eclipse.wst.common.emfworkbench.integration.editModel&quot;&gt;

       &lt;editModel

             editModelID=&quot;com.acme.acmepro.child.editModel&quot;

-            factoryClass=&quot;com.ibm.etools.emf.workbench.edit.EditModelFactory&quot;

+            factoryClass=&quot;org.eclipse.wst.common.internal.emfworkbench.integration.EditModelFactory&quot;

             parentModelID=&quot;com.acme.acmepro.parent.editModel&quot;&gt;

         &lt;editModelResource URI=&quot;DIR/resource2.xml&quot;/&gt;

         &lt;editModelResource URI=&quot;DIR/resource3.xml&quot;/&gt;

@@ -152,7 +152,7 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         Edit Models can be accessed through the com.ibm.etools.emf.workbench.EMFWorkbenchContext.

+         Edit Models can be accessed through the &lt;code&gt;org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext&lt;/code&gt;.

       </documentation>

    </annotation>

 

@@ -161,7 +161,7 @@
          <meta.section type="implementation"/>

       </appInfo>

       <documentation>

-         [Enter information about supplied implementation of this extension point.]

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/editModelExtension.exsd b/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/editModelExtension.exsd
index 14a23c3..006d2ae 100644
--- a/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/editModelExtension.exsd
+++ b/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/editModelExtension.exsd
@@ -84,7 +84,7 @@
       <documentation>

          &lt;pre&gt;

    &lt;extension

-         point=&quot;com.ibm.etools.emf.workbench.editModelExtension&quot;&gt;

+         point=&quot;org.eclipse.wst.common.emfworkbench.integration.editModelExtension&quot;&gt;

       &lt;editModelExtension

             editModelID=&quot;org.sample.inheritance.parent.editModel&quot;

             functionGroupID=&quot;org.sample.group&quot;&gt;

@@ -101,7 +101,7 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         [Enter API information here.]

+         

       </documentation>

    </annotation>

 

@@ -110,7 +110,7 @@
          <meta.section type="implementation"/>

       </appInfo>

       <documentation>

-         [Enter information about supplied implementation of this extension point.]

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/modifierHelperFactory.exsd b/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/modifierHelperFactory.exsd
index ed6716a..9cc07db 100644
--- a/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/modifierHelperFactory.exsd
+++ b/plugins/org.eclipse.wst.common.emfworkbench.integration/schema/modifierHelperFactory.exsd
@@ -6,7 +6,7 @@
          <meta.schema plugin="org.eclipse.wst.common.emfworkbench.integration" id="ModifierHelperFactory" name="Modifier Helper Factory"/>

       </appInfo>

       <documentation>

-         [Enter description of this extension point.]

+         

       </documentation>

    </annotation>

 

@@ -113,7 +113,7 @@
          <meta.section type="since"/>

       </appInfo>

       <documentation>

-         [Enter the first release in which this extension point appears.]

+         &lt;b&gt;This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.&lt;/b&gt;

       </documentation>

    </annotation>

 

@@ -122,7 +122,7 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

-         [Enter extension point usage example here.]

+         

       </documentation>

    </annotation>

 

@@ -131,7 +131,7 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         [Enter API information here.]

+         

       </documentation>

    </annotation>

 

@@ -140,7 +140,7 @@
          <meta.section type="implementation"/>

       </appInfo>

       <documentation>

-         [Enter information about supplied implementation of this extension point.]

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.common.frameworks.ui/schema/DataModelWizardExtension.exsd b/plugins/org.eclipse.wst.common.frameworks.ui/schema/DataModelWizardExtension.exsd
index cae4189..ca5341c 100644
--- a/plugins/org.eclipse.wst.common.frameworks.ui/schema/DataModelWizardExtension.exsd
+++ b/plugins/org.eclipse.wst.common.frameworks.ui/schema/DataModelWizardExtension.exsd
@@ -6,7 +6,7 @@
          <meta.schema plugin="org.eclipse.wst.common.frameworks.ui" id="DataModelWizardExtension" name="Data Model Wizard Extension"/>
       </appInfo>
       <documentation>
-         [Enter description of this extension point.]
+         
       </documentation>
    </annotation>
 
@@ -66,7 +66,7 @@
          <meta.section type="since"/>
       </appInfo>
       <documentation>
-         [Enter the first release in which this extension point appears.]
+         &lt;b&gt;This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.&lt;/b&gt;
       </documentation>
    </annotation>
 
@@ -75,7 +75,7 @@
          <meta.section type="examples"/>
       </appInfo>
       <documentation>
-         [Enter extension point usage example here.]
+         
       </documentation>
    </annotation>
 
@@ -84,7 +84,7 @@
          <meta.section type="apiInfo"/>
       </appInfo>
       <documentation>
-         [Enter API information here.]
+         
       </documentation>
    </annotation>
 
@@ -93,7 +93,7 @@
          <meta.section type="implementation"/>
       </appInfo>
       <documentation>
-         [Enter information about supplied implementation of this extension point.]
+         
       </documentation>
    </annotation>
 
diff --git a/plugins/org.eclipse.wst.common.frameworks.ui/schema/extendableWizard.exsd b/plugins/org.eclipse.wst.common.frameworks.ui/schema/extendableWizard.exsd
index dfd3feb..60b35aa 100644
--- a/plugins/org.eclipse.wst.common.frameworks.ui/schema/extendableWizard.exsd
+++ b/plugins/org.eclipse.wst.common.frameworks.ui/schema/extendableWizard.exsd
@@ -65,7 +65,7 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

-         [Enter extension point usage example here.]

+         

       </documentation>

    </annotation>

 

@@ -74,7 +74,7 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         [Enter API information here.]

+         

       </documentation>

    </annotation>

 

@@ -83,7 +83,7 @@
          <meta.section type="implementation"/>

       </appInfo>

       <documentation>

-         [Enter information about supplied implementation of this extension point.]

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.common.frameworks.ui/schema/extendableWizardPage.exsd b/plugins/org.eclipse.wst.common.frameworks.ui/schema/extendableWizardPage.exsd
index ebb6b6b..e94ffa1 100644
--- a/plugins/org.eclipse.wst.common.frameworks.ui/schema/extendableWizardPage.exsd
+++ b/plugins/org.eclipse.wst.common.frameworks.ui/schema/extendableWizardPage.exsd
@@ -105,7 +105,7 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

-         [Enter extension point usage example here.]

+         

       </documentation>

    </annotation>

 

@@ -114,7 +114,7 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         [Enter API information here.]

+         

       </documentation>

    </annotation>

 

@@ -123,7 +123,7 @@
          <meta.section type="implementation"/>

       </appInfo>

       <documentation>

-         [Enter information about supplied implementation of this extension point.]

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.common.frameworks.ui/schema/extendedViewer.exsd b/plugins/org.eclipse.wst.common.frameworks.ui/schema/extendedViewer.exsd
index 32b17d5..eca8862 100644
--- a/plugins/org.eclipse.wst.common.frameworks.ui/schema/extendedViewer.exsd
+++ b/plugins/org.eclipse.wst.common.frameworks.ui/schema/extendedViewer.exsd
@@ -91,7 +91,7 @@
          <meta.section type="since"/>

       </appInfo>

       <documentation>

-         [Enter the first release in which this extension point appears.]

+         &lt;b&gt;This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.&lt;/b&gt;

       </documentation>

    </annotation>

 

@@ -100,7 +100,7 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

-         [Enter extension point usage example here.]

+         

       </documentation>

    </annotation>

 

@@ -109,7 +109,7 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         [Enter API information here.]

+         

       </documentation>

    </annotation>

 

@@ -118,7 +118,7 @@
          <meta.section type="implementation"/>

       </appInfo>

       <documentation>

-         [Enter information about supplied implementation of this extension point.]

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.common.frameworks.ui/schema/wtpuiAction.exsd b/plugins/org.eclipse.wst.common.frameworks.ui/schema/wtpuiAction.exsd
index 072f790..5ddc4f2 100644
--- a/plugins/org.eclipse.wst.common.frameworks.ui/schema/wtpuiAction.exsd
+++ b/plugins/org.eclipse.wst.common.frameworks.ui/schema/wtpuiAction.exsd
@@ -227,8 +227,12 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

-         The following example declares two Master Operations (&lt;code&gt;com.acme.ui.operation.MasterOperationA&lt;/code&gt; and &lt;code&gt;com.acme.ui.operation.MasterOperationB&lt;/code&gt;) which are attached to the Generic ID &lt;code&gt;com.acme.ui.WTPOptionalOperationTest&lt;/code&gt;. 

+         &lt;!-- The examples in this section have been commented out because they reference only extension point IDs. These examples must be corrected before being included in the documentation. --&gt;

+&lt;!--

+The following example declares two Master Operations (&lt;code&gt;com.acme.ui.operation.MasterOperationA&lt;/code&gt; and &lt;code&gt;com.acme.ui.operation.MasterOperationB&lt;/code&gt;) which are attached to the Generic ID &lt;code&gt;com.acme.ui.WTPOptionalOperationTest&lt;/code&gt;. 

 The scenario has Master A which has as a pre-operation of Slave A and a post-operation of Slave C. Slave A is made optional by the &lt;code&gt;slaveOperation&lt;/code&gt; element, while Slave C will always be run (no &lt;code&gt;slaveOperation&lt;/code&gt; is given to run it seperately). Slave A further has an optional pre-operation (Slave B) that can be executed indepently of either Slave A or Master A.

+--&gt;

+&lt;!--

 &lt;pre&gt;

    &lt;extension

          point=&quot;org.eclipse.wst.common.frameworks.ui.wtpuiAction&quot;&gt;

@@ -258,9 +262,11 @@
       &lt;/masterOperation&gt;   

    &lt;/extension&gt;

 &lt;/pre&gt;   

-

+--&gt;

+&lt;!--

 For each of the slaveOperations referenced above, you must have a corresponding WTP Operation Extension declared similar to the following:

- 

+--&gt;

+&lt;!--

 &lt;pre&gt; 

    &lt;extension

          id=&quot;wtpuiAciton.Acme.Extensions&quot;

@@ -275,39 +281,44 @@
       &lt;/extendableOperation&gt;

    &lt;/extension&gt;

    &lt;extension

-         point=&quot;com.ibm.wtp.common.OperationExtension&quot;&gt;

+         point=&quot;com.ibm.wtp.common.OperationExtension&quot;&gt;--&gt;

       &lt;!-- Made optional by the above declaration --&gt;

-      &lt;operationExtension

+      &lt;!--&lt;operationExtension

             preOperationClass=&quot;com.acme.ui.operation.SlaveOperationA&quot;

             id=&quot;com.acme.ui.operation.MasterOperationA&quot;&gt;

-      &lt;/operationExtension&gt; 

+      &lt;/operationExtension&gt;--&gt;

       &lt;!-- Made optional by the above declaration --&gt;

-      &lt;operationExtension

+      &lt;!--&lt;operationExtension

             postOperationClass=&quot;com.acme.ui.operation.SlaveOperationB&quot;

             id=&quot;com.acme.ui.operation.SlaveOperationA&quot;&gt;

-      &lt;/operationExtension&gt;   

+      &lt;/operationExtension&gt;--&gt;   

       &lt;!-- Non-optional operation, will always run --&gt;

-      &lt;operationExtension

+      &lt;!--&lt;operationExtension

             postOperationClass=&quot;com.acme.ui.operation.SlaveOperationC&quot;

             id=&quot;com.acme.ui.operation.MasterOperationA&quot;&gt;

       &lt;/operationExtension&gt;  

    &lt;/extension&gt; 

 &lt;/pre&gt;

-

+--&gt;

+&lt;!--

 In general, users extending existing actions only need to declare the following: 

+--&gt;

+&lt;!--

 &lt;pre&gt;

  &lt;extension

-         point=&quot;com.ibm.wtp.common.OperationExtension&quot;&gt; 

+         point=&quot;com.ibm.wtp.common.OperationExtension&quot;&gt;--&gt; 

  &lt;!-- The action referenced must be declared as extensible by the   com.ibm.wtp.common.ExtendableOperation extension point --&gt;         

-      &lt;operationExtension

+      &lt;!--&lt;operationExtension

             preOperationClass=&quot;...YOUR CLASS...&quot;            

             id=&quot;...ID OF EXISTING OPERATION...&quot;&gt; 

       &lt;/operationExtension&gt; 

  &lt;/extension&gt;      

 &lt;/pre&gt;      

-

+--&gt;

+&lt;!--

 And if your operation is optional declare the slaveOperation:

-

+--&gt;

+&lt;!--

 &lt;pre&gt; 

    &lt;extension

          point=&quot;org.eclipse.wst.common.frameworks.ui.wtpuiAction&quot;&gt; 

@@ -318,6 +329,7 @@
       &lt;/slaveOperation&gt; 

    &lt;/extension&gt;      

 &lt;/pre&gt;

+--&gt;

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.common.frameworks/schema/DataModelProviderExtension.exsd b/plugins/org.eclipse.wst.common.frameworks/schema/DataModelProviderExtension.exsd
index ba8ea1f..786c1c3 100644
--- a/plugins/org.eclipse.wst.common.frameworks/schema/DataModelProviderExtension.exsd
+++ b/plugins/org.eclipse.wst.common.frameworks/schema/DataModelProviderExtension.exsd
@@ -3,10 +3,10 @@
 <schema targetNamespace="org.eclipse.wst.common.frameworks">
 <annotation>
       <appInfo>
-         <meta.schema plugin="org.eclipse.wst.common.frameworks" id="DataModelProviderExtension" name="DataModelProvider"/>
+         <meta.schema plugin="org.eclipse.wst.common.frameworks" id="DataModelProviderExtension" name="Data Model Provider"/>
       </appInfo>
       <documentation>
-         [Enter description of this extension point.]
+         
       </documentation>
    </annotation>
 
@@ -106,7 +106,7 @@
          <meta.section type="since"/>
       </appInfo>
       <documentation>
-         [Enter the first release in which this extension point appears.]
+         &lt;b&gt;This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.&lt;/b&gt;
       </documentation>
    </annotation>
 
@@ -115,7 +115,7 @@
          <meta.section type="examples"/>
       </appInfo>
       <documentation>
-         [Enter extension point usage example here.]
+         
       </documentation>
    </annotation>
 
@@ -124,7 +124,7 @@
          <meta.section type="apiInfo"/>
       </appInfo>
       <documentation>
-         [Enter API information here.]
+         
       </documentation>
    </annotation>
 
@@ -133,7 +133,7 @@
          <meta.section type="implementation"/>
       </appInfo>
       <documentation>
-         [Enter information about supplied implementation of this extension point.]
+         
       </documentation>
    </annotation>
 
diff --git a/plugins/org.eclipse.wst.common.frameworks/schema/OperationExtension.exsd b/plugins/org.eclipse.wst.common.frameworks/schema/OperationExtension.exsd
index 419b66b..5fafe57 100644
--- a/plugins/org.eclipse.wst.common.frameworks/schema/OperationExtension.exsd
+++ b/plugins/org.eclipse.wst.common.frameworks/schema/OperationExtension.exsd
@@ -3,10 +3,10 @@
 <schema targetNamespace="org.eclipse.wst.common.frameworks">

 <annotation>

       <appInfo>

-         <meta.schema plugin="org.eclipse.wst.common.frameworks" id="OperationExtension" name="OperationExtension"/>

+         <meta.schema plugin="org.eclipse.wst.common.frameworks" id="OperationExtension" name="Operation Extension"/>

       </appInfo>

       <documentation>

-         [Enter description of this extension point.]

+         

       </documentation>

    </annotation>

 

@@ -72,7 +72,7 @@
          <meta.section type="since"/>

       </appInfo>

       <documentation>

-         [Enter the first release in which this extension point appears.]

+         &lt;b&gt;This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.&lt;/b&gt;

       </documentation>

    </annotation>

 

@@ -81,7 +81,7 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

-         [Enter extension point usage example here.]

+         

       </documentation>

    </annotation>

 

@@ -90,7 +90,7 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         [Enter API information here.]

+         

       </documentation>

    </annotation>

 

@@ -99,7 +99,7 @@
          <meta.section type="implementation"/>

       </appInfo>

       <documentation>

-         [Enter information about supplied implementation of this extension point.]

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.common.frameworks/schema/WTPActivityBridgeHelper.exsd b/plugins/org.eclipse.wst.common.frameworks/schema/WTPActivityBridgeHelper.exsd
index 970e14d..c8f926a 100644
--- a/plugins/org.eclipse.wst.common.frameworks/schema/WTPActivityBridgeHelper.exsd
+++ b/plugins/org.eclipse.wst.common.frameworks/schema/WTPActivityBridgeHelper.exsd
@@ -3,10 +3,10 @@
 <schema targetNamespace="org.eclipse.wst.common.frameworks">

 <annotation>

       <appInfo>

-         <meta.schema plugin="org.eclipse.wst.common.frameworks" id="WTPActivityBridgeHelper" name="WTPActivityBridge"/>

+         <meta.schema plugin="org.eclipse.wst.common.frameworks" id="WTPActivityBridgeHelper" name="WTP Activity Bridge Helper"/>

       </appInfo>

       <documentation>

-         [Enter description of this extension point.]

+         

       </documentation>

    </annotation>

 

@@ -56,7 +56,7 @@
          <meta.section type="since"/>

       </appInfo>

       <documentation>

-         [Enter the first release in which this extension point appears.]

+         &lt;b&gt;This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.&lt;/b&gt;

       </documentation>

    </annotation>

 

@@ -65,7 +65,7 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

-         [Enter extension point usage example here.]

+         

       </documentation>

    </annotation>

 

@@ -74,7 +74,7 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         [Enter API information here.]

+         

       </documentation>

    </annotation>

 

@@ -83,7 +83,7 @@
          <meta.section type="implementation"/>

       </appInfo>

       <documentation>

-         [Enter information about supplied implementation of this extension point.]

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.common.modulecore/schema/ComponentProjectMigrator.exsd b/plugins/org.eclipse.wst.common.modulecore/schema/ComponentProjectMigrator.exsd
index 0070b56..507ed10 100644
--- a/plugins/org.eclipse.wst.common.modulecore/schema/ComponentProjectMigrator.exsd
+++ b/plugins/org.eclipse.wst.common.modulecore/schema/ComponentProjectMigrator.exsd
@@ -56,7 +56,7 @@
          <meta.section type="since"/>
       </appInfo>
       <documentation>
-         [Enter the first release in which this extension point appears.]
+         &lt;b&gt;This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.&lt;/b&gt;
       </documentation>
    </annotation>
 
@@ -65,7 +65,7 @@
          <meta.section type="examples"/>
       </appInfo>
       <documentation>
-         [Enter extension point usage example here.]
+         
       </documentation>
    </annotation>
 
@@ -74,7 +74,7 @@
          <meta.section type="apiInfo"/>
       </appInfo>
       <documentation>
-         [Enter API information here.]
+         
       </documentation>
    </annotation>
 
@@ -83,7 +83,7 @@
          <meta.section type="implementation"/>
       </appInfo>
       <documentation>
-         [Enter information about supplied implementation of this extension point.]
+         
       </documentation>
    </annotation>
 
diff --git a/plugins/org.eclipse.wst.common.modulecore/schema/artifactedit.exsd b/plugins/org.eclipse.wst.common.modulecore/schema/artifactedit.exsd
index 88f60e0..b11df64 100644
--- a/plugins/org.eclipse.wst.common.modulecore/schema/artifactedit.exsd
+++ b/plugins/org.eclipse.wst.common.modulecore/schema/artifactedit.exsd
@@ -65,7 +65,7 @@
          <meta.section type="since"/>
       </appInfo>
       <documentation>
-         [Enter the first release in which this extension point appears.]
+         &lt;b&gt;This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.&lt;/b&gt;
       </documentation>
    </annotation>
 
@@ -74,7 +74,7 @@
          <meta.section type="examples"/>
       </appInfo>
       <documentation>
-         [Enter extension point usage example here.]
+         
       </documentation>
    </annotation>
 
@@ -83,7 +83,7 @@
          <meta.section type="apiInfo"/>
       </appInfo>
       <documentation>
-         [Enter API information here.]
+         
       </documentation>
    </annotation>
 
@@ -92,7 +92,7 @@
          <meta.section type="implementation"/>
       </appInfo>
       <documentation>
-         [Enter information about supplied implementation of this extension point.]
+         
       </documentation>
    </annotation>
 
diff --git a/plugins/org.eclipse.wst.common.ui/schema/exampleProjectCreationWizard.exsd b/plugins/org.eclipse.wst.common.ui/schema/exampleProjectCreationWizard.exsd
index eb4acae..578c329 100644
--- a/plugins/org.eclipse.wst.common.ui/schema/exampleProjectCreationWizard.exsd
+++ b/plugins/org.eclipse.wst.common.ui/schema/exampleProjectCreationWizard.exsd
@@ -214,7 +214,7 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         [Enter API information here.]

+         

       </documentation>

    </annotation>

 

@@ -223,7 +223,7 @@
          <meta.section type="implementation"/>

       </appInfo>

       <documentation>

-         [Enter information about supplied implementation of this extension point.]

+         

       </documentation>

    </annotation>

 

diff --git a/plugins/org.eclipse.wst.common.uriresolver/schema/resolverExtensions.exsd b/plugins/org.eclipse.wst.common.uriresolver/schema/resolverExtensions.exsd
index aa741c9..702bb0c 100644
--- a/plugins/org.eclipse.wst.common.uriresolver/schema/resolverExtensions.exsd
+++ b/plugins/org.eclipse.wst.common.uriresolver/schema/resolverExtensions.exsd
@@ -100,7 +100,6 @@
       </appInfo>
       <documentation>
          &lt;b&gt;This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.&lt;/b&gt;
-
       </documentation>
    </annotation>
 
@@ -111,14 +110,14 @@
       <documentation>
          The following is an example of an URI resolver contribution:
 &lt;pre&gt;
-&lt;extension
-  point=&quot;org.eclipse.wst.common.uriresolver.resolverExtensions&quot;&gt;
-  &lt;resolverExtension
-    stage=&quot;physical&quot;
-    priority=&quot;low&quot;
-    class=&quot;org.eclipse.wst.common.uriresolver.SampleResolver&quot;&gt;
-  &lt;/resolverExtension&gt;
-&lt;/extension&gt;
+   &lt;extension
+         point=&quot;org.eclipse.wst.common.uriresolver.resolverExtensions&quot;&gt;
+      &lt;resolverExtension
+            stage=&quot;physical&quot;
+            priority=&quot;low&quot;
+            class=&quot;org.eclipse.wst.common.uriresolver.SampleResolver&quot;&gt;
+      &lt;/resolverExtension&gt;
+   &lt;/extension&gt;
 &lt;/pre&gt;
       </documentation>
    </annotation>
diff --git a/plugins/org.eclipse.wst.internet.cache/exsd/cacheresource.exsd b/plugins/org.eclipse.wst.internet.cache/exsd/cacheresource.exsd
index d150ebe..bacb272 100644
--- a/plugins/org.eclipse.wst.internet.cache/exsd/cacheresource.exsd
+++ b/plugins/org.eclipse.wst.internet.cache/exsd/cacheresource.exsd
@@ -77,12 +77,12 @@
       <documentation>
          The following is an example of a cache resource contribution:
 &lt;pre&gt;
-&lt;extension
-  point=&quot;org.eclipse.wst.internet.cache.cacheresource&quot;&gt;
-  &lt;cacheresource
-    license=&quot;URL of license file&quot;
-    url=&quot;URL of resource&quot;/&gt;
-&lt;/extension&gt;
+   &lt;extension
+         point=&quot;org.eclipse.wst.internet.cache.cacheresource&quot;&gt;
+      &lt;cacheresource
+            license=&quot;http://www.eclipse.org/license.html&quot;
+            url=&quot;http://www.eclipse.org&quot;/&gt;
+   &lt;/extension&gt;
 &lt;/pre&gt;
       </documentation>
    </annotation>
diff --git a/plugins/org.eclipse.wst.validation/xsds/referencialFileExtSchema.exsd b/plugins/org.eclipse.wst.validation/xsds/referencialFileExtSchema.exsd
index 20ac5f3..a30b719 100644
--- a/plugins/org.eclipse.wst.validation/xsds/referencialFileExtSchema.exsd
+++ b/plugins/org.eclipse.wst.validation/xsds/referencialFileExtSchema.exsd
@@ -6,16 +6,11 @@
          <meta.schema plugin="org.eclipse.wst.validation" id="referencialFileValidator" name="Referencial File Validator"/>
       </appInfo>
       <documentation>
-         [Enter description of this extension point.]
+         This extension point is used for referential file validation. This extension point should be extended if you have files that reference other files and would like the validation on referenced files to run when the validation on the referencing file is run. The Post Validator operation that is used by this extension point expects a flat list of files to run validation on referenced files.
       </documentation>
    </annotation>
 
    <element name="extension">
-      <annotation>
-         <documentation>
-            This extension point is used for referential file validation. This extension point should be extended if you have files that reference other files and would like the validation on referenced files to run when the validation on the referencing file is run. The Post Validator operation that is used by this extension point expects a flat list of files to run validation on referenced files.
-         </documentation>
-      </annotation>
       <complexType>
          <sequence>
             <element ref="referencialFileValidator"/>
@@ -85,7 +80,7 @@
          <meta.section type="examples"/>
       </appInfo>
       <documentation>
-         [Enter extension point usage example here.]
+         
       </documentation>
    </annotation>
 
@@ -94,7 +89,7 @@
          <meta.section type="apiInfo"/>
       </appInfo>
       <documentation>
-         [Enter API information here.]
+         
       </documentation>
    </annotation>
 
@@ -103,7 +98,7 @@
          <meta.section type="implementation"/>
       </appInfo>
       <documentation>
-         [Enter information about supplied implementation of this extension point.]
+         
       </documentation>
    </annotation>
 
diff --git a/plugins/org.eclipse.wst.validation/xsds/validationHelper.exsd b/plugins/org.eclipse.wst.validation/xsds/validationHelper.exsd
index d38c84f..d6aece6 100644
--- a/plugins/org.eclipse.wst.validation/xsds/validationHelper.exsd
+++ b/plugins/org.eclipse.wst.validation/xsds/validationHelper.exsd
@@ -6,7 +6,7 @@
          <meta.schema plugin="org.eclipse.wst.validation" id="validationHelper" name="Validation Helper"/>
       </appInfo>
       <documentation>
-         [Enter description of this extension point.]
+         
       </documentation>
    </annotation>
 
@@ -75,7 +75,7 @@
          <meta.section type="examples"/>
       </appInfo>
       <documentation>
-         [Enter extension point usage example here.]
+         
       </documentation>
    </annotation>
 
@@ -84,7 +84,7 @@
          <meta.section type="apiInfo"/>
       </appInfo>
       <documentation>
-         [Enter API information here.]
+         
       </documentation>
    </annotation>
 
@@ -93,7 +93,7 @@
          <meta.section type="implementation"/>
       </appInfo>
       <documentation>
-         [Enter information about supplied implementation of this extension point.]
+         
       </documentation>
    </annotation>
 
diff --git a/plugins/org.eclipse.wst.validation/xsds/validationSelectionHandler.exsd b/plugins/org.eclipse.wst.validation/xsds/validationSelectionHandler.exsd
index 13160c2..9e20f4a 100644
--- a/plugins/org.eclipse.wst.validation/xsds/validationSelectionHandler.exsd
+++ b/plugins/org.eclipse.wst.validation/xsds/validationSelectionHandler.exsd
@@ -6,7 +6,7 @@
          <meta.schema plugin="org.eclipse.wst.validation" id="validationSelectionHandler" name="Validation Selection Handler"/>
       </appInfo>
       <documentation>
-         [Enter description of this extension point.]
+         
       </documentation>
    </annotation>
 
@@ -79,7 +79,7 @@
          <meta.section type="examples"/>
       </appInfo>
       <documentation>
-         [Enter extension point usage example here.]
+         
       </documentation>
    </annotation>
 
@@ -88,7 +88,7 @@
          <meta.section type="apiInfo"/>
       </appInfo>
       <documentation>
-         [Enter API information here.]
+         
       </documentation>
    </annotation>
 
@@ -97,7 +97,7 @@
          <meta.section type="implementation"/>
       </appInfo>
       <documentation>
-         [Enter information about supplied implementation of this extension point.]
+         
       </documentation>
    </annotation>
 
diff --git a/plugins/org.eclipse.wst.validation/xsds/validatorExtSchema.exsd b/plugins/org.eclipse.wst.validation/xsds/validatorExtSchema.exsd
index 29ef07e..0451696 100644
--- a/plugins/org.eclipse.wst.validation/xsds/validatorExtSchema.exsd
+++ b/plugins/org.eclipse.wst.validation/xsds/validatorExtSchema.exsd
@@ -246,7 +246,7 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

-         [Enter extension point usage example here.]

+         

       </documentation>

    </annotation>

 

@@ -255,7 +255,7 @@
          <meta.section type="apiInfo"/>

       </appInfo>

       <documentation>

-         [Enter API information here.]

+         

       </documentation>

    </annotation>

 

@@ -264,7 +264,7 @@
          <meta.section type="implementation"/>

       </appInfo>

       <documentation>

-         [Enter information about supplied implementation of this extension point.]

+         

       </documentation>

    </annotation>