This repository was archived by the owner on Jan 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 <module >org.eclipse.releng.tools</module >
1919 <module >org.eclipse.releng.tools.tests</module >
2020 </modules >
21- <build >
22- <plugins >
23- <plugin >
24- <groupId >org.eclipse.tycho</groupId >
25- <artifactId >tycho-maven-plugin</artifactId >
26- <version >${tycho.version} </version >
27- <extensions >true</extensions >
28- </plugin >
29- </plugins >
30- </build >
3121</project >
Original file line number Diff line number Diff line change 2020 <artifactId >org.eclipse.releng.tools</artifactId >
2121 <version >3.11.100-SNAPSHOT</version >
2222 <packaging >eclipse-feature</packaging >
23- <build >
24- <plugins >
25- <!--
26- <plugin>
27- <groupId>org.eclipse.tycho</groupId>
28- <artifactId>tycho-source-plugin</artifactId>
29- <version>${tycho.version}</version>
30- <executions>
31- <execution>
32- <phase>package</phase>
33- <id>feature-source</id>
34- <goals>
35- <goal>feature-source</goal>
36- </goals>
37- </execution>
38- </executions>
39- </plugin>
40- -->
41- <plugin >
42- <groupId >org.eclipse.tycho</groupId >
43- <artifactId >tycho-p2-plugin</artifactId >
44- <version >${tycho.version} </version >
45- <executions >
46- <execution >
47- <id >attach-p2-metadata</id >
48- <phase >package</phase >
49- <goals >
50- <goal >p2-metadata</goal >
51- </goals >
52- </execution >
53- </executions >
54- </plugin >
55- </plugins >
56- </build >
5723</project >
Original file line number Diff line number Diff line change 1313 <module >org.eclipse.releng.build.tools.feature</module >
1414 <module >org.eclipse.releng.tools</module >
1515 </modules >
16- <build >
17- <plugins >
18- <plugin >
19- <groupId >org.eclipse.tycho</groupId >
20- <artifactId >tycho-maven-plugin</artifactId >
21- <version >${tycho.version} </version >
22- <extensions >true</extensions >
23- </plugin >
24- </plugins >
25- </build >
2616</project >
Original file line number Diff line number Diff line change 2323 <groupId >eclipse.platform.repository</groupId >
2424 <artifactId >repository</artifactId >
2525 <packaging >eclipse-repository</packaging >
26- <build >
27- <plugins >
28- <plugin >
29- <groupId >org.eclipse.tycho</groupId >
30- <artifactId >target-platform-configuration</artifactId >
31- <version >${tycho.version} </version >
32- </plugin >
33- </plugins >
34- </build >
3526</project >
You can’t perform that action at this time.
0 commit comments