Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'valgrind/org.eclipse.linuxtools.valgrind.ui/schema/valgrindToolViews.exsd')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.ui/schema/valgrindToolViews.exsd52
1 files changed, 27 insertions, 25 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.ui/schema/valgrindToolViews.exsd b/valgrind/org.eclipse.linuxtools.valgrind.ui/schema/valgrindToolViews.exsd
index c0a299e9cc..1bb496c6bc 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.ui/schema/valgrindToolViews.exsd
+++ b/valgrind/org.eclipse.linuxtools.valgrind.ui/schema/valgrindToolViews.exsd
@@ -2,9 +2,9 @@
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.linuxtools.valgrind.ui" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
- <appinfo>
+ <appInfo>
<meta.schema plugin="org.eclipse.linuxtools.valgrind.ui" id="valgrindToolViews" name="Valgrind Tool Views"/>
- </appinfo>
+ </appInfo>
<documentation>
This extension point is responsible for contributing tool-specific output to the Valgrind View.
</documentation>
@@ -12,9 +12,9 @@
<element name="extension">
<annotation>
- <appinfo>
+ <appInfo>
<meta.element />
- </appinfo>
+ </appInfo>
</annotation>
<complexType>
<sequence minOccurs="1" maxOccurs="unbounded">
@@ -39,9 +39,9 @@
<documentation>
</documentation>
- <appinfo>
+ <appInfo>
<meta.attribute translatable="true"/>
- </appinfo>
+ </appInfo>
</annotation>
</attribute>
</complexType>
@@ -54,9 +54,9 @@
<documentation>
The &lt;code&gt;id&lt;/code&gt; of the extender of &lt;code&gt;org.eclipse.linuxtools.valgrind.launch.valgrindTools&lt;/code&gt; for which this extension provides UI
</documentation>
- <appinfo>
+ <appInfo>
<meta.attribute kind="identifier" basedOn="org.eclipse.linuxtools.valgrind.launch.valgrindTools/tool/@id"/>
- </appinfo>
+ </appInfo>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
@@ -64,27 +64,27 @@
<documentation>
The class that creates controls for the Valgrind &lt;code&gt;IViewPart&lt;/code&gt;
</documentation>
- <appinfo>
+ <appInfo>
<meta.attribute kind="java" basedOn=":org.eclipse.linuxtools.valgrind.ui.IValgrindToolView"/>
- </appinfo>
+ </appInfo>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
- <appinfo>
+ <appInfo>
<meta.section type="since"/>
- </appinfo>
+ </appInfo>
<documentation>
0.1
</documentation>
</annotation>
<annotation>
- <appinfo>
+ <appInfo>
<meta.section type="examples"/>
- </appinfo>
+ </appInfo>
<documentation>
&lt;pre&gt;
&lt;extension point=&quot;org.eclipse.linuxtools.valgrind.ui.valgrindToolViews&quot;&gt;
@@ -97,33 +97,35 @@
</annotation>
<annotation>
- <appinfo>
+ <appInfo>
<meta.section type="apiinfo"/>
- </appinfo>
+ </appInfo>
<documentation>
Plug-ins that want to extend this extension point must implement &lt;samp&gt;org.eclipse.linuxtools.valgrind.ui.IValgrindToolView&lt;/samp&gt; interface.
</documentation>
</annotation>
<annotation>
- <appinfo>
+ <appInfo>
<meta.section type="implementation"/>
- </appinfo>
+ </appInfo>
<documentation>
org.eclipse.linuxtools.valgrind.memcheck
</documentation>
</annotation>
<annotation>
- <appinfo>
+ <appInfo>
<meta.section type="copyright"/>
- </appinfo>
+ </appInfo>
<documentation>
- Copyright (c) 2008, 2009 Red Hat, Inc.
-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
-http://www.eclipse.org/legal/epl-v10.html
+ Copyright (c) 2008, 2018 Red Hat, Inc.
+
+This program and the accompanying materials are made
+available under the terms of the Eclipse Public License 2.0
+which is available at https://www.eclipse.org/legal/epl-2.0/
+
+SPDX-License-Identifier: EPL-2.0
Contributors:
Elliott Baron &lt;ebaron@redhat.com&gt; - initial API and implementation

Back to the top