Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-06-24 04:48:36 +0000
committerrescobar2010-06-24 04:48:36 +0000
commit0050dda70a82b360067011444b08c29b44c612b2 (patch)
tree360da86a1d666475d02fe85804e6831a07a2c37b /plugins/org.eclipse.osee.framework.core.datastore/OSGI-INF/core.osee.schema.resource.xml
parentfa0d10b3271aa558befb3f732084c9917111aaab (diff)
downloadorg.eclipse.osee-0050dda70a82b360067011444b08c29b44c612b2.tar.gz
org.eclipse.osee-0050dda70a82b360067011444b08c29b44c612b2.tar.xz
org.eclipse.osee-0050dda70a82b360067011444b08c29b44c612b2.zip
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.datastore/OSGI-INF/core.osee.schema.resource.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.core.datastore/OSGI-INF/core.osee.schema.resource.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.datastore/OSGI-INF/core.osee.schema.resource.xml b/plugins/org.eclipse.osee.framework.core.datastore/OSGI-INF/core.osee.schema.resource.xml
new file mode 100644
index 00000000000..d9967544900
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.core.datastore/OSGI-INF/core.osee.schema.resource.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<component name="core.osee.schema.resource">
+ <implementation class="org.eclipse.osee.framework.core.datastore.internal.CoreOseeSchemaResource"/>
+ <service>
+ <provide interface="org.eclipse.osee.framework.core.datastore.IOseeSchemaResource"/>
+ </service>
+</component>

Back to the top