mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 09:45:39 +02:00
Bug 516330 - Make terminal.connector.serial REQUIRE gnu.io non-optional
As the o.e.tm.terminal.connector.serial , which is based on RXTX, was taken out of the master terminal.feature, it is now only available as a separate feature. Consequently, it only makes sense installing when RXTX is also available - the RXTX dependency was thus made non-optional. Change-Id: If6528a6518da57335c7449def359e0f645c77b67 Signed-off-by: Martin Oberhuber <mober.at+eclipse@gmail.com>
This commit is contained in:
parent
68a1221aae
commit
9a423667bc
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.tm.terminal.connector.serial;singleton:=true
|
||||
Bundle-Version: 4.2.0.qualifier
|
||||
Bundle-Version: 4.3.0.qualifier
|
||||
Bundle-Activator: org.eclipse.tm.terminal.connector.serial.activator.UIPlugin
|
||||
Bundle-Vendor: %providerName
|
||||
Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",
|
||||
|
@ -21,4 +21,4 @@ Export-Package: org.eclipse.tm.terminal.connector.serial.activator;x-internal:=t
|
|||
org.eclipse.tm.terminal.connector.serial.interfaces,
|
||||
org.eclipse.tm.terminal.connector.serial.launcher,
|
||||
org.eclipse.tm.terminal.connector.serial.nls;x-internal:=true
|
||||
Import-Package: gnu.io;resolution:=optional
|
||||
Import-Package: gnu.io
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../admin/pom-build.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.terminal.connector.serial</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue