1 Star 0 Fork 27

xh/eclipse

forked from src-openEuler/eclipse 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
switch-to-the-new-httpclient45-ECF-provider.patch 2.57 KB
一键复制 编辑 原始数据 按行查看 历史
chen-jan 提交于 2022-05-06 01:37 . fix build error
From 7dadb0a63f838090a0709e95ec078a8c98351c81 Mon Sep 17 00:00:00 2001
From: chen-jan <[email protected]>
Date: Thu, 5 May 2022 08:36:15 +0000
Subject: [PATCH] switch to the new httpclient45 ECF provider
---
.../features/org.eclipse.equinox.p2.core.feature/feature.xml | 3 +--
rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/feature.xml | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/feature.xml rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/feature.xml
index dafa30bbf..65d5571b7 100644
--- rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/feature.xml
+++ rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/feature.xml
@@ -17,8 +17,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.httpclient4.feature" version="3.13.7" match="compatible"/>
- <import feature="org.eclipse.ecf.filetransfer.httpclient4.ssl.feature" version="1.1.0" match="compatible"/>
+ <import feature="org.eclipse.ecf.filetransfer.httpclient45.feature" version="1.0.0" match="compatible"/>
<import feature="org.eclipse.ecf.filetransfer.ssl.feature" version="1.1.0" match="compatible"/>
</requires>
diff --git rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/feature.xml rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/feature.xml
index 52c3aed8a..0e8c6b235 100644
--- rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/feature.xml
+++ rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/feature.xml
@@ -31,8 +31,7 @@
<import feature="org.eclipse.ecf.core.feature.source" version="1.4.0" match="compatible"/>
<import feature="org.eclipse.ecf.core.ssl.feature.source" version="1.1.0" match="compatible"/>
<import feature="org.eclipse.ecf.filetransfer.feature.source" version="3.13.7" match="compatible"/>
- <import feature="org.eclipse.ecf.filetransfer.httpclient4.feature.source" version="3.13.7" match="compatible"/>
- <import feature="org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source" version="1.1.0" match="compatible"/>
+ <import feature="org.eclipse.ecf.filetransfer.httpclient45.feature.source" version="1.0.0" match="compatible"/>
<import feature="org.eclipse.ecf.filetransfer.ssl.feature.source" version="1.1.0" match="compatible"/>
</requires>
--
2.30.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xinghe_1/eclipse.git
[email protected]:xinghe_1/eclipse.git
xinghe_1
eclipse
eclipse
master

搜索帮助