Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
disable-tycho-lock-file-marker.patch | Disables the lock file marker created in /usr/share/maven-repo/ (it fails since the path is read-only) | Emmanuel Bourg <ebourg@apache.org> | no | |||
fix-osgi-runtime.patch | This fix is to build tycho-bundles/tycho-bundles-external (i.e. Tycho OSGi runtime). It is packaged as "eclipse-application", so we cannot build it directly without Eclipse. |
no | ||||
fix-packaging.patch | These pom's are packaged as eclipse plugin. But Maven does not know how to build Eclipse plugins without Eclipse/Tycho. So we convert them in normal pom's. |
no | ||||
explicit-exception-messages.patch | Modifies DefaultEquinoxEmbedder to throw exceptions with a more explicit messages when an error occurs | Emmanuel Bourg <ebourg@apache.org> | no | |||
remove_dependency.patch | tycho-lib-detector: remove dependency on previous tycho After tycho-1.3.0 was added to unstable, tycho-1.2.0 was removed. And since this tycho depends on tycho-1.2.0, the build was failing. LibraryDetector.java does not seem to use anything particular from previous tycho, so remove the dependency. |
Sudip Mukherjee <sudipm.mukherjee@gmail.com> | no | |||
0002-Update-to-Platform-4.29.patch | Fixes the compatibility with Eclipse 4.29 | Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
0003-plexus-archiver-compatibility.patch | Adjust code to breaking plexus archiver 4.4.0 changes | no | upstream, https://github.com/eclipse-tycho/tycho/commit/f2b46160a4f7dd70641767778f41bcd35e024594 | |||
0004-bouncycastle-compatibility.patch | Fixes the compatibility with the version of Bouncy Castle in Debian | Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
0005-bnd-compatibility.patch | Fixes the compatibility with the version of BND in Debian | Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
0006-define-getCompilerId-JDTCompiler.patch | Define new abstract method getCompilerId() The org.codehaus.plexus.compiler.AbstractCompiler class added a new abstract method String getCompilerId(). The JDTCompiler needs to define this method. |
not-needed | debian | upstream, https://github.com/eclipse-tycho/tycho/commit/5e6eecad |