1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Bug 573121: Remove unneeded dependencies in terminal

To enable the terminal to be built independently of the
rest of CDT, remove these unused dependencies.

AFAICT they may date back to a time when some of the
native code was part of the core?

Change-Id: I61505a2bfc6c85f6c2d6efd9d66ac788018f9e82
This commit is contained in:
Jonah Graham 2021-04-23 16:35:43 -04:00
parent d3b0dd254a
commit 20f73f9c64
2 changed files with 3 additions and 5 deletions

View file

@ -2,12 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.terminal.connector.local;singleton:=true Bundle-SymbolicName: org.eclipse.tm.terminal.connector.local;singleton:=true
Bundle-Version: 4.7.0.qualifier Bundle-Version: 4.7.100.qualifier
Bundle-Activator: org.eclipse.tm.terminal.connector.local.activator.UIPlugin Bundle-Activator: org.eclipse.tm.terminal.connector.local.activator.UIPlugin
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Import-Package: org.eclipse.cdt.utils.pty;mandatory:=native Import-Package: org.eclipse.cdt.utils.pty;mandatory:=native
Require-Bundle: org.eclipse.cdt.core;bundle-version="5.6.0";resolution:=optional, Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",
org.eclipse.core.expressions;bundle-version="3.4.400",
org.eclipse.core.resources;bundle-version="3.8.1";resolution:=optional, org.eclipse.core.resources;bundle-version="3.8.1";resolution:=optional,
org.eclipse.core.runtime;bundle-version="3.8.0", org.eclipse.core.runtime;bundle-version="3.8.0",
org.eclipse.core.variables;bundle-version="3.2.600", org.eclipse.core.variables;bundle-version="3.2.600",

View file

@ -7,8 +7,7 @@ Bundle-Activator: org.eclipse.tm.terminal.connector.process.activator.UIPlugin
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Import-Package: org.eclipse.cdt.utils.pty;mandatory:=native, Import-Package: org.eclipse.cdt.utils.pty;mandatory:=native,
org.eclipse.cdt.utils.spawner;mandatory:=native org.eclipse.cdt.utils.spawner;mandatory:=native
Require-Bundle: org.eclipse.cdt.core;bundle-version="5.6.0";resolution:=optional, Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",
org.eclipse.core.expressions;bundle-version="3.4.400",
org.eclipse.core.resources;bundle-version="3.8.1";resolution:=optional, org.eclipse.core.resources;bundle-version="3.8.1";resolution:=optional,
org.eclipse.core.runtime;bundle-version="3.8.0", org.eclipse.core.runtime;bundle-version="3.8.0",
org.eclipse.tm.terminal.view.core;bundle-version="4.5.0";resolution:=optional, org.eclipse.tm.terminal.view.core;bundle-version="4.5.0";resolution:=optional,