Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Porhel2021-09-09 16:20:27 +0000
committerMaxime Porhel2021-09-09 16:20:58 +0000
commit7f6443e9325ee93cc7100a19ed8baa138b2024d7 (patch)
tree8904546f5d35cd374489bbb9f5ef45008c1b4874
parentfb633c58986c31878404dbc7ce61ee7037971067 (diff)
downloadorg.eclipse.ecoretools-7f6443e9325ee93cc7100a19ed8baa138b2024d7.tar.gz
org.eclipse.ecoretools-7f6443e9325ee93cc7100a19ed8baa138b2024d7.tar.xz
org.eclipse.ecoretools-7f6443e9325ee93cc7100a19ed8baa138b2024d7.zip
[releng] Move to Tycho 2.4.0
Change-Id: I232ae369df3437f157e5147bbcfd90f633a73c7e Signed-off-by: Maxime Porhel <maxime.porhel@obeo.fr>
-rw-r--r--org.eclipse.emf.ecoretools.build/pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.emf.ecoretools.build/pom.xml b/org.eclipse.emf.ecoretools.build/pom.xml
index 0e751f3..4f65a2e 100644
--- a/org.eclipse.emf.ecoretools.build/pom.xml
+++ b/org.eclipse.emf.ecoretools.build/pom.xml
@@ -37,7 +37,7 @@
</licenses>
<properties>
- <tycho-version>1.4.0</tycho-version>
+ <tycho-version>2.4.0</tycho-version>
<tycho.scmUrl>scm:git:https://git.eclipse.org/r/ecoretools/org.eclipse.ecoretools</tycho.scmUrl>
</properties>
@@ -90,17 +90,17 @@
<environment>
<os>linux</os>
<ws>gtk</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
- <arch>x86</arch>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
+ <os>macosx</os>
+ <ws>cocoa</ws>
+ <arch>x86_64</arch>
</environment>
</environments>
</configuration>

Back to the top