Skip to content

Commit f82dc34

Browse files
committed
Exclude source generation for all linux file system fragments
- Reorder the excluded plugins alphabetically.
1 parent df6ff0f commit f82dc34

File tree

1 file changed

+3
-1
lines changed
  • eclipse.platform.releng/features/org.eclipse.platform-feature

1 file changed

+3
-1
lines changed

eclipse.platform.releng/features/org.eclipse.platform-feature/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@
5555
</plugins>
5656
<excludes>
5757
<plugin id="org.eclipse.platform.doc.user"/>
58+
<plugin id="org.eclipse.core.filesystem.linux.aarch64"/>
59+
<plugin id="org.eclipse.core.filesystem.linux.loongarch64"/>
60+
<plugin id="org.eclipse.core.filesystem.linux.ppc64le"/>
5861
<plugin id="org.eclipse.core.filesystem.linux.x86_64"/>
5962
<plugin id="org.eclipse.core.filesystem.macosx"/>
60-
<plugin id="org.eclipse.core.filesystem.linux.ppc64le"/>
6163
</excludes>
6264
</configuration>
6365
</execution>

0 commit comments

Comments
 (0)