Package: janino / 2.7.0-2

01-include-ant-runtime.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Include the Ant runtime to compile AntCompilerAdapter
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/janino-dist/build.xml
+++ b/janino-dist/build.xml
@@ -64,7 +64,7 @@
 			classpath="${ant.jar}:build/bin-commons-compiler:../de.unkrig.jdisasm/bin"
 			debug="true"
 			debuglevel="lines,vars,source"
-			includeantruntime="false"
+			includeantruntime="true"
 		>
 			<compilerarg value="-Xlint:none"/>
 			<compilerarg value="-Xlint:deprecation"/>