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:
parent
d432334178
commit
eb5e6fc177
|
@ -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=""-Xmx256M -Xms16M""/>
|
||||
<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"/>
|
||||
|
|
Loading…
Reference in New Issue