Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.scm')
-rw-r--r--org.eclipse.m2e.scm/schema/scmHandlers.exsd9
-rw-r--r--org.eclipse.m2e.scm/schema/scmHandlersUi.exsd7
2 files changed, 12 insertions, 4 deletions
diff --git a/org.eclipse.m2e.scm/schema/scmHandlers.exsd b/org.eclipse.m2e.scm/schema/scmHandlers.exsd
index 20afa37d..274f45ab 100644
--- a/org.eclipse.m2e.scm/schema/scmHandlers.exsd
+++ b/org.eclipse.m2e.scm/schema/scmHandlers.exsd
@@ -11,6 +11,11 @@
</annotation>
<element name="extension">
+ <annotation>
+ <appinfo>
+ <meta.element />
+ </appinfo>
+ </annotation>
<complexType>
<sequence>
<element ref="handler" minOccurs="1" maxOccurs="unbounded"/>
@@ -62,7 +67,7 @@
Java class name for SCM handler implementation
</documentation>
<appinfo>
- <meta.attribute kind="java" basedOn="org.eclipse.m2e.scm.ScmHandler:"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.m2e.scm.spi.ScmHandler:"/>
</appinfo>
</annotation>
</attribute>
@@ -103,7 +108,6 @@
</documentation>
</annotation>
-
<annotation>
<appinfo>
<meta.section type="implementation"/>
@@ -123,7 +127,6 @@ 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
-
</documentation>
</annotation>
diff --git a/org.eclipse.m2e.scm/schema/scmHandlersUi.exsd b/org.eclipse.m2e.scm/schema/scmHandlersUi.exsd
index 7bb97acb..9403afc4 100644
--- a/org.eclipse.m2e.scm/schema/scmHandlersUi.exsd
+++ b/org.eclipse.m2e.scm/schema/scmHandlersUi.exsd
@@ -11,6 +11,11 @@
</annotation>
<element name="extension">
+ <annotation>
+ <appinfo>
+ <meta.element />
+ </appinfo>
+ </annotation>
<complexType>
<sequence>
<element ref="handlerUi"/>
@@ -57,7 +62,7 @@
Java class name for SCM handler UI implementation
</documentation>
<appinfo>
- <meta.attribute kind="java" basedOn="org.eclipse.m2e.scm.ScmHandlerUi:"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.m2e.scm.spi.ScmHandlerUi:"/>
</appinfo>
</annotation>
</attribute>

Back to the top