Skip to content

Commit

Permalink
Bug 468713 - CDT should explicitly require eclipse.remote 2.0.0
Browse files Browse the repository at this point in the history
Change-Id: Ifd0b8a54e93300f1970b887385ee01de1de2cfa3
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
  • Loading branch information
MarkZ3 committed May 28, 2015
1 parent 8de376b commit 10e011f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.autotools.core/META-INF/MANIFEST.MF
Expand Up @@ -24,7 +24,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.4.0",
org.eclipse.core.variables;bundle-version="3.2.100",
org.eclipse.ui.views;bundle-version="3.3.0",
org.eclipse.core.filesystem;bundle-version="1.2.0",
org.eclipse.remote.core;bundle-version="1.0.0",
org.eclipse.remote.core;bundle-version="2.0.0",
org.eclipse.cdt.remote.core;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %provider
Expand Down
2 changes: 1 addition & 1 deletion remote/org.eclipse.cdt.remote.core/META-INF/MANIFEST.MF
Expand Up @@ -7,7 +7,7 @@ Bundle-Activator: org.eclipse.cdt.remote.internal.core.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.cdt.core,
org.eclipse.remote.core,
org.eclipse.remote.core;bundle-version="2.0.0",
org.eclipse.core.filesystem
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Expand Down

0 comments on commit 10e011f

Please sign in to comment.