Skip to content

Commit

Permalink
More useless Maven configurations
Browse files Browse the repository at this point in the history
* remove useless target-platform-configurations that are auto derived
from Eclipse-PlatformFilter now
* more duplicate tycho-version setting
  • Loading branch information
akurtakov committed Jan 12, 2024
1 parent 8b33666 commit 3920637
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
6 changes: 0 additions & 6 deletions bundles/org.eclipse.equinox.security.linux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<environments>
<environment>
<os>linux</os>
<ws>gtk</ws>
</environment>
</environments>
<dependency-resolution>
<extraRequirements>
<requirement>
Expand Down
7 changes: 0 additions & 7 deletions bundles/org.eclipse.equinox.security.macosx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<environments>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
</environments>
<dependency-resolution>
<extraRequirements>
<requirement>
Expand Down
7 changes: 0 additions & 7 deletions bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<environments>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
</environments>
<dependency-resolution>
<extraRequirements>
<requirement>
Expand Down
2 changes: 0 additions & 2 deletions launcher-binary-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho.version}</version>
<configuration>
<environments>
<environment>
Expand Down Expand Up @@ -64,7 +63,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<additionalFileSets>
<fileSet>
Expand Down

0 comments on commit 3920637

Please sign in to comment.