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/plugin.xml
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/plugin.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/plugin.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/plugin.xml b/plugins/org.eclipse.osee.framework.skynet.core/plugin.xml
index ead35563da1..c6669aa241d 100644
--- a/plugins/org.eclipse.osee.framework.skynet.core/plugin.xml
+++ b/plugins/org.eclipse.osee.framework.skynet.core/plugin.xml
@@ -140,7 +140,23 @@
<BinaryBackedAttributeType
class="org.eclipse.osee.framework.skynet.core.attribute.CompressedContentAttribute">
</BinaryBackedAttributeType>
- </extension>
+ </extension>
+ <extension
+ id="ArtifactReferenceAttribute"
+ name="ArtifactReferenceAttribute"
+ point="org.eclipse.osee.framework.skynet.core.AttributeType">
+ <CharacterBackedAttributeType
+ class="org.eclipse.osee.framework.skynet.core.attribute.ArtifactReferenceAttribute">
+ </CharacterBackedAttributeType>
+ </extension>
+ <extension
+ id="BranchReferenceAttribute"
+ name="BranchReferenceAttribute"
+ point="org.eclipse.osee.framework.skynet.core.AttributeType">
+ <CharacterBackedAttributeType
+ class="org.eclipse.osee.framework.skynet.core.attribute.BranchReferenceAttribute">
+ </CharacterBackedAttributeType>
+ </extension>
<extension
id="DefaultAttributeDataProvider"
name="DefaultAttributeDataProvider"

Back to the top