Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M Finkbeiner2013-11-27 00:03:27 +0000
committerRoberto E. Escobar2014-03-04 19:41:48 +0000
commitfc69b03bdebd634dbc49b247f78d76f599d763fd (patch)
tree1d2095777c12442aeceff2591a4ed9a728573b65 /plugins/org.eclipse.osee.ote.core/META-INF/MANIFEST.MF
parent8c8dab25dd96cc9169a1b3bacfddbca7cba7cd76 (diff)
downloadorg.eclipse.osee-fc69b03bdebd634dbc49b247f78d76f599d763fd.tar.gz
org.eclipse.osee-fc69b03bdebd634dbc49b247f78d76f599d763fd.tar.xz
org.eclipse.osee-fc69b03bdebd634dbc49b247f78d76f599d763fd.zip
feature[ats_KKXWE]: Implement the OTE builder
This is the initial commit to get the OTE builder working. It also includes the rest interface changes and some environment changes so that we can disconnect from the server without killing the batch, and reconnect to the server and start getting updates again.
Diffstat (limited to 'plugins/org.eclipse.osee.ote.core/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.ote.core/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ote.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ote.core/META-INF/MANIFEST.MF
index f89b1cb3d27..8cd1c30fea0 100644
--- a/plugins/org.eclipse.osee.ote.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ote.core/META-INF/MANIFEST.MF
@@ -4,7 +4,8 @@ Bundle-Name: OSEE Test Core Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.core;singleton:=true
Bundle-Version: 0.17.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
-Export-Package: org.eclipse.osee.ote.core,
+Export-Package: org.eclipse.osee.ote,
+ org.eclipse.osee.ote.core,
org.eclipse.osee.ote.core.annotations,
org.eclipse.osee.ote.core.cmd,
org.eclipse.osee.ote.core.enums,

Back to the top