Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpotterc0k2013-06-18 15:26:30 +0000
committerGerrit Code Review @ Eclipse.org2013-06-21 20:47:11 +0000
commitd2be58d2f82da617082827702e0a696f41962eb5 (patch)
treeba0f26ffb07608ab4090e35c4deb58cbea2c193e /plugins/org.eclipse.osee.coverage
parent9f402f4a732aa9d2698a90bca838733bad7b5a20 (diff)
downloadorg.eclipse.osee-d2be58d2f82da617082827702e0a696f41962eb5.tar.gz
org.eclipse.osee-d2be58d2f82da617082827702e0a696f41962eb5.tar.xz
org.eclipse.osee-d2be58d2f82da617082827702e0a696f41962eb5.zip
feature[ats_T0K2R]: Specify media types for existing attributes
Diffstat (limited to 'plugins/org.eclipse.osee.coverage')
-rw-r--r--plugins/org.eclipse.osee.coverage/support/OseeTypes_Coverage.osee11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.coverage/support/OseeTypes_Coverage.osee b/plugins/org.eclipse.osee.coverage/support/OseeTypes_Coverage.osee
index e23d2f6ed08..a49e27a9178 100644
--- a/plugins/org.eclipse.osee.coverage/support/OseeTypes_Coverage.osee
+++ b/plugins/org.eclipse.osee.coverage/support/OseeTypes_Coverage.osee
@@ -8,6 +8,7 @@ attributeType "coverage.Notes" extends StringAttribute {
max 1
taggerId DefaultAttributeTaggerProvider
fileExtension "txt"
+ mediaType "text/plain"
}
attributeType "coverage.Coverage Options" extends StringAttribute {
@@ -17,6 +18,7 @@ attributeType "coverage.Coverage Options" extends StringAttribute {
min 0
max 1
fileExtension "txt"
+ mediaType "text/plain"
}
artifactType "Coverage Package" extends "General Data" {
@@ -35,6 +37,7 @@ attributeType "coverage.File Contents" extends StringAttribute {
min 0
max 1
fileExtension "txt"
+ mediaType "text/plain"
}
attributeType "coverage.WorkProductTaskGuid" extends StringAttribute {
@@ -44,6 +47,7 @@ attributeType "coverage.WorkProductTaskGuid" extends StringAttribute {
min 0
max 1
fileExtension "txt"
+ mediaType "text/plain"
}
attributeType "coverage.WorkProductPcrGuid" extends StringAttribute {
@@ -53,6 +57,7 @@ attributeType "coverage.WorkProductPcrGuid" extends StringAttribute {
min 0
max unlimited
fileExtension "txt"
+ mediaType "text/plain"
}
attributeType "coverage.Assignees" extends StringAttribute {
@@ -62,6 +67,7 @@ attributeType "coverage.Assignees" extends StringAttribute {
min 0
max 1
fileExtension "txt"
+ mediaType "text/plain"
}
attributeType "coverage.Order" extends StringAttribute {
@@ -71,6 +77,7 @@ attributeType "coverage.Order" extends StringAttribute {
min 0
max 1
fileExtension "txt"
+ mediaType "text/plain"
}
attributeType "coverage.Location" extends StringAttribute {
@@ -80,6 +87,7 @@ attributeType "coverage.Location" extends StringAttribute {
min 0
max 1
fileExtension "txt"
+ mediaType "text/plain"
}
attributeType "coverage.Coverage Item" extends StringAttribute {
@@ -89,6 +97,7 @@ attributeType "coverage.Coverage Item" extends StringAttribute {
min 0
max unlimited
fileExtension "xml"
+ mediaType "text/xml"
}
attributeType "coverage.Namespace" extends StringAttribute {
@@ -98,6 +107,7 @@ attributeType "coverage.Namespace" extends StringAttribute {
min 0
max 1
fileExtension "txt"
+ mediaType "text/plain"
}
abstract artifactType "Abstract Coverage Unit" extends "General Data" {
@@ -130,4 +140,5 @@ attributeType "coverage.UnitTestTable" extends StringAttribute {
min 0
max 1
fileExtension "txt"
+ mediaType "text/plain"
}

Back to the top