Package: janino / 2.7.0-2

Metadata

Package Version Patches format
janino 2.7.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 include ant runtime.patch | (download)

janino-dist/build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 include the ant runtime to compile antcompileradapter
02 remove nullanalysis annotations.patch | (download)

janino-dist/build.xml | 17 1 + 16 - 0 !
1 file changed, 1 insertion(+), 16 deletions(-)

 removes the use of the de.unkrig.commons.nullanalysis annotations
 which aren't provided with the upstream sources.
03 disable signing.patch | (download)

janino-dist/build.xml | 21 0 + 21 - 0 !
1 file changed, 21 deletions(-)

 disable the code signing with a self signed certificated.
 This doesn't play well with the manifest modification performed by
 jh_manifest to make the jar executable (and signing with a self signed
 certificate doesn't provide any security anyway).