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

WIP: Embed JustJ JRE 11 along with the Espressif IDE #343

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions releng/com.espressif.idf.product/idf.product
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<feature id="com.cthing.cmakeed.feature" installMode="root"/>
<feature id="org.eclipse.swtchart.feature" installMode="root"/>
<feature id="org.eclipse.nebula.widgets.xviewer.feature" installMode="root"/>
<feature id="org.eclipse.justj.openjdk.hotspot.jre.full" installMode="root"/>
</features>

<configurations>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,10 @@
<repository location="http://download.eclipse.org/nebula/releases/2.2.0"/>
<unit id="org.eclipse.nebula.widgets.xviewer.feature.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/justj/jres/11/updates/release"/>
<unit id="org.eclipse.justj.openjdk.hotspot.jre.full.feature.group" version="0.0.0"/>
</location>

</locations>
</target>