Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee b/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
index 2522b650566..b9ab37d22d4 100644
--- a/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
+++ b/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee
@@ -75,7 +75,6 @@ artifactType "Team Definition" extends "ats.Ats Team Definition or AI" , "Abstra
attribute "ats.Action Details Format"
attribute "ats.Allow Create Branch"
attribute "ats.Allow Commit Branch"
- attribute "ats.Related Task Workflow Definition Old"
attribute "ats.Related Task Workflow Definition"
attribute "ats.Related Peer Workflow Definition"
attribute "ats.Workflow Definition"
@@ -171,7 +170,6 @@ artifactType "Team Workflow" extends "ats.State Machine" , "Abstract Access Cont
attribute "ats.Operational Impact Description"
attribute "ats.Operational Impact Workaround"
attribute "ats.Operational Impact Workaround Description"
- attribute "ats.Related Task Workflow Definition Old"
attribute "ats.Related Task Workflow Definition"
attribute "ats.Program Uuid"
attribute "ats.Applicability Workflow"
@@ -430,14 +428,6 @@ attributeType "ats.Rule Definition" extends StringAttribute {
mediaType "text/plain"
}
-attributeType "ats.Related Task Workflow Definition Old" extends StringAttribute {
- uuid 0x10000000000000AF
- dataProvider DefaultAttributeDataProvider
- min 0
- max 1
- mediaType "text/plain"
-}
-
attributeType "ats.Related Task Workflow Definition" extends StringAttribute {
uuid 0x10000000000000B0
dataProvider DefaultAttributeDataProvider

Back to the top