Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwilk2012-06-28 23:24:40 +0000
committerkwilk2012-07-03 16:31:25 +0000
commit1e84269f43a44a662814a136a29d669f8111930b (patch)
tree693a45eaeb8cfe4dba14e24bf5807fd107600310 /plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF
parent76b0eae897c7b96c4e833fab4899a8a529fec0b4 (diff)
downloadorg.eclipse.osee-1e84269f43a44a662814a136a29d669f8111930b.tar.gz
org.eclipse.osee-1e84269f43a44a662814a136a29d669f8111930b.tar.xz
org.eclipse.osee-1e84269f43a44a662814a136a29d669f8111930b.zip
feature[ats_7JQVG]: Add cross branch reference feature0.10.0.v201207031712_REL
Diffstat (limited to 'plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF')
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/artifact.reference.adapter.xml7
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/attribute.adapter.service.xml8
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/branch.reference.adapter.xml7
3 files changed, 22 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/artifact.reference.adapter.xml b/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/artifact.reference.adapter.xml
new file mode 100644
index 00000000000..5aad7a27500
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/artifact.reference.adapter.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.framework.skynet.core.attribute.service.ArtifactAttributeAdapter">
+ <implementation class="org.eclipse.osee.framework.skynet.core.attribute.service.ArtifactAttributeAdapter"/>
+ <service>
+ <provide interface="org.eclipse.osee.framework.skynet.core.attribute.AttributeAdapter"/>
+ </service>
+</scr:component>
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/attribute.adapter.service.xml b/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/attribute.adapter.service.xml
new file mode 100644
index 00000000000..ffeb454707a
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/attribute.adapter.service.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" immediate="true" name="org.eclipse.osee.framework.skynet.core.attribute.service.AttributeAdapterServiceImpl">
+<implementation class="org.eclipse.osee.framework.skynet.core.attribute.service.AttributeAdapterServiceImpl"/>
+<service>
+ <provide interface="org.eclipse.osee.framework.skynet.core.attribute.service.AttributeAdapterService"/>
+</service>
+<reference bind="addAdapter" cardinality="1..n" interface="org.eclipse.osee.framework.skynet.core.attribute.AttributeAdapter" name="AttributeAdapter" policy="dynamic" unbind="removeAdapter"/>
+</scr:component>
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/branch.reference.adapter.xml b/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/branch.reference.adapter.xml
new file mode 100644
index 00000000000..4986e6144ba
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/branch.reference.adapter.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.framework.skynet.core.attribute.service.BranchAttributeAdapter">
+<implementation class="org.eclipse.osee.framework.skynet.core.attribute.service.BranchAttributeAdapter"/>
+ <service>
+ <provide interface="org.eclipse.osee.framework.skynet.core.attribute.AttributeAdapter"/>
+ </service>
+</scr:component>

Back to the top