File tree Expand file tree Collapse file tree 1 file changed +0
-53
lines changed Expand file tree Collapse file tree 1 file changed +0
-53
lines changed Original file line number Diff line number Diff line change 60
60
</repository >
61
61
</repositories >
62
62
</profile >
63
- <profile >
64
- <id >build-feature-source</id >
65
- <activation >
66
- <!-- Only activated for feature projects-->
67
- <file >
68
- <exists >feature.xml</exists >
69
- </file >
70
- </activation >
71
- <build >
72
- <plugins >
73
- <plugin >
74
- <groupId >org.eclipse.tycho</groupId >
75
- <artifactId >tycho-source-plugin</artifactId >
76
- <executions >
77
- <execution >
78
- <phase >package</phase >
79
- <id >feature-source</id >
80
- <goals >
81
- <goal >feature-source</goal >
82
- </goals >
83
- <configuration >
84
- <excludes >
85
- <plugin id =" javax.xml" />
86
- <plugin id =" org.eclipse.swt" />
87
- <plugin id =" org.eclipse.equinox.launcher.cocoa.macosx.x86_64" />
88
- <plugin id =" org.eclipse.equinox.launcher.cocoa.macosx.aarch64" />
89
- <plugin id =" org.eclipse.equinox.launcher.gtk.linux.ppc64le" />
90
- <plugin id =" org.eclipse.equinox.launcher.gtk.linux.aarch64" />
91
- <plugin id =" org.eclipse.equinox.launcher.gtk.linux.riscv64" />
92
- <plugin id =" org.eclipse.equinox.launcher.gtk.linux.x86_64" />
93
- <plugin id =" org.eclipse.equinox.launcher.win32.win32.aarch64" />
94
- <plugin id =" org.eclipse.equinox.launcher.win32.win32.x86_64" />
95
- </excludes >
96
- </configuration >
97
- </execution >
98
- </executions >
99
- </plugin >
100
- <plugin >
101
- <groupId >org.eclipse.tycho</groupId >
102
- <artifactId >tycho-p2-plugin</artifactId >
103
- <executions >
104
- <execution >
105
- <id >attach-p2-metadata</id >
106
- <phase >package</phase >
107
- <goals >
108
- <goal >p2-metadata</goal >
109
- </goals >
110
- </execution >
111
- </executions >
112
- </plugin >
113
- </plugins >
114
- </build >
115
- </profile >
116
63
</profiles >
117
64
118
65
<build >
You can’t perform that action at this time.
0 commit comments