fixed build console
[groovy.git] / build.properties
blob4a5c4e7b630bf147bca3266ae0ffd70c2680d2d4
1 groovyVersion = 1.6-beta-2-SNAPSHOT
2 groovyBundleVersion = 1.6.0.beta-2-SNAPSHOT
4 # uncomment the following line to enable java5 elements in the build
5 # groovy.build.vm5=true
7 #  Many people have reported problems testing UberTestCaseGroovySourceSubPackages, others have no difficulties with the default
8 #  values ant junit task uses.  The decision has been taken to provide the values to try and cause the least
9 #  hassle to the most people.
11 groovyJUnit_ms = 256m
12 groovyJUnit_mx = 256m
13 groovyJUnit_permSize = 64m
14 groovyJUnit_maxPermSize=128m
16 groovycMain_mx = 256m
17 groovycTest_mx = 512m
18 groovycExamples_mx = ${groovycMain_mx}