mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
[233068][api][breaking] Get rid of Commons.Net reexport in org.eclipse.rse.services.files.ftp
This commit is contained in:
parent
f0e808781d
commit
0c2055de47
3 changed files with 5 additions and 3 deletions
|
@ -8,7 +8,7 @@ Bundle-Vendor: %providerName
|
|||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.rse.services;bundle-version="[3.0.0,4.0.0)",
|
||||
org.apache.commons.net;bundle-version="[1.4.1,2.0.0)";visibility:="reexport",
|
||||
org.apache.commons.net;bundle-version="[1.4.1,2.0.0)",
|
||||
org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)"
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Eclipse-LazyStart: true
|
||||
|
|
|
@ -13,7 +13,8 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.rse.core;bundle-version="[3.0.0,4.0.0)",
|
||||
org.eclipse.rse.ui;bundle-version="[3.0.0,4.0.0)",
|
||||
org.eclipse.ui.console,
|
||||
org.eclipse.rse.services.files.ftp;bundle-version="[3.0.0,4.0.0)"
|
||||
org.eclipse.rse.services.files.ftp;bundle-version="[3.0.0,4.0.0)",
|
||||
org.apache.commons.net;bundle-version="[1.4.1,2.0.0)"
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Eclipse-LazyStart: true
|
||||
Export-Package: org.eclipse.rse.internal.subsystems.files.ftp;x-internal:=true,
|
||||
|
|
|
@ -22,7 +22,8 @@ Require-Bundle: org.junit,
|
|||
org.eclipse.rse.subsystems.files.ftp;bundle-version="[2.1.0,3.0.0)",
|
||||
org.eclipse.rse.files.ui,
|
||||
org.eclipse.rse.efs,
|
||||
org.eclipse.rse.tests.framework;bundle-version="[2.0.0,3.0.0)"
|
||||
org.eclipse.rse.tests.framework;bundle-version="[2.0.0,3.0.0)",
|
||||
org.apache.commons.net;bundle-version="[1.4.1,2.0.0)"
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Eclipse-LazyStart: true
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
|
|
Loading…
Add table
Reference in a new issue