blob: 57fad6253675495cf7d3e2213310118554f6ca24 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.m2e.core.ui" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
<meta.schema plugin="org.eclipse.m2e.core.ui" id="conversionEnabler" name="conversionEnabler"/>
</appinfo>
<documentation>
This extension point can be used to test if a project should be converted to Maven or not. It can be used also to provide suggested packaging types, based on the type of project.
</documentation>
</annotation>
<element name="extension">
<annotation>
<appinfo>
<meta.element />
</appinfo>
</annotation>
<complexType>
<sequence minOccurs="1" maxOccurs="unbounded">
<element ref="enabler"/>
</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="enabler">
<complexType>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
Unique id for this project conversion enabler.
</documentation>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
The class that will determine if the project should should be converted or not. It must implement org.eclipse.m2e.core.project.conversion.IProjectConversionEnabler. The class org.eclipse.m2e.core.project.conversion.AbstractIProjectConversionEnabler, which implements org.eclipse.m2e.core.project.conversion.IProjectConversionEnabler, can be used by extenders.
</documentation>
<appinfo>
<meta.attribute kind="java" basedOn=":org.eclipse.m2e.core.project.conversion.IProjectConversionEnabler"/>
</appinfo>
</annotation>
</attribute>
<attribute name="weight" type="string">
<annotation>
<documentation>
If not specified, the default value is 50. If there are more than one project enablers for a project, the enabler with the higher weight wins.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appinfo>
<meta.section type="since"/>
</appinfo>
<documentation>
1.3
</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) 2012 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
</documentation>
</annotation>
</schema>