Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-06-21 17:39:07 +0000
committerDani Megert2004-06-21 17:39:07 +0000
commit78b22c3306aedd81b7f806f7a347576be509f01c (patch)
treeee108e00609d67df093e8d91095e16442a44cc20
parent845cf86caac84db4c784af1bebeba7e3c68f53a0 (diff)
downloadeclipse.platform.text-78b22c3306aedd81b7f806f7a347576be509f01c.tar.gz
eclipse.platform.text-78b22c3306aedd81b7f806f7a347576be509f01c.tar.xz
eclipse.platform.text-78b22c3306aedd81b7f806f7a347576be509f01c.zip
Fixed mixed line delimiters
-rw-r--r--org.eclipse.core.filebuffers/schema/documentCreation.exsd10
-rw-r--r--org.eclipse.core.filebuffers/schema/documentSetup.exsd10
-rw-r--r--org.eclipse.search/schema/searchResultViewPages.exsd38
3 files changed, 29 insertions, 29 deletions
diff --git a/org.eclipse.core.filebuffers/schema/documentCreation.exsd b/org.eclipse.core.filebuffers/schema/documentCreation.exsd
index 3313b8a89d8..850b026aadd 100644
--- a/org.eclipse.core.filebuffers/schema/documentCreation.exsd
+++ b/org.eclipse.core.filebuffers/schema/documentCreation.exsd
@@ -116,11 +116,11 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
- &lt;p&gt;
-&lt;a href=&quot;hglegal.htm&quot;&gt;
- &lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
- BORDER=&quot;0&quot; height=&quot;14&quot; width=&quot;324&quot;&gt;&lt;/a&gt;
+ &lt;p&gt;
+&lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+ ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=&quot;0&quot; height=&quot;14&quot; width=&quot;324&quot;&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>
diff --git a/org.eclipse.core.filebuffers/schema/documentSetup.exsd b/org.eclipse.core.filebuffers/schema/documentSetup.exsd
index 0c84681aff8..a4358439297 100644
--- a/org.eclipse.core.filebuffers/schema/documentSetup.exsd
+++ b/org.eclipse.core.filebuffers/schema/documentSetup.exsd
@@ -116,11 +116,11 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
- &lt;p&gt;
-&lt;a href=&quot;hglegal.htm&quot;&gt;
- &lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
- BORDER=&quot;0&quot; height=&quot;14&quot; width=&quot;324&quot;&gt;&lt;/a&gt;
+ &lt;p&gt;
+&lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+ ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=&quot;0&quot; height=&quot;14&quot; width=&quot;324&quot;&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>
diff --git a/org.eclipse.search/schema/searchResultViewPages.exsd b/org.eclipse.search/schema/searchResultViewPages.exsd
index 1be832080d4..0c0230f5688 100644
--- a/org.eclipse.search/schema/searchResultViewPages.exsd
+++ b/org.eclipse.search/schema/searchResultViewPages.exsd
@@ -78,20 +78,20 @@
<meta.section type="examples"/>
</appInfo>
<documentation>
- As an example, here is the markup for the file search result page.
-
-&lt;p&gt;
-&lt;pre&gt;
-&lt;extension
- id=&quot;FileSearchPage&quot;
- point=&quot;org.eclipse.search.searchResultViewPages&quot;&gt;
- &lt;viewPage
- id=&quot;org.eclipse.search.text.FileSearchResultPage&quot;
- searchResultClass=&quot;org.eclipse.search.internal.ui.text.FileSearchResult&quot;
- class=&quot;org.eclipse.search.internal.ui.text.FileSearchPage&quot;&gt;
- &lt;/viewPage&gt;
-&lt;/extension&gt;
-&lt;/pre&gt;
+ As an example, here is the markup for the file search result page.
+
+&lt;p&gt;
+&lt;pre&gt;
+&lt;extension
+ id=&quot;FileSearchPage&quot;
+ point=&quot;org.eclipse.search.searchResultViewPages&quot;&gt;
+ &lt;viewPage
+ id=&quot;org.eclipse.search.text.FileSearchResultPage&quot;
+ searchResultClass=&quot;org.eclipse.search.internal.ui.text.FileSearchResult&quot;
+ class=&quot;org.eclipse.search.internal.ui.text.FileSearchPage&quot;&gt;
+ &lt;/viewPage&gt;
+&lt;/extension&gt;
+&lt;/pre&gt;
&lt;/p&gt;
</documentation>
</annotation>
@@ -119,11 +119,11 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
- &lt;p&gt;
-&lt;a href=&quot;hglegal.htm&quot;&gt;
- &lt;img SRC=&quot;ngibmcpy.gif&quot;
- ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
- BORDER=0 height=14 width=324&gt;&lt;/a&gt;
+ &lt;p&gt;
+&lt;a href=&quot;hglegal.htm&quot;&gt;
+ &lt;img SRC=&quot;ngibmcpy.gif&quot;
+ ALT=&quot;Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.&quot;
+ BORDER=0 height=14 width=324&gt;&lt;/a&gt;
&lt;/p&gt;
</documentation>
</annotation>

Back to the top