Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/plugin.xml')
-rw-r--r--plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/plugin.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/plugin.xml b/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/plugin.xml
new file mode 100644
index 00000000000..7d34152d352
--- /dev/null
+++ b/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/plugin.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<!--
+ Copyright (c) 2016 CEA LIST.
+
+ 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
+
+ Contributors:
+ CEA LIST - Initial API and implementation
+
+
+-->
+
+<plugin>
+ <extension
+ point="org.eclipse.papyrus.infra.core.service">
+ <service
+ classname="org.eclipse.papyrus.infra.services.architecture.ArchitectureDomainService"
+ description="Service used to registrer architecture domains"
+ id="ArchitectureDomainService"
+ priority="50"
+ startKind="startup">
+ </service>
+ </extension>
+
+</plugin>

Back to the top