Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-01-30 15:43:43 +0000
committerIgor Fedorenko2012-01-30 15:43:43 +0000
commit365ae44816ae205ebe21e5e89ed5ee4588027f4b (patch)
tree91c269f5734752f5774b34cb7c8014b31d5d5bce /org.eclipse.m2e.core/schema/projectConversionParticipants.exsd
parent223a1d92282b26197eee466f54e4c8c253df383f (diff)
downloadm2e-core-365ae44816ae205ebe21e5e89ed5ee4588027f4b.tar.gz
m2e-core-365ae44816ae205ebe21e5e89ed5ee4588027f4b.tar.xz
m2e-core-365ae44816ae205ebe21e5e89ed5ee4588027f4b.zip
359340 introduced 'nature' converter attribute
When converting a project, only consider converters that apply to project's natures. All other converters are ignored, thus avoiding unnecessary bundle activation. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.core/schema/projectConversionParticipants.exsd')
-rw-r--r--org.eclipse.m2e.core/schema/projectConversionParticipants.exsd8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.m2e.core/schema/projectConversionParticipants.exsd b/org.eclipse.m2e.core/schema/projectConversionParticipants.exsd
index fb219cea..74c727c3 100644
--- a/org.eclipse.m2e.core/schema/projectConversionParticipants.exsd
+++ b/org.eclipse.m2e.core/schema/projectConversionParticipants.exsd
@@ -1,4 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.m2e.core" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
@@ -75,6 +76,13 @@
</appInfo>
</annotation>
</attribute>
+ <attribute name="nature" type="string" use="required">
+ <annotation>
+ <documentation>
+ Project nature the converter applies to.
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>

Back to the top