Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.compare.examples.xml/schema/idMapping.exsd')
-rw-r--r--examples/org.eclipse.compare.examples.xml/schema/idMapping.exsd13
1 files changed, 5 insertions, 8 deletions
diff --git a/examples/org.eclipse.compare.examples.xml/schema/idMapping.exsd b/examples/org.eclipse.compare.examples.xml/schema/idMapping.exsd
index 9632e1602..3ab94afd3 100644
--- a/examples/org.eclipse.compare.examples.xml/schema/idMapping.exsd
+++ b/examples/org.eclipse.compare.examples.xml/schema/idMapping.exsd
@@ -69,10 +69,10 @@ XML Compare Plugin is updated as follows (update shown in bold):
<p>
<pre>
<extension
-      point="org.eclipse.compare.structureMergeViewers">
+ÊÊÊÊÊÊpoint="org.eclipse.compare.structureMergeViewers">
<structureMergeViewer
-         extensions="xml,classpath,cd"
-         class="org.eclipse.compare.xml.XMLStructureViewerCreator"
+ÊÊÊÊÊÊÊÊÊextensions="xml,classpath,cd"
+ÊÊÊÊÊÊÊÊÊclass="org.eclipse.compare.xml.XMLStructureViewerCreator"
/>
</extension>
</pre>
@@ -199,11 +199,8 @@ The following example illustrates a case where the text of a child element is us
<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;
+ Copyright (c) 2000, 2003 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 &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
</documentation>
</annotation>

Back to the top