summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-10-01 17:06:37 +0000
committermichelou <michelou@epfl.ch>2007-10-01 17:06:37 +0000
commit22aa3cc49bce44b5c63fbae538c782ad512993a4 (patch)
treefcd42a8d58faf939c4b569028c9b067011dfb287 /build.xml
parente4a89c3bd092219c49db370b84e4cfbf906f8950 (diff)
downloadscala-22aa3cc49bce44b5c63fbae538c782ad512993a4.tar.gz
scala-22aa3cc49bce44b5c63fbae538c782ad512993a4.tar.bz2
scala-22aa3cc49bce44b5c63fbae538c782ad512993a4.zip
reverted java.flags change
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 5e70917bca..63afa92c6d 100644
--- a/build.xml
+++ b/build.xml
@@ -30,7 +30,7 @@ PROPERTIES
<!-- Defines the product being built -->
<property name="vendor.name" value="LAMP/EPFL"/>
<property name="copyright.string" value="(c) 2002-2007 ${vendor.name}"/>
- <property name="java.flags" value="&#34;-Xmx256M -Xms16M&#34;"/>
+ <property name="java.flags" value="-Xmx256M -Xms16M"/>
<property name="number.file" value="${basedir}/build.number"/>
<!-- Configuring how the compiler is run -->
<property name="nsc.log-files" value="no"/>