Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/core/org.eclipse.papyrus.infra.core/schema/service.exsd')
-rw-r--r--plugins/infra/core/org.eclipse.papyrus.infra.core/schema/service.exsd8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/infra/core/org.eclipse.papyrus.infra.core/schema/service.exsd b/plugins/infra/core/org.eclipse.papyrus.infra.core/schema/service.exsd
index 42f57a97f2e..bede2f658b0 100644
--- a/plugins/infra/core/org.eclipse.papyrus.infra.core/schema/service.exsd
+++ b/plugins/infra/core/org.eclipse.papyrus.infra.core/schema/service.exsd
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.papyrus.core" xmlns="http://www.w3.org/2001/XMLSchema">
+<schema targetNamespace="org.eclipse.papyrus.infra.core" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
- <meta.schema plugin="org.eclipse.papyrus.core" id="service" name="Service"/>
+ <meta.schema plugin="org.eclipse.papyrus.infra.core" id="service" name="Service"/>
</appInfo>
<documentation>
Define a Service used by Papyrus Editors.
@@ -74,7 +74,7 @@ If not set (default), the classname is used as key.
Name of the class implementing the service.
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn=":org.eclipse.papyrus.core.services.IService"/>
+ <meta.attribute kind="java" basedOn=":org.eclipse.papyrus.infra.core.services.IService"/>
</appInfo>
</annotation>
</attribute>
@@ -137,7 +137,7 @@ If not set (default), the classname is used as key.
Name of the class implementing the service.
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn=":org.eclipse.papyrus.core.services.IServiceFactory"/>
+ <meta.attribute kind="java" basedOn=":org.eclipse.papyrus.infra.core.services.IServiceFactory"/>
</appInfo>
</annotation>
</attribute>

Back to the top