Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.orcs.core/OSGI-INF/primitive.attribute.class.provider.xml')
-rw-r--r--plugins/org.eclipse.osee.orcs.core/OSGI-INF/primitive.attribute.class.provider.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.orcs.core/OSGI-INF/primitive.attribute.class.provider.xml b/plugins/org.eclipse.osee.orcs.core/OSGI-INF/primitive.attribute.class.provider.xml
new file mode 100644
index 00000000000..ac00b374bee
--- /dev/null
+++ b/plugins/org.eclipse.osee.orcs.core/OSGI-INF/primitive.attribute.class.provider.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.osee.orcs.core.internal.attribute.primitives.PrimitiveAttributeClassProvider">
+ <implementation class="org.eclipse.osee.orcs.core.internal.attribute.primitives.PrimitiveAttributeClassProvider"/>
+ <service>
+ <provide interface="org.eclipse.osee.orcs.core.AttributeClassProvider"/>
+ </service>
+</scr:component>

Back to the top