Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2014-03-12 18:42:02 +0000
committerRyan D. Brooks2014-03-12 18:42:02 +0000
commit75de2945216819da09736070c821d67b481ae565 (patch)
treec208e9f501e1ee2870ab193b71a1931fb663daa7 /plugins/org.eclipse.osee.ats.core/META-INF
parent8f714c676cb3a919b3a200a4313d6b03ef7ca2fe (diff)
downloadorg.eclipse.osee-75de2945216819da09736070c821d67b481ae565.tar.gz
org.eclipse.osee-75de2945216819da09736070c821d67b481ae565.tar.xz
org.eclipse.osee-75de2945216819da09736070c821d67b481ae565.zip
feature[ats_ATS19845]: Switch ATS to use Baseline Branch Uuid
- Create ats.BaselineBranchUuid - Switch all calls to use new attribute - Update ATS grammar to accept new Uuid - Ignore all SRC-GEN files Change-Id: I94c02da9b7d421685e402fa55d70586b215e0330
Diffstat (limited to 'plugins/org.eclipse.osee.ats.core/META-INF')
-rw-r--r--plugins/org.eclipse.osee.ats.core/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ats.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats.core/META-INF/MANIFEST.MF
index 046f928414d..5cc93e8bc63 100644
--- a/plugins/org.eclipse.osee.ats.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ats.core/META-INF/MANIFEST.MF
@@ -36,6 +36,7 @@ Import-Package: com.google.inject,
org.eclipse.osee.framework.core.data,
org.eclipse.osee.framework.core.enums,
org.eclipse.osee.framework.core.exception,
+ org.eclipse.osee.framework.core.model,
org.eclipse.osee.framework.core.operation,
org.eclipse.osee.framework.core.util,
org.eclipse.osee.framework.database,

Back to the top