Skip to content

Commit 2bb22db

Browse files
committed
Remove Pty4j, raise minimal version to those with required APIs
1 parent 72a81c1 commit 2bb22db

File tree

3 files changed

+2
-52
lines changed

3 files changed

+2
-52
lines changed

debug/org.eclipse.debug.terminal/META-INF/MANIFEST.MF

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: Terminal Session Support for Eclipse
44
Bundle-SymbolicName: org.eclipse.debug.terminal;singleton:=true
55
Bundle-Version: 1.0.0.qualifier
6-
Import-Package: com.pty4j;version="0.13.2"
76
Require-Bundle: org.eclipse.core.runtime,
87
org.eclipse.debug.core;bundle-version="3.23.0",
9-
org.eclipse.tm.terminal.control;bundle-version="5.5.301",
10-
org.eclipse.cdt.core.native;bundle-version="6.3.401",
8+
org.eclipse.tm.terminal.control;bundle-version="5.6.0",
9+
org.eclipse.cdt.core.native;bundle-version="6.4.0",
1110
org.eclipse.swt;bundle-version="3.130.0",
1211
org.eclipse.ui;bundle-version="3.207.100"
1312
Bundle-RequiredExecutionEnvironment: JavaSE-21

debug/org.eclipse.debug.terminal/plugin.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
id="org.eclipse.debug.terminal.execFactory1"
99
priority="100">
1010
</execFactory>
11-
<execFactory
12-
class="org.eclipse.debug.terminal.Pty4jExecFactory"
13-
id="org.eclipse.debug.terminal.execFactory2"
14-
priority="0">
15-
</execFactory>
1611
</extension>
1712
<extension
1813
point="org.eclipse.debug.core.processFactories">

debug/org.eclipse.debug.terminal/src/org/eclipse/debug/terminal/Pty4jExecFactory.java

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)