reverted java.flags change

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@12971 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
michelou 2007-10-01 17:06:37 +00:00
parent d432334178
commit eb5e6fc177
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>