File tree Expand file tree Collapse file tree 3 files changed +15
-14
lines changed
org.eclipse.tm4e.repository Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 33 <feature id =" org.eclipse.tm4e.feature" >
44 <category name =" TextMate" />
55 </feature >
6- <feature id =" org.eclipse.tm4e.feature.source" >
7- <category name =" Sources" />
8- </feature >
96 <feature id =" org.eclipse.tm4e.language_pack.feature" >
107 <category name =" TextMate" />
118 </feature >
129 <bundle id =" org.eclipse.tm4e.samples" version =" 0.0.0" >
1310 <category name =" Samples" />
1411 </bundle >
15- <bundle id =" org.eclipse.tm4e.samples.source" version =" 0.0.0" >
16- <category name =" Sources" />
17- </bundle >
1812 <bundle id =" com.google.gson" version =" 0.0.0" >
1913 <category name =" Dependencies" />
2014 </bundle >
3832 </bundle >
3933 <category-def name =" TextMate" label =" TextMate" />
4034 <category-def name =" Samples" label =" Samples" />
41- <category-def name =" Sources" label =" Sources" />
4235 <category-def name =" Dependencies" label =" Dependencies" />
4336</site >
Original file line number Diff line number Diff line change 1515 <maven .deploy.skip>true</maven .deploy.skip>
1616 </properties >
1717
18+ <build >
19+ <plugins >
20+ <plugin >
21+ <!-- https://tycho.eclipseprojects.io/doc/main/tycho-p2-repository-plugin/plugin-info.html -->
22+ <groupId >org.eclipse.tycho</groupId >
23+ <artifactId >tycho-p2-repository-plugin</artifactId >
24+ <version >${tycho-version} </version >
25+ <configuration >
26+ <!-- see https://github.com/eclipse-tycho/tycho/discussions/5265#discussioncomment-14262476 -->
27+ <includeAllSources >true</includeAllSources >
28+ </configuration >
29+ </plugin >
30+ </plugins >
31+ </build >
32+
1833 <profiles >
1934 <profile >
2035 <id >sign</id >
Original file line number Diff line number Diff line change 200200 <artifactId >tycho-source-plugin</artifactId >
201201 <version >${tycho-version} </version >
202202 <executions >
203- <execution >
204- <id >feature-source</id >
205- <phase >package</phase >
206- <goals >
207- <goal >feature-source</goal >
208- </goals >
209- </execution >
210203 <execution >
211204 <id >plugin-source</id >
212205 <goals >
You can’t perform that action at this time.
0 commit comments