File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change 179
179
</plugins >
180
180
</build >
181
181
</profile >
182
- <profile >
183
- <id >generate-feature-source</id >
184
- <activation >
185
- <file >
186
- <exists >feature.xml</exists >
187
- </file >
188
- </activation >
189
- <build >
190
- <plugins >
191
- <plugin >
192
- <groupId >org.eclipse.tycho</groupId >
193
- <artifactId >tycho-source-plugin</artifactId >
194
- <version >${tycho.version} </version >
195
- <executions >
196
- <execution >
197
- <phase >package</phase >
198
- <id >feature-source</id >
199
- <goals >
200
- <goal >feature-source</goal >
201
- </goals >
202
- </execution >
203
- </executions >
204
- </plugin >
205
- <plugin >
206
- <groupId >org.eclipse.tycho</groupId >
207
- <artifactId >tycho-p2-plugin</artifactId >
208
- <version >${tycho.version} </version >
209
- <executions >
210
- <execution >
211
- <id >attach-p2-metadata</id >
212
- <phase >package</phase >
213
- <goals >
214
- <goal >p2-metadata</goal >
215
- </goals >
216
- </execution >
217
- </executions >
218
- </plugin >
219
- </plugins >
220
- </build >
221
- </profile >
222
182
</profiles >
223
183
224
184
You can’t perform that action at this time.
0 commit comments