From 50465156950f7785eece6003fda551311b64c850 Mon Sep 17 00:00:00 2001 From: "sungmin82.ha" Date: Fri, 28 Oct 2011 20:26:27 +0900 Subject: [PATCH] [Title]modified for indigo memory leak bug [Type]bug fix [Module]event injector [Priority]major [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7c256c2..cfb4ae3 100755 --- a/build.sh +++ b/build.sh @@ -137,7 +137,7 @@ else fi echo "Execute Product Ant Builder..." -java -jar ${based_eclipse_path}/plugins/$equinox_launcher -application org.eclipse.ant.core.antRunner -buildfile ${based_eclipse_path}/plugins/$pde_build/scripts/productBuild/productBuild.xml -Dbuilder=$build_path 2>&1 +java -jar ${based_eclipse_path}/plugins/$equinox_launcher -application org.eclipse.ant.core.antRunner -buildfile ${based_eclipse_path}/plugins/$pde_build/scripts/productBuild/productBuild.xml -Dbuilder=$build_path -Djunit.jvmarg=-XX:+UseParNewGC 2>&1 if [ $? != 0 ]; then -- 2.7.4