Skip to content

Commit

Permalink
Merge remote-tracking branch 'ibex/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Dec 7, 2023
2 parents 1e0dc48 + 360ec0e commit 2b57986
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

env:
# Eclipse version to use in this CI
VERSION: "2023-09"
VERSION: "2023-12"
# emoflon-headless source URL (needed by macOS-based runner workaround)
EMOFLON_HEADLESS_SRC: "https://api.github.com/repos/eMoflon/emoflon-headless/releases/latest"
# import plugin URL
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OUTPUT_FILE_PREFIX_LINUX="eclipse-emoflon-linux"
OUTPUT_FILE_PREFIX_WINDOWS="eclipse-emoflon-windows"
OUTOUT_FILE_PREFIX_MACOS="eclipse-emoflon-macos"
MIRROR="https://ftp.fau.de"
UPDATESITES="https://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/,https://hallvard.github.io/plantuml/,https://www.kermeta.org/k2/update,https://www.genuitec.com/updates/devstyle/ci/,https://download.eclipse.org/releases/$VERSION,https://www.codetogether.com/updates/ci/,http://update.eclemma.org/,https://pmd.github.io/pmd-eclipse-plugin-p2-site/,https://checkstyle.org/eclipse-cs-update-site/,https://spotbugs.github.io/eclipse/,https://emoflon.org/emoflon-neo-updatesite/snapshot/"
UPDATESITES="https://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/,https://hallvard.github.io/plantuml/,https://hipe-devops.github.io/HiPE-Updatesite/hipe.updatesite/,https://www.kermeta.org/k2/update,https://emoflon.org/emoflon-ibex-updatesite/snapshot/updatesite/,https://www.genuitec.com/updates/devstyle/ci/,https://download.eclipse.org/releases/$VERSION,https://www.codetogether.com/updates/ci/,http://update.eclemma.org/,https://pmd.github.io/pmd-eclipse-plugin-p2-site/,https://checkstyle.org/eclipse-cs-update-site/,https://spotbugs.github.io/eclipse/,https://download.eclipse.org/technology/m2e/releases/latest,https://emoflon.org/emoflon-neo-updatesite/snapshot/"
EMOFLON_HEADLESS_SRC="https://api.github.com/repos/eMoflon/emoflon-headless/releases/latest"

# Import plug-in:
Expand Down
1 change: 1 addition & 0 deletions packages/additional-packages.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ org.eclipse.eclemma.feature.feature.group
net.sourceforge.pmd.eclipse.feature.group
net.sf.eclipsecs.feature.group
com.github.spotbugs.plugin.eclipse.feature.group
org.eclipse.m2e.feature.feature.group
1 change: 0 additions & 1 deletion packages/xtext-packages.list
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ org.eclipse.xtext.docs.feature.group
org.eclipse.xtext.docs.source.feature.group
org.eclipse.xtext.examples.feature.group
org.eclipse.xtext.examples.source.feature.group
org.eclipse.xtext.generator.feature.group
org.eclipse.xtext.gwt.feature.group
org.eclipse.xtext.gwt.source.feature.group
org.eclipse.xtext.redist.feature.group
Expand Down

0 comments on commit 2b57986

Please sign in to comment.