From e9192712477724617a85a4f5af9529daa204dc3f Mon Sep 17 00:00:00 2001 From: zab2 <zab2@mail.i2p> Date: Thu, 28 Mar 2019 13:37:51 +0000 Subject: [PATCH] revert accidental commit --- build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index 706fd975e2..f7820e33a4 100644 --- a/build.properties +++ b/build.properties @@ -31,13 +31,13 @@ sloccount.report.file=sloccount.sc # Building EXEs in x64 Linux requires that 32bit libraries are installed. In Debian, # for example, installing the libc6-i386 package will satisfy this requirement. # Uncomment the next line to prevent building EXEs (changing it to false will have no impact) -noExe=true +#noExe=true # IzPack 5.1.x install dir #izpack5.home=/PATH/TO/IzPack # Change this to false if you don't have gettext or you want to prevent it from running during the build -require.gettext=false +require.gettext=true # Compile for this version of Java javac.version=1.7 -- GitLab