File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 186186 "eclipse-packaging/packages" : "Eclipse Packaging Project" ,
187187 "eclipse-orbit/.github" : "Eclipse Orbit" ,
188188 "eclipse-cbi/epl-license-feature" : "EPL License Feature" ,
189+ "eclipse-cbi/p2repo-aggregator" : "CBI p2 Aggregator" ,
190+ "eclipse-tycho/tycho" : "Eclipse Tycho" ,
189191 } ;
190192
191193 function getFileParameter ( ) {
@@ -330,7 +332,7 @@ <h2>Table of Contents</h2>
330332 }
331333 }
332334 }
333-
335+
334336 function generateContributorAvatars ( a , logicalHref ) {
335337 injectAvatars ( a , logicalHref )
336338 const td = a . parentElement ;
@@ -352,7 +354,7 @@ <h2>Table of Contents</h2>
352354 }
353355 }
354356 }
355-
357+
356358 function injectAvatars ( a , logicalHref ) {
357359 const avatar = toElements ( `<span>${ generateAvatar ( logicalHref ) } </span>` ) [ 0 ] ;
358360 a . parentElement . insertBefore ( avatar , a ) ;
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ let markdownAside = `
7878<a href="${ markdownBase } eclipse-equinox/p2/master/docs">Equinox p2</a>
7979<a href="${ markdownBase } eclipse-ide/.github/main/">Eclipse IDE</a>
8080<a href="${ markdownBase } eclipse-simrel/.github/main/profile/README.md">Eclipse SimRel</a>
81+ <a href="${ markdownBase } eclipse-tycho/tycho/main/README.md">Eclipse Tycho</a>
8182` ;
8283
8384let defaultAside = toElements ( `
You can’t perform that action at this time.
0 commit comments