diff options
author | donald.g.dunne | 2016-08-23 15:11:38 +0000 |
---|---|---|
committer | donald.g.dunne | 2016-09-02 00:21:18 +0000 |
commit | ec0c525ded78a0cfe7095f04d31c4c269e3e43ef (patch) | |
tree | a7f7e391d1757f87b7b695c05fd9956defe4c981 /plugins | |
parent | c8be0ccd9fb7f609d0c82025e12c1b95197febf6 (diff) | |
download | org.eclipse.osee-ec0c525ded78a0cfe7095f04d31c4c269e3e43ef.tar.gz org.eclipse.osee-ec0c525ded78a0cfe7095f04d31c4c269e3e43ef.tar.xz org.eclipse.osee-ec0c525ded78a0cfe7095f04d31c4c269e3e43ef.zip |
refinement: Add ats.CAM to Work Package
Change-Id: I56a08c1b58c4c13e8e6b2c045d004b8c6e4da743
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee b/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee index 4364de97ded..014a9bbc0a2 100644 --- a/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee +++ b/plugins/org.eclipse.osee.ats/support/OseeTypes_ATS.osee @@ -250,6 +250,7 @@ artifactType "Work Package" extends "Artifact" { attribute "ats.Description" attribute "ats.Estimated Hours" attribute "ats.IPT" + attribute "ats.CAM" attribute "ats.Color Team" } @@ -525,6 +526,15 @@ attributeType "ats.IPT" extends EnumeratedAttribute { mediaType "text/plain" } +attributeType "ats.CAM" extends StringAttribute { + uuid 0x1000001548094653 + dataProvider DefaultAttributeDataProvider + min 0 + max 1 + taggerId DefaultAttributeTaggerProvider + mediaType "text/plain" +} + attributeType "ats.Activity Id" extends StringAttribute { uuid 0x1000000000000382 dataProvider DefaultAttributeDataProvider |