From: <ker...@us...> - 2024-02-18 13:58:00
|
Revision: 25710 http://sourceforge.net/p/jedit/svn/25710 Author: kerik-sf Date: 2024-02-18 13:57:57 +0000 (Sun, 18 Feb 2024) Log Message: ----------- build-support: specify source and target when compiling Modified Paths: -------------- build-support/trunk/plugin-build.xml Modified: build-support/trunk/plugin-build.xml =================================================================== --- build-support/trunk/plugin-build.xml 2024-02-18 13:52:59 UTC (rev 25709) +++ build-support/trunk/plugin-build.xml 2024-02-18 13:57:57 UTC (rev 25710) @@ -235,6 +235,8 @@ nowarn="${compiler.nowarn}" listfiles="${compiler.listfiles}" fork="${compiler.fork}" + source="${compiler.source}" + target="${compiler.target}" bootclasspath="${compiler.bootclasspath}" > <src location="${src.dir}" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |