Skip to content

Commit

Permalink
Remove temporary win32.aarch64 environment from exe-feature
Browse files Browse the repository at this point in the history
Because the win32.aarch64 environment is now generally activated for the
entire SDK it is not necessary anymore to activate it only for the
equinox.executable feature.
  • Loading branch information
HannesWell committed May 8, 2024
1 parent 1b7612a commit 296576b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions features/org.eclipse.equinox.executable.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,6 @@
</execution>
</executions>
</plugin>
<!-- Temporary work-around until win32.win32.aarch64 environment is enabled in general. -->
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<environments combine.children="append">
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>aarch64</arch>
</environment>
</environments>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 296576b

Please sign in to comment.