Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2012-12-24 09:03:04 +0000
committerFred Bricon2012-12-24 09:03:04 +0000
commita0628d6bc650e921c59f91278fb3d85afefe9f6c (patch)
tree1bd70e9456e44ae827c5c3bfc485a440d451c051 /org.eclipse.m2e.core
parentd04b7946ee9b7da29654a1f12a73466e82b525e0 (diff)
downloadm2e-core-a0628d6bc650e921c59f91278fb3d85afefe9f6c.tar.gz
m2e-core-a0628d6bc650e921c59f91278fb3d85afefe9f6c.tar.xz
m2e-core-a0628d6bc650e921c59f91278fb3d85afefe9f6c.zip
397135 : fix projectConversionParticipants.exsd
Signed-off-by: Fred Bricon <fbricon@gmail.com>
Diffstat (limited to 'org.eclipse.m2e.core')
-rw-r--r--org.eclipse.m2e.core/schema/projectConversionParticipants.exsd5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.m2e.core/schema/projectConversionParticipants.exsd b/org.eclipse.m2e.core/schema/projectConversionParticipants.exsd
index c57d859f..cfe8d895 100644
--- a/org.eclipse.m2e.core/schema/projectConversionParticipants.exsd
+++ b/org.eclipse.m2e.core/schema/projectConversionParticipants.exsd
@@ -18,7 +18,10 @@
</annotation>
<complexType>
<sequence minOccurs="1" maxOccurs="unbounded">
- <element ref="projectConversionParticipant"/>
+ <choice>
+ <element ref="projectConversionParticipant"/>
+ <element ref="conversionParticipantConfiguration"/>
+ </choice>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>

Back to the top