Skip to content

Commit

Permalink
Add Eclipse manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elisimpson committed Feb 6, 2024
1 parent 5c00add commit 5ce2e62
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions bucket/eclipse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"version": "4.30-202312010110",
"description": "Eclipse Platform Runtime Binary (minimal install)",
"homepage": "https://www.eclipse.org",
"license": "EPL-1.0",
"suggest": {
"Java": "java/temurin-lts-jre"
},
"architecture": {
"64bit": {
"url": "http://download.eclipse.org/eclipse/downloads/drops4/R-4.30-202312010110/eclipse-platform-4.30-win32-x86_64.zip",
"hash": "sha512:19d008690a7f468e121fcd56f9bc9aaaaf7015a30937f44a56ca510252cc4425c04885b2634ff6af01d28c9ce3ce26984bc1081f4f4b6e845bef8c6ca8c5e34c"
}
},
"extract_dir": "eclipse",
"post_install": "eclipsec -nosplash -application org.eclipse.equinox.p2.director -repository https://www.wudsn.com/update/daily,https://download.eclipse.org/releases/latest -installIU com.wudsn.ide.feature.feature.group,org.eclipse.egit.feature.group",
"bin": [
"eclipse.exe",
"eclipsec.exe"
],
"shortcuts": [
[
"eclipse.exe",
"Eclipse"
]
],
"persist": [
"eclipse.ini",
"configuration/.settings"
],
"checkver": {
"url": "https://download.eclipse.org/eclipse/downloads/",
"regex": "/R-([\\d.-]+)/\" title=\"Latest Release"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://download.eclipse.org/eclipse/downloads/drops$majorVersion/R-$version/eclipse-platform-$matchHead-win32-x86_64.zip",
"hash": {
"url": "$baseurl/checksum/$basename.sha512"
}
}
}
}
}

0 comments on commit 5ce2e62

Please sign in to comment.