Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] updated JGit/EGit contribution to v1.0.0.201106081625-r

2011/6/9 Matthias Sohn <matthias.sohn@xxxxxxxxxxxxxx>
I updated the JGit/EGit contribution to v1.0.0.201106081625-r
fixing missing/outdated about.html files and bug 348665

Although I added the missing about.html files and adapted the corresponding
build.properties files accordingly the release report discovered that the jgit
bundle still misses the about.html [1].

I missed that JGit uses a non-standard (non-Tycho) maven build to build the 
OSGi bundles which requires to also update the pom.xml to include the about.html.

I'll fix that and provide another release build soon, let me know if I can include
that in the aggregation build.

The other warning about missing EPL license file in jgit feature is caused by the fact that
jgit is EDL licensed and hence includes the EDL license instead.

Since I was hit several times already I'll try to integrate these checks into our CI build
to discover such problems earlier next time.

[1] http://build.eclipse.org/indigo/simrel/reports/layoutCheck.txt

--
Matthias

Back to the top