Skip to content

Commit e325e32

Browse files
authored
Merge pull request #70 from eMoflon/feature/update-eclipse-2022-12
Updates Eclipse version: 2022-09 -> 2022-12
2 parents 4723bb0 + b52cefa commit e325e32

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
env:
2424
# Eclipse version to use in this CI
25-
VERSION: "2022-09"
25+
VERSION: "2022-12"
2626
# emoflon-headless source URL (needed by macOS-based runner workaround)
2727
EMOFLON_HEADLESS_SRC: "https://api.github.com/repos/eMoflon/emoflon-headless/releases/latest"
2828
# import plugin URL

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Furthermore, all pattern matcher integrations for eMoflon::IBeX (HiPE and Democl
2424
**Additional packages** are installed for every non-CI build.
2525
Currently, the list of additional packages includes:
2626
- [EclEmma](https://www.eclemma.org/)
27-
- [PMD](https://pmd.github.io/latest/index.html)
2827
- [Checkstyle](https://checkstyle.org/eclipse-cs/#!/)
2928
- [SpotBugs](https://spotbugs.github.io/https://spotbugs.github.io/)
3029

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ OUTPUT_FILE_PREFIX_LINUX="eclipse-emoflon-linux"
3333
OUTPUT_FILE_PREFIX_WINDOWS="eclipse-emoflon-windows"
3434
OUTOUT_FILE_PREFIX_MACOS="eclipse-emoflon-macos"
3535
MIRROR="https://ftp.fau.de"
36-
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/"
36+
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://checkstyle.org/eclipse-cs-update-site/,https://spotbugs.github.io/eclipse/"
3737
EMOFLON_HEADLESS_SRC="https://api.github.com/repos/eMoflon/emoflon-headless/releases/latest"
3838

3939
# Import plug-in:

packages/additional-packages.list

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
org.eclipse.eclemma.feature.feature.group
2-
net.sourceforge.pmd.eclipse.feature.group
32
net.sf.eclipsecs.feature.group
43
com.github.spotbugs.plugin.eclipse.feature.group

splash.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ECLIPSE_BASE_PATH=$3
99

1010
# replacement regexs
1111
REGEX_ECLIPSE_INI='s/org.eclipse.epp.package.common/org.emoflon.splash/g'
12-
REGEX_CONFIG_INI='s/osgi.splashPath=platform\\:\/base\/plugins\/org.eclipse.platform/osgi.splashPath=platform\\:\/base\/plugins\/org.emoflon.splash/g'
12+
REGEX_CONFIG_INI='s/osgi.splashPath=platform\\:\/base\/plugins\/org.eclipse.epp.package.common/osgi.splashPath=platform\\:\/base\/plugins\/org.emoflon.splash/g'
1313

1414
# Check for existing ENVs
1515
if [[ -z "$MODE" ]]; then

0 commit comments

Comments
 (0)