diff --git a/build.properties b/build.properties
index 706fd975e2ffb2ea5d12f8dfcb86ae9834f865ac..f7820e33a4692ba53a64b3bfdb10e9515dec7afa 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