Fixed mixed line delimiters
diff --git a/bundles/org.eclipse.core.expressions/schema/propertyTesters.exsd b/bundles/org.eclipse.core.expressions/schema/propertyTesters.exsd
index a3605d3..57cca2e 100644
--- a/bundles/org.eclipse.core.expressions/schema/propertyTesters.exsd
+++ b/bundles/org.eclipse.core.expressions/schema/propertyTesters.exsd
@@ -6,8 +6,8 @@
          <meta.schema plugin="org.eclipse.jdt.ui" id="propertyTesters" name="Property Testers"/>

       </appInfo>

       <documentation>

-         This extension point allows to add properties to an already existing type. Those
-         properties can then be used inside the expression language&apos;s test expression
+         This extension point allows to add properties to an already existing type. Those

+         properties can then be used inside the expression language&apos;s test expression

          element.

       </documentation>

    </annotation>

@@ -74,7 +74,7 @@
          <attribute name="class" type="string" use="required">

             <annotation>

                <documentation>

-                  the name of the class that implements the testing methods. The class must be public and extend
+                  the name of the class that implements the testing methods. The class must be public and extend

 &lt;samp&gt;org.eclipse.core.expressions.PropertyTester&lt;/samp&gt; with a public 0-argument constructor.

                </documentation>

             </annotation>

@@ -87,20 +87,20 @@
          <meta.section type="examples"/>

       </appInfo>

       <documentation>

-         The following is an example of a property tester contribution:
-
-&lt;p&gt;
-&lt;pre&gt;
-  &lt;extension point=&quot;org.eclipse.core.expressions.propertyTesters&quot;&gt;
-    &lt;propertyTester
-      id=&quot;org.eclipse.jdt.ui.IResourceTester&quot;
-      type=&quot;org.eclipse.core.resources.IResource&quot;
-      namespace=&quot;org.eclipse.jdt.ui&quot;
-      properties=&quot;canDelete&quot;
-      class=&quot;org.eclipse.jdt.ui.internal.ResourceTester&quot;&gt;
-    &lt;/propertyTester&gt;
-  &lt;/extension&gt;
-&lt;/pre&gt;
+         The following is an example of a property tester contribution:

+

+&lt;p&gt;

+&lt;pre&gt;

+  &lt;extension point=&quot;org.eclipse.core.expressions.propertyTesters&quot;&gt;

+    &lt;propertyTester

+      id=&quot;org.eclipse.jdt.ui.IResourceTester&quot;

+      type=&quot;org.eclipse.core.resources.IResource&quot;

+      namespace=&quot;org.eclipse.jdt.ui&quot;

+      properties=&quot;canDelete&quot;

+      class=&quot;org.eclipse.jdt.ui.internal.ResourceTester&quot;&gt;

+    &lt;/propertyTester&gt;

+  &lt;/extension&gt;

+&lt;/pre&gt;

 &lt;/p&gt;

       </documentation>

    </annotation>

@@ -137,7 +137,7 @@
          <meta.section type="copyright"/>

       </appInfo>

       <documentation>

-         Copyright (c) 2001, 2004 IBM Corporation and others.&lt;br&gt;
+         Copyright (c) 2001, 2004 IBM Corporation and others.&lt;br&gt;

 All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/cpl-v10.html&quot;&gt;http://www.eclipse.org/legal/cpl-v10.html&lt;/a&gt;

       </documentation>

    </annotation>