Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Finkbeiner2017-01-11 01:43:45 +0000
committerDavid W. Miller2017-01-11 01:43:45 +0000
commit7be45528f865e01ae6d146e92c7839341c749478 (patch)
treea4d6ff2213a3d4fb074ee14adcb156efcb0cdad1 /plugins/org.eclipse.osee.ote.server/META-INF/MANIFEST.MF
parentc2bad9dd87b9c057285bca31dfe540a2aac11c3c (diff)
downloadorg.eclipse.osee-7be45528f865e01ae6d146e92c7839341c749478.tar.gz
org.eclipse.osee-7be45528f865e01ae6d146e92c7839341c749478.tar.xz
org.eclipse.osee-7be45528f865e01ae6d146e92c7839341c749478.zip
feature[ats_ATS331089]: Move the OTE bundles out of OSEE repos
Diffstat (limited to 'plugins/org.eclipse.osee.ote.server/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.ote.server/META-INF/MANIFEST.MF46
1 files changed, 0 insertions, 46 deletions
diff --git a/plugins/org.eclipse.osee.ote.server/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ote.server/META-INF/MANIFEST.MF
deleted file mode 100644
index 20b1c73dbc9..00000000000
--- a/plugins/org.eclipse.osee.ote.server/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,46 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: OTE Server Launching Plug-in (Incubation)
-Bundle-SymbolicName: org.eclipse.osee.ote.server;singleton:=true
-Bundle-Version: 0.25.0.qualifier
-Bundle-Description: OTE Server
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Bundle-ActivationPolicy: lazy
-Import-Package: org.apache.felix.service.command;status=provisional;version="0.8.0",
- org.eclipse.core.runtime,
- org.eclipse.osee.connection.service,
- org.eclipse.osee.framework.core.exception,
- org.eclipse.osee.framework.core.util,
- org.eclipse.osee.framework.jdk.core.reportdata,
- org.eclipse.osee.framework.jdk.core.type,
- org.eclipse.osee.framework.jdk.core.util,
- org.eclipse.osee.framework.jdk.core.util.io.streams,
- org.eclipse.osee.framework.jdk.core.util.network,
- org.eclipse.osee.framework.logging,
- org.eclipse.osee.framework.plugin.core.util,
- org.eclipse.osee.ote,
- org.eclipse.osee.ote.connection.jini,
- org.eclipse.osee.ote.core,
- org.eclipse.osee.ote.core.cmd,
- org.eclipse.osee.ote.core.environment,
- org.eclipse.osee.ote.core.environment.console,
- org.eclipse.osee.ote.core.environment.interfaces,
- org.eclipse.osee.ote.core.environment.status,
- org.eclipse.osee.ote.core.framework.command,
- org.eclipse.osee.ote.core.model,
- org.eclipse.osee.ote.endpoint,
- org.eclipse.osee.ote.io,
- org.eclipse.osee.ote.master.rest.client,
- org.eclipse.osee.ote.master.rest.model,
- org.eclipse.osee.ote.message,
- org.eclipse.osee.ote.message.instrumentation,
- org.eclipse.osee.ote.message.interfaces,
- org.eclipse.osee.ote.properties,
- org.osgi.framework,
- org.osgi.service.packageadmin,
- org.osgi.util.tracker
-Export-Package: org.eclipse.osee.ote.server
-Bundle-Vendor: Eclipse Open System Engineering Environment
-Service-Component: OSGI-INF/*.xml
-Require-Bundle: net.jini,
- jms.libraries

Back to the top