Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: IEP Update site naming convention #847

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions features/com.espressif.idf.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.espressif.idf.feature"
label="Espressif IDF Plugins for Eclipse"
label="ESP-IDF Plugins for Eclipse"
version="2.11.1.qualifier"
provider-name="ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD"
plugin="com.espressif.idf.branding">
Expand Down Expand Up @@ -98,7 +98,7 @@ You may add additional accurate notices of copyright ownership.
</license>

<url>
<update label="Espressif IDF Plugins Update Site" url="https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/"/>
<update label="ESP-IDF Eclipse Plugin Update Site" url="https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/"/>
</url>

<requires>
Expand Down
6 changes: 5 additions & 1 deletion releng/com.espressif.idf.update/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@
<bundle id="org.apache.httpcomponents.httpclient">
<category name="com.espressif.idf"/>
</bundle>
<category-def name="com.espressif.idf" label="Espressif IDF"/>
<category-def name="com.espressif.idf" label="ESP-IDF Eclipse Plugin">
<description>
ESP-IDF Eclipse Plugin for developing ESP32 based IoT applications
</description>
</category-def>
<category-def name="Eclipse CDT-LSP Preview" label="Eclipse CDT-LSP Preview">
<description>
Additional features which can be used with the Espressif-IDE
Expand Down
Loading