mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Merge "Bug 468889 - Allow Eclipse 3.8.2 after testing confirmed it works fine"
This commit is contained in:
commit
8716ae9d84
7 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.remote.core;singleton:=true
|
|||
Bundle-Version: 2.0.0.qualifier
|
||||
Bundle-Activator: org.eclipse.remote.internal.core.RemoteCorePlugin
|
||||
Bundle-Vendor: %pluginProvider
|
||||
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.100",
|
||||
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
|
||||
org.eclipse.core.filesystem,
|
||||
org.eclipse.core.resources,
|
||||
org.eclipse.core.variables,
|
||||
|
|
|
@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.remote.jsch.core;singleton:=true
|
|||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Activator: org.eclipse.remote.internal.jsch.core.Activator
|
||||
Bundle-Vendor: %pluginProvider
|
||||
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.100",
|
||||
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
|
||||
org.eclipse.core.filesystem,
|
||||
org.eclipse.remote.core;bundle-version="2.0",
|
||||
org.eclipse.jsch.core,
|
||||
|
|
|
@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.remote.jsch.ui;singleton:=true
|
|||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Activator: org.eclipse.remote.internal.jsch.ui.Activator
|
||||
Bundle-Vendor: %pluginProvider
|
||||
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.100",
|
||||
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
|
||||
org.eclipse.core.filesystem,
|
||||
org.eclipse.remote.core;bundle-version="2.0",
|
||||
org.eclipse.remote.ui,
|
||||
|
|
|
@ -8,7 +8,7 @@ Bundle-Vendor: %pluginProvider
|
|||
Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.ui.ide,
|
||||
org.eclipse.ui.forms,
|
||||
org.eclipse.core.runtime;bundle-version="3.9.100",
|
||||
org.eclipse.core.runtime;bundle-version="3.8.0",
|
||||
org.eclipse.remote.core;bundle-version="2.0",
|
||||
org.eclipse.core.filesystem,
|
||||
org.eclipse.core.resources,
|
||||
|
|
|
@ -4,7 +4,7 @@ Bundle-Name: %pluginName
|
|||
Bundle-SymbolicName: org.eclipse.remote.core.tests;singleton:=true
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Vendor: %pluginProvider
|
||||
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.100",
|
||||
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
|
||||
org.junit,
|
||||
com.jcraft.jsch;bundle-version="0.1.41",
|
||||
org.eclipse.core.filesystem;bundle-version="1.2.0",
|
||||
|
|
|
@ -11,7 +11,7 @@ import org.eclipse.remote.core.exception.RemoteConnectionException;
|
|||
import junit.framework.TestCase;
|
||||
|
||||
public class ServiceTests extends TestCase {
|
||||
private static final String USERNAME = "greg"; //$NON-NLS-1$
|
||||
private static final String USERNAME = "test"; //$NON-NLS-1$
|
||||
private static final String PASSWORD = ""; //$NON-NLS-1$
|
||||
private static final String HOST = "localhost"; //$NON-NLS-1$
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Bundle-Version: 1.0.0.qualifier
|
|||
Bundle-Activator: org.eclipse.remote.jsch.tests.Activator
|
||||
Bundle-Vendor: Eclipse PTP
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.core.runtime;bundle-version="3.9.100",
|
||||
org.eclipse.core.runtime;bundle-version="3.8.0",
|
||||
org.eclipse.core.filesystem,
|
||||
org.eclipse.remote.core,
|
||||
org.eclipse.remote.jsch.core,
|
||||
|
|
Loading…
Add table
Reference in a new issue