Skip to content

Commit

Permalink
upgrade to tycho 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jantje committed Dec 15, 2023
1 parent 0b5f619 commit 4fadf3e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
34 changes: 19 additions & 15 deletions io.sloeber.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>pom</packaging>

<properties>
<tycho.version>2.7.5</tycho.version>
<tycho.version>4.0.4</tycho.version>
<built.repo.dir>${project.build.directory}/repo</built.repo.dir>
<!-- maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target -->
Expand Down Expand Up @@ -51,13 +51,17 @@
<version>${tycho.version}</version>
<configuration>
<dependency-resolution>
<profileProperties>
<org.eclipse.justj.buildtime>true</org.eclipse.justj.buildtime>
<profileProperties>
<org.eclipse.justj.buildtime>true</org.eclipse.justj.buildtime>
</profileProperties>
</dependency-resolution>
</dependency-resolution>
<target>
<file>../io.sloeber.product/sloeber.target</file>
</target>

</configuration>
</plugin>

<!-- Enable tycho build extension -->
<plugin>
<groupId>org.eclipse.tycho</groupId>
Expand All @@ -76,9 +80,9 @@
<!--
<source>11</source>
<target>11</target> -->
<executionEnvironment>org.eclipse.justj.openjdk.hotspot.jre.full-17</executionEnvironment>
<executionEnvironment>org.eclipse.justj.openjdk.hotspot.jre.full-17</executionEnvironment>

</configuration>
</configuration>
</plugin>

<!-- Enable version management -->
Expand Down Expand Up @@ -190,7 +194,7 @@
<version>${tycho.version}</version>
<configuration>
<!-- configure the p2 target environments for multi-platform build -->
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
spec -->
<environments>
<environment>
Expand All @@ -207,7 +211,7 @@
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
Expand All @@ -231,7 +235,7 @@
<version>${tycho.version}</version>
<configuration>
<!-- configure the p2 target environments for multi-platform build -->
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
spec -->
<environments>
<environment>
Expand All @@ -256,7 +260,7 @@
<version>${tycho.version}</version>
<configuration>
<!-- configure the p2 target environments for multi-platform build -->
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
spec -->
<environments>
<environment>
Expand All @@ -270,7 +274,7 @@
</plugins>
</build>
</profile>

<profile>
<id>mac64</id>
<build>
Expand All @@ -281,7 +285,7 @@
<version>${tycho.version}</version>
<configuration>
<!-- configure the p2 target environments for multi-platform build -->
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
spec -->
<environments>
<!-- Mac -->
Expand All @@ -296,7 +300,7 @@
</plugins>
</build>
</profile>

<profile>
<id>macm1</id>
<build>
Expand All @@ -307,7 +311,7 @@
<version>${tycho.version}</version>
<configuration>
<!-- configure the p2 target environments for multi-platform build -->
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
spec -->
<environments>
<!-- Mac aarch64 -->
Expand Down
6 changes: 1 addition & 5 deletions io.sloeber.tests/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
Expand All @@ -12,10 +13,5 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit 4fadf3e

Please sign in to comment.