blob: cec9322a695b16315f8c1e68692e289879481a4c [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.jdt.core">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.jdt.core" id="compilationParticipant" name="Compilation Participants"/>
</appInfo>
<documentation>
This extension point allows clients to participate in the JDT compilation process
by receiving notifications at various stages of build and reconcile, via the
org.eclipse.jdt.core.compiler.ICompilationParticipant interface.
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence>
<element ref="compilationParticipant" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="compilationParticipant">
<complexType>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
the class that implements this compilation participant.
This class must implement a public subclass of &lt;code&gt;org.eclipse.jdt.core.compiler.ICompilationParticipant&lt;/code&gt; with a public 0-argument constructor.
</documentation>
</annotation>
</attribute>
<attribute name="eventMask" type="string" use="required">
<annotation>
<documentation>
the set of events for which this compilation participant wishes to be notified.
An integer value consisting of OR-ed together constants from &lt;code&gt;org.eclipse.jdt.core.compiler.ICompilationParticipant&lt;/code&gt;.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
3.1
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
[Enter extension point usage example here.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
[Enter API information here.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
[Enter information about supplied implementation of this extension point.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
Copyright (c) 2005 BEA Systems, Inc.&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>
</schema>