File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
features/org.eclipse.equinox.executable.feature Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 4444 </execution >
4545 </executions >
4646 </plugin >
47+ <plugin >
48+ <groupId >org.eclipse.tycho</groupId >
49+ <artifactId >tycho-source-plugin</artifactId >
50+ <executions >
51+ <execution >
52+ <phase >package</phase >
53+ <id >feature-source</id >
54+ <goals >
55+ <goal >feature-source</goal >
56+ </goals >
57+ <configuration >
58+ <excludes >
59+ <plugin id =" org.eclipse.equinox.launcher.cocoa.macosx.x86_64" />
60+ <plugin id =" org.eclipse.equinox.launcher.cocoa.macosx.aarch64" />
61+ <plugin id =" org.eclipse.equinox.launcher.gtk.linux.ppc64le" />
62+ <plugin id =" org.eclipse.equinox.launcher.gtk.linux.aarch64" />
63+ <plugin id =" org.eclipse.equinox.launcher.gtk.linux.x86_64" />
64+ <plugin id =" org.eclipse.equinox.launcher.gtk.linux.riscv64" />
65+ <plugin id =" org.eclipse.equinox.launcher.win32.win32.aarch64" />
66+ <plugin id =" org.eclipse.equinox.launcher.win32.win32.x86_64" />
67+ </excludes >
68+ </configuration >
69+ </execution >
70+ </executions >
71+ </plugin >
72+
4773 <plugin >
4874 <groupId >org.codehaus.mojo</groupId >
4975 <artifactId >xml-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments