From 85dd8e212d10a0853d64af6685c834dc9bf7c34d Mon Sep 17 00:00:00 2001 From: "kh5325.kim" Date: Fri, 1 Nov 2013 16:49:05 +0900 Subject: [PATCH] MISC: package version up (2.0.7) Increased heap memory to 256m in build-time. Change-Id: Iff6e12c111225be384ae7fc5d8f7fd7c21c1018d Signed-off-by: kh5325.kim --- package/build.linux | 2 +- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package/build.linux b/package/build.linux index 00b5166..3c30353 100755 --- a/package/build.linux +++ b/package/build.linux @@ -173,7 +173,7 @@ __execute_pde_build() equinox_launcher=`echo org.eclipse.equinox.launcher_*.jar` pde_build=`echo org.eclipse.pde.build_*` - java -jar ${reference_ide_path}/plugins/$equinox_launcher -application org.eclipse.ant.core.antRunner -buildfile ${reference_ide_path}/plugins/$pde_build/scripts/productBuild/productBuild.xml -Dbuilder=$build_path -Dosgi.locking=none 2>&1 + java -Xmx256m -jar ${reference_ide_path}/plugins/$equinox_launcher -application org.eclipse.ant.core.antRunner -buildfile ${reference_ide_path}/plugins/$pde_build/scripts/productBuild/productBuild.xml -Dbuilder=$build_path -Dosgi.locking=none 2>&1 if [ $? != 0 ]; then diff --git a/package/changelog b/package/changelog index a2218f8..1530155 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.0.7 +- Increased heap memory to 256m in package build-time +== kh5325.kim 2013-11-01 * 2.0.6 - remove redundant plugin == jia-cheng.hu 2013-10-04 16:00 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 8119dfc..95a34d5 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.0.6 +Version:2.0.7 Maintainer:hyeongseok heo , gyeongseok seo , jihoon song , changhyun lee , bonyong lee Package:websimulator-eplugin -- 2.7.4