TCI - Update Tycho
Change-Id: I811acdcb32e617f18f7b2a4774de7776a66f0e83
Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
diff --git a/builds/org.eclipse.emf.edapt.releng.target/edapt_current.target b/builds/org.eclipse.emf.edapt.releng.target/edapt_current.target
index 55cf82f..01dde4d 100644
--- a/builds/org.eclipse.emf.edapt.releng.target/edapt_current.target
+++ b/builds/org.eclipse.emf.edapt.releng.target/edapt_current.target
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="Edapt Current IDE Target" sequenceNumber="1679668043">
+<target name="Edapt Current IDE Target" sequenceNumber="1679670779">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.emf.compare.source.feature.group" version="0.0.0"/>
@@ -97,9 +97,15 @@
<unit id="com.google.guava" version="27.1.0.v20221112-0806"/>
<unit id="org.apache.log4j" version="1.2.24.v20221221-2012"/>
<unit id="org.apache.commons.io" version="0.0.0"/>
+ <unit id="com.sun.jna" version="0.0.0"/>
+ <unit id="com.sun.jna.platform" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-R/"/>
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
+ <unit id="org.apache.commons.jxpath" version="0.0.0"/>
+ <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository"/>
+ </location>
+ <location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.mockito.mockito-core-hamcrest-modified" version="1.9.5"/>
<unit id="org.objenesis" version="1.4.0"/>
<repository location="https://download.eclipse.org/rt/rap/base-platforms/3.14/extra-dependencies/"/>
diff --git a/builds/org.eclipse.emf.edapt.releng.target/edapt_current.tpd b/builds/org.eclipse.emf.edapt.releng.target/edapt_current.tpd
index 403c612..58c7040 100644
--- a/builds/org.eclipse.emf.edapt.releng.target/edapt_current.tpd
+++ b/builds/org.eclipse.emf.edapt.releng.target/edapt_current.tpd
@@ -94,6 +94,12 @@
com.google.guava [27.1.0,28.0.0)
org.apache.log4j [1.2.15,2.0.0)
org.apache.commons.io lazy
+com.sun.jna lazy
+com.sun.jna.platform lazy
+}
+
+location "https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository" {
+org.apache.commons.jxpath lazy
}
location "https://download.eclipse.org/rt/rap/base-platforms/3.14/extra-dependencies/" {
diff --git a/builds/org.eclipse.emf.edapt.releng/pom.xml b/builds/org.eclipse.emf.edapt.releng/pom.xml
index 37a6395..b578769 100644
--- a/builds/org.eclipse.emf.edapt.releng/pom.xml
+++ b/builds/org.eclipse.emf.edapt.releng/pom.xml
@@ -9,7 +9,7 @@
<packaging>pom</packaging>
<properties>
- <tycho-version>2.3.0</tycho-version>
+ <tycho-version>2.7.5</tycho-version>
<eclipse-jarsigner-version>1.3.1</eclipse-jarsigner-version>
<maven-surefire-version>2.18.1</maven-surefire-version>
<junit-version>4.12</junit-version>
diff --git a/plugins/org.eclipse.emf.edapt.migration.test/pom.xml b/plugins/org.eclipse.emf.edapt.migration.test/pom.xml
index 95e46e1..c030a8b 100644
--- a/plugins/org.eclipse.emf.edapt.migration.test/pom.xml
+++ b/plugins/org.eclipse.emf.edapt.migration.test/pom.xml
@@ -1,13 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>edapt</groupId>
- <artifactId>plugins</artifactId>
- <version>1.6.0-SNAPSHOT</version>
- </parent>
- <groupId>edapt</groupId>
- <artifactId>org.eclipse.emf.edapt.migration.test</artifactId>
- <packaging>eclipse-plugin</packaging>
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>edapt</groupId>
+ <artifactId>plugins</artifactId>
+ <version>1.6.0-SNAPSHOT</version>
+ </parent>
+ <groupId>edapt</groupId>
+ <artifactId>org.eclipse.emf.edapt.migration.test</artifactId>
+ <packaging>eclipse-plugin</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>${maven-surefire-version}</version>
+ <configuration>
+ <!-- contains no tests but util classes -->
+ <skipTests>true</skipTests>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>