Skip to content

Commit

Permalink
Require httpclientjava instead of httpclient5
Browse files Browse the repository at this point in the history
Fix #205
  • Loading branch information
laeubi committed Jun 8, 2023
1 parent ab2268e commit 288526e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Require-Bundle: org.eclipse.equinox.frameworkadmin,
org.eclipse.ecf.filetransfer;bundle-version="4.0.0",
org.eclipse.ecf.identity;bundle-version="3.1.0",
org.eclipse.ecf.provider.filetransfer;bundle-version="3.1.0",
org.eclipse.ecf.provider.filetransfer.httpclient5,
org.eclipse.ecf.provider.filetransfer.httpclientjava,
org.eclipse.equinox.p2.reconciler.dropins;bundle-version="1.1.0",
org.eclipse.ant.core;bundle-version="3.2.200",
org.apache.ant;bundle-version="1.7.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.6.0",
org.eclipse.equinox.p2.discovery.compatibility;bundle-version="1.0.0",
org.eclipse.equinox.p2.ui.discovery;bundle-version="1.0.0",
org.apache.httpcomponents.client5.httpclient5;bundle-version="5.0.2",
org.eclipse.ecf.provider.filetransfer.httpclient5;bundle-version="1.0.0"
org.eclipse.ecf.provider.filetransfer.httpclientjava;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.eclipse.equinox.p2.examples.rcp.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ecf.identity;bundle-version="3.0.0",
org.eclipse.ecf.provider.filetransfer;bundle-version="3.0.0",
org.apache.httpcomponents.client5.httpclient5;bundle-version="5.0.2",
org.eclipse.ecf.provider.filetransfer.httpclient5;bundle-version="1.0.0"
org.eclipse.ecf.provider.filetransfer.httpclientjava;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.eclipse.equinox.p2.examples.rcp.prestartupdate
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.6.0",
org.eclipse.ecf.identity;bundle-version="3.0.0",
org.eclipse.ecf.provider.filetransfer;bundle-version="3.0.0",
org.apache.httpcomponents.client5.httpclient5;bundle-version="5.0.2",
org.eclipse.ecf.provider.filetransfer.httpclient5;bundle-version="1.0.0"
org.eclipse.ecf.provider.filetransfer.httpclientjava;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Service-Component: OSGI-INF/policy_component.xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ecf.identity;bundle-version="3.0.0",
org.eclipse.ecf.provider.filetransfer;bundle-version="3.0.0",
org.apache.httpcomponents.client5.httpclient5;bundle-version="5.0.2",
org.eclipse.ecf.provider.filetransfer.httpclient5;bundle-version="1.0.0",
org.eclipse.ecf.provider.filetransfer.httpclientjava;bundle-version="1.0.0",
org.eclipse.equinox.p2.ui.sdk;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.equinox.p2.ui.sdk;bundle-version="1.0.0",
org.eclipse.equinox.p2.ui.sdk.scheduler;bundle-version="1.0.0",
org.apache.httpcomponents.client5.httpclient5;bundle-version="5.0.2",
org.eclipse.ecf.provider.filetransfer.httpclient5;bundle-version="1.0.0"
org.eclipse.ecf.provider.filetransfer.httpclientjava;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.eclipse.equinox.p2.examples.rcp.sdkui
4 changes: 2 additions & 2 deletions features/org.eclipse.equinox.p2.core.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.equinox.p2.core.feature"
label="%featureName"
version="1.6.1900.qualifier"
version="1.7.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand All @@ -23,7 +23,7 @@
<import feature="org.eclipse.ecf.core.feature" version="1.4.0" match="compatible"/>
<import feature="org.eclipse.ecf.core.ssl.feature" version="1.1.0" match="compatible"/>
<import feature="org.eclipse.ecf.filetransfer.feature" version="3.13.7" match="compatible"/>
<import feature="org.eclipse.ecf.filetransfer.httpclient5.feature" version="1.0.0" match="compatible"/>
<import feature="org.eclipse.ecf.filetransfer.httpclientjava.feature" version="1.0.0" match="compatible"/>
<import feature="org.eclipse.ecf.filetransfer.ssl.feature" version="1.1.0" match="compatible"/>
</requires>

Expand Down

0 comments on commit 288526e

Please sign in to comment.