1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

[282996] Fix bundle version dependencies

This commit is contained in:
Martin Oberhuber 2009-07-10 12:48:08 +00:00
parent 5f7581a65c
commit 76c13438d7
4 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",
org.eclipse.rse.ui;bundle-version="[3.1.0,4.0.0)",
org.eclipse.rse.subsystems.terminals.core;bundle-version="[1.0.0,2.0.0)",
org.eclipse.tm.terminal;bundle-version="[3.0.0,3.1.0)"
org.eclipse.tm.terminal;bundle-version="[3.0.1,3.1.0)"
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Bundle-Vendor: %providerName

View file

@ -1,5 +1,5 @@
/********************************************************************************
* Copyright (c) 2008, 2009 MontaVista Software, Inc and others
* Copyright (c) 2008, 2009 MontaVista Software, Inc. and others
* This program and the accompanying materials are made available under the terms
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html
@ -31,7 +31,7 @@ public class RSETerminalConnector extends RSETerminalConnectorImpl implements IT
public String getName() {
return "rse_internal_connector";
}
public boolean isHidden() {
return true;
}

View file

@ -6,7 +6,7 @@ Bundle-Version: 2.0.101.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.junit,
org.eclipse.tm.terminal;bundle-version="[3.0.0,3.1.0)",
org.eclipse.tm.terminal;bundle-version="[3.0.1,3.1.0)",
org.eclipse.core.runtime,
org.eclipse.ui
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,

View file

@ -7,7 +7,7 @@ Bundle-Activator: org.eclipse.tm.internal.terminal.view.TerminalViewPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.tm.terminal;bundle-version="[3.0.0,3.1.0)"
org.eclipse.tm.terminal;bundle-version="[3.0.1,3.1.0)"
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4