From a9f6a18e49ffce5d14f0327eca7b8691c6bc2ddf Mon Sep 17 00:00:00 2001 From: Ben Konrath Date: Thu, 2 Nov 2006 02:06:36 +0000 Subject: [PATCH] use java -cp startup.jar for file initializer build --- eclipse.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eclipse.spec b/eclipse.spec index 8627622..192ac23 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -912,7 +912,8 @@ homedir=$(cd home && pwd) echo "" > build/assemble.org.eclipse.equinox.initializer.all.xml echo "" > build/package.org.eclipse.equinox.initializer.all.xml -$SDK/eclipse \ +java -cp $SDK/startup.jar \ + org.eclipse.core.launcher.Main \ -Duser.home=$homedir \ -application org.eclipse.ant.core.antRunner \ -Dtype=plugin \ @@ -923,7 +924,8 @@ $SDK/eclipse \ -f $SDK/plugins/org.eclipse.pde.build_$PDEPLUGINVERSION/scripts/build.xml pushd build/plugins/org.eclipse.equinox.initializer -$SDK/eclipse \ +java -cp $SDK/startup.jar \ + org.eclipse.core.launcher.Main \ -Duser.home=$homedir \ -application org.eclipse.ant.core.antRunner \ -f build.xml build.update.jar