Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Avila2015-03-19 21:45:14 +0000
committerAngel Avila2015-03-19 21:45:14 +0000
commitf20f71e9c3956fe8a9958dcd2cf449d83d1ebb92 (patch)
tree891c4078a5cec2a36625846389d3ec8b18951f8b /plugins/org.eclipse.osee.framework.manager.servlet/META-INF/MANIFEST.MF
parentd4dc2335c13d34ef050cffdcbe73194b35d87116 (diff)
downloadorg.eclipse.osee-f20f71e9c3956fe8a9958dcd2cf449d83d1ebb92.tar.gz
org.eclipse.osee-f20f71e9c3956fe8a9958dcd2cf449d83d1ebb92.tar.xz
org.eclipse.osee-f20f71e9c3956fe8a9958dcd2cf449d83d1ebb92.zip
feature[ats_ATS185668]: Convert ConfigurationServlet to JAX-RS API
Create ORCS JAX-RS Datastore API Integrate API with DbInit Remove legacy ConfigurationServlet Change-Id: I366c129c1cedf3e755593158c26e177b1ed2d441 Signed-off-by: Angel Avila <angel.avila2@boeing.com>
Diffstat (limited to 'plugins/org.eclipse.osee.framework.manager.servlet/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.manager.servlet/META-INF/MANIFEST.MF6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/org.eclipse.osee.framework.manager.servlet/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.manager.servlet/META-INF/MANIFEST.MF
index bb1ff37be43..18292a26787 100644
--- a/plugins/org.eclipse.osee.framework.manager.servlet/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.manager.servlet/META-INF/MANIFEST.MF
@@ -10,16 +10,10 @@ Import-Package: com.google.common.collect;version="[11.0.0,15.0.0)",
org.eclipse.core.runtime,
org.eclipse.core.runtime.jobs,
org.eclipse.osee.activity.api,
- org.eclipse.osee.executor.admin,
org.eclipse.osee.framework.core.data,
org.eclipse.osee.framework.core.enums,
org.eclipse.osee.framework.core.exception,
- org.eclipse.osee.framework.core.message,
- org.eclipse.osee.framework.core.model,
- org.eclipse.osee.framework.core.model.change,
- org.eclipse.osee.framework.core.model.type,
org.eclipse.osee.framework.core.server,
- org.eclipse.osee.framework.core.translation,
org.eclipse.osee.framework.core.util,
org.eclipse.osee.framework.jdk.core.type,
org.eclipse.osee.framework.jdk.core.util,

Back to the top