summaryrefslogtreecommitdiff
path: root/beanshell
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-10-02 13:12:50 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-02 13:17:31 +0200
commit369a5ffbf1cd92c26a8e61c40b75fabb44d64da2 (patch)
tree4e02654379ef70544a737b51afbefcf6892f8cf9 /beanshell
parent9fadb7804fb425ab92b1a5e85db9a89207ce2607 (diff)
beanshell: we didn't need -Dfile.encoding=ISO-8859-1 before
Change-Id: Ic1cbd5e7ad15452d4fabaff273dad78188b2201b
Diffstat (limited to 'beanshell')
-rw-r--r--beanshell/ExternalProject_beanshell.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/beanshell/ExternalProject_beanshell.mk b/beanshell/ExternalProject_beanshell.mk
index b1bfa9f5faff..0fc720d30042 100644
--- a/beanshell/ExternalProject_beanshell.mk
+++ b/beanshell/ExternalProject_beanshell.mk
@@ -17,7 +17,6 @@ $(eval $(call gb_ExternalProject_register_targets,beanshell,\
$(call gb_ExternalProject_get_state_target,beanshell,build) :
cd "$(call gb_UnpackedTarball_get_dir,beanshell)" && \
- ANT_OPTS="$$ANT_OPTS -Dfile.encoding=ISO-8859-1" \
"$(ANT)" \
-q \
-f build.xml \