|
21 | 21 | <artifactId>org.eclipse.platform</artifactId> |
22 | 22 | <name>org.eclipse.platform.feature</name> |
23 | 23 | <packaging>eclipse-feature</packaging> |
24 | | - <build> |
25 | | - <plugins> |
26 | | - <plugin> |
27 | | - <groupId>org.eclipse.tycho</groupId> |
28 | | - <artifactId>target-platform-configuration</artifactId> |
29 | | - <configuration> |
30 | | - <dependency-resolution> |
31 | | - <extraRequirements> |
32 | | - <!-- this guarantees proper reactor build order --> |
33 | | - <requirement> |
34 | | - <type>eclipse-plugin</type> |
35 | | - <id>org.eclipse.platform.doc.isv</id> |
36 | | - <versionRange>0.0.0</versionRange> |
37 | | - </requirement> |
38 | | - </extraRequirements> |
39 | | - </dependency-resolution> |
40 | | - </configuration> |
41 | | - </plugin> |
42 | | - <plugin> |
43 | | - <groupId>org.eclipse.tycho</groupId> |
44 | | - <artifactId>tycho-source-plugin</artifactId> |
45 | | - <executions> |
46 | | - <execution> |
47 | | - <phase>package</phase> |
48 | | - <id>feature-source</id> |
49 | | - <goals> |
50 | | - <goal>feature-source</goal> |
51 | | - </goals> |
52 | | - <configuration> |
53 | | - <plugins> |
54 | | - <plugin id="org.eclipse.platform.doc.isv" versionRange="0.0.0"/> |
55 | | - </plugins> |
56 | | - <excludes> |
57 | | - <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"/> |
61 | | - <plugin id="org.eclipse.core.filesystem.linux.x86_64"/> |
62 | | - <plugin id="org.eclipse.core.filesystem.macosx"/> |
63 | | - </excludes> |
64 | | - </configuration> |
65 | | - </execution> |
66 | | - </executions> |
67 | | - </plugin> |
68 | | - <plugin> |
69 | | - <groupId>org.eclipse.tycho</groupId> |
70 | | - <artifactId>tycho-p2-plugin</artifactId> |
71 | | - <executions> |
72 | | - <execution> |
73 | | - <id>attach-p2-metadata</id> |
74 | | - <phase>package</phase> |
75 | | - <goals> |
76 | | - <goal>p2-metadata</goal> |
77 | | - </goals> |
78 | | - </execution> |
79 | | - </executions> |
80 | | - </plugin> |
81 | | - </plugins> |
82 | | - </build> |
83 | 24 | </project> |
0 commit comments