Skip to content

Commit 75f889f

Browse files
authored
Merge pull request #91 from eMoflon/feature/add-maven-support
Adds Maven support
2 parents 5144749 + e8b5155 commit 75f889f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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://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"
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
@@ -2,3 +2,4 @@ org.eclipse.eclemma.feature.feature.group
22
net.sourceforge.pmd.eclipse.feature.group
33
net.sf.eclipsecs.feature.group
44
com.github.spotbugs.plugin.eclipse.feature.group
5+
org.eclipse.m2e.feature.feature.group

0 commit comments

Comments
 (0)