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: added batik plugins for TM4E plugin to dependencies #944

Merged
merged 2 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
14 changes: 0 additions & 14 deletions releng/com.espressif.idf.target/com.espressif.idf.target.target
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,11 @@
<repository location="https://download.eclipse.org/egit/updates"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.apache.batik.xml" version="1.16.0.v20221027-0840"/>
<unit id="org.apache.batik.dom" version="1.16.0.v20230210-1249"/>
<unit id="org.apache.batik.css" version="1.16.0.v20221027-0840"/>
<unit id="org.apache.batik.util" version="1.16.0.v20221027-0840"/>
<unit id="org.apache.batik.i18n" version="1.16.0.v20221027-0840"/>
<unit id="org.apache.batik.constants" version="1.16.0.v20221027-0840"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository"/>
<unit id="org.apache.batik.anim" version="1.16.0.v20221027-0840"/>
<unit id="org.apache.batik.awt.util" version="1.16.0.v20221027-0840"/>
<unit id="org.apache.batik.bridge" version="1.16.0.v20230210-1249"/>
<unit id="org.apache.batik.codec" version="1.16.0.v20221027-0840"/>
<unit id="org.apache.batik.dom.svg" version="1.16.0.v20221027-0840"/>
<unit id="org.apache.batik.ext" version="1.16.0.v20221027-0840"/>
<unit id="org.apache.batik.gvt" version="1.16.0.v20221027-0840"/>
<unit id="org.apache.batik.parser" version="1.16.0.v20221027-0840"/>
<unit id="org.apache.batik.script" version="1.16.0.v20221027-0840"/>
<unit id="org.apache.batik.shared.resources" version="1.16.0.v20221027-0840"/>
<unit id="org.apache.batik.svggen" version="1.16.0.v20221027-0840"/>
<unit id="org.apache.batik.transcoder" version="1.16.0.v20221027-0840"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/latest/"/>
Expand Down
3 changes: 3 additions & 0 deletions releng/com.espressif.idf.update/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
<bundle id="org.snakeyaml.engine">
<category name="com.espressif.idf.dependencies"/>
</bundle>
<bundle id="org.apache.batik.i18n">
<category name="com.espressif.idf.dependencies"/>
</bundle>
<category-def name="com.espressif.idf" label="ESP-IDF Eclipse Plugin">
<description>
ESP-IDF Eclipse Plugin for developing ESP32 based IoT applications
Expand Down
Loading