File tree Expand file tree Collapse file tree 5 files changed +1
-115
lines changed
org.eclipse.wildwebdeveloper.embedder.node.feature
org.eclipse.wildwebdeveloper.feature
org.eclipse.wildwebdeveloper.xml.feature Expand file tree Collapse file tree 5 files changed +1
-115
lines changed Original file line number Diff line number Diff line change 88 </parent >
99 <packaging >eclipse-feature</packaging >
1010 <version >1.2.3-SNAPSHOT</version >
11- <build >
12- <plugins >
13- <plugin >
14- <groupId >org.eclipse.tycho</groupId >
15- <artifactId >tycho-source-plugin</artifactId >
16- <version >${tycho-version} </version >
17- <executions >
18- <execution >
19- <id >feature-source</id >
20- <phase >package</phase >
21- <goals >
22- <goal >feature-source</goal >
23- </goals >
24- <configuration >
25- <excludes >
26- <plugin id =" org.eclipse.wildwebdeveloper.embedder.node.linux.x86_64" />
27- <plugin id =" org.eclipse.wildwebdeveloper.embedder.node.linux.aarch64" />
28- <plugin id =" org.eclipse.wildwebdeveloper.embedder.node.macos.x86_64" />
29- <plugin id =" org.eclipse.wildwebdeveloper.embedder.node.macos.aarch64" />
30- <plugin id =" org.eclipse.wildwebdeveloper.embedder.node.win32.x86_64" />
31- <plugin id =" org.eclipse.wildwebdeveloper.embedder.node.win32.aarch64" />
32- </excludes >
33- </configuration >
34- </execution >
35- </executions >
36- </plugin >
37- <plugin >
38- <groupId >org.eclipse.tycho</groupId >
39- <artifactId >tycho-p2-plugin</artifactId >
40- <executions >
41- <execution >
42- <id >attach-p2-metadata</id >
43- <phase >package</phase >
44- <goals >
45- <goal >p2-metadata</goal >
46- </goals >
47- </execution >
48- </executions >
49- </plugin >
50- </plugins >
51- </build >
5211</project >
Original file line number Diff line number Diff line change 88 </parent >
99 <packaging >eclipse-feature</packaging >
1010 <version >1.3.11-SNAPSHOT</version >
11- <build >
12- <plugins >
13- <plugin >
14- <groupId >org.eclipse.tycho</groupId >
15- <artifactId >tycho-source-plugin</artifactId >
16- <version >${tycho-version} </version >
17- <executions >
18- <execution >
19- <id >feature-source</id >
20- <phase >package</phase >
21- <goals >
22- <goal >feature-source</goal >
23- </goals >
24- </execution >
25- </executions >
26- </plugin >
27- <plugin >
28- <groupId >org.eclipse.tycho</groupId >
29- <artifactId >tycho-p2-plugin</artifactId >
30- <executions >
31- <execution >
32- <id >attach-p2-metadata</id >
33- <phase >package</phase >
34- <goals >
35- <goal >p2-metadata</goal >
36- </goals >
37- </execution >
38- </executions >
39- </plugin >
40- </plugins >
41- </build >
4211</project >
Original file line number Diff line number Diff line change 88 </parent >
99 <packaging >eclipse-feature</packaging >
1010 <version >1.3.8-SNAPSHOT</version >
11- <build >
12- <plugins >
13- <plugin >
14- <groupId >org.eclipse.tycho</groupId >
15- <artifactId >tycho-source-plugin</artifactId >
16- <version >${tycho-version} </version >
17- <executions >
18- <execution >
19- <id >feature-source</id >
20- <phase >package</phase >
21- <goals >
22- <goal >feature-source</goal >
23- </goals >
24- </execution >
25- </executions >
26- </plugin >
27- <plugin >
28- <groupId >org.eclipse.tycho</groupId >
29- <artifactId >tycho-p2-plugin</artifactId >
30- <executions >
31- <execution >
32- <id >attach-p2-metadata</id >
33- <phase >package</phase >
34- <goals >
35- <goal >p2-metadata</goal >
36- </goals >
37- </execution >
38- </executions >
39- </plugin >
40- </plugins >
41- </build >
4211</project >
Original file line number Diff line number Diff line change 66 <feature id =" org.eclipse.wildwebdeveloper.xml.feature" version =" 0.0.0" >
77 <category name =" Wild Web Developer" />
88 </feature >
9- <feature id =" org.eclipse.wildwebdeveloper.feature.source" version =" 0.0.0" >
10- <category name =" Sources" />
11- </feature >
12- <feature id =" org.eclipse.wildwebdeveloper.xml.feature.source" version =" 0.0.0" >
13- <category name =" Sources" />
14- </feature >
15- <feature id =" org.eclipse.wildwebdeveloper.embedder.node.feature.source" version =" 0.0.0" >
16- <category name =" Sources" />
17- </feature >
189 <feature id =" org.eclipse.wildwebdeveloper.embedder.node.feature" version =" 0.0.0" >
1910 <category name =" Dependencies" />
2011 </feature >
2415 <bundle id =" org.eclipse.wildwebdeveloper.tests" version =" 0.0.0" >
2516 <category name =" Sources" />
2617 </bundle >
27- <bundle id =" org.eclipse.wildwebdeveloper.tests.source" version =" 0.0.0" >
28- <category name =" Sources" />
29- </bundle >
3018 <bundle id =" org.eclipse.ui.genericeditor" version =" 0.0.0" >
3119 <category name =" Dependencies" />
3220 </bundle >
Original file line number Diff line number Diff line change 3434 <version >${tycho-version} </version >
3535 <configuration >
3636 <filterProvided >true</filterProvided >
37+ <includeAllSources >true</includeAllSources >
3738 <extraArtifactRepositoryProperties >
3839 <p2 .statsURI>http://download.eclipse.org/stats/wildwebdeveloper/</p2 .statsURI>
3940 </extraArtifactRepositoryProperties >
You can’t perform that action at this time.
0 commit comments