Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-10-14 00:12:30 +0000
committerRoberto E. Escobar2011-10-14 00:12:30 +0000
commita8ffd2b0f4e6277dd50cd194389fc27b1ccbac70 (patch)
tree72ccaa9ba58598ffbf3ba464b164b44b62a0e051 /plugins/org.eclipse.osee.orcs.core/OSGI-INF
parent019319b71dc08b45900f184aaa118814225f5cca (diff)
downloadorg.eclipse.osee-a8ffd2b0f4e6277dd50cd194389fc27b1ccbac70.tar.gz
org.eclipse.osee-a8ffd2b0f4e6277dd50cd194389fc27b1ccbac70.tar.xz
org.eclipse.osee-a8ffd2b0f4e6277dd50cd194389fc27b1ccbac70.zip
feature[ats_Q9NLC]: Create ORCS system preference service
Diffstat (limited to 'plugins/org.eclipse.osee.orcs.core/OSGI-INF')
-rw-r--r--plugins/org.eclipse.osee.orcs.core/OSGI-INF/system.preferences.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.orcs.core/OSGI-INF/system.preferences.xml b/plugins/org.eclipse.osee.orcs.core/OSGI-INF/system.preferences.xml
new file mode 100644
index 00000000000..23c995b850f
--- /dev/null
+++ b/plugins/org.eclipse.osee.orcs.core/OSGI-INF/system.preferences.xml
@@ -0,0 +1,8 @@
+<?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.SystemPreferencesImpl">
+ <implementation class="org.eclipse.osee.orcs.core.internal.SystemPreferencesImpl"/>
+ <service>
+ <provide interface="org.eclipse.osee.orcs.core.SystemPreferences"/>
+ </service>
+ <reference bind="setDataAccessor" cardinality="1..1" interface="org.eclipse.osee.orcs.core.ds.KeyValueDataAccessor" name="KeyValueDataAccessor" policy="static"/>
+</scr:component>

Back to the top