From b0b34823cbc17dd8710124c640930f094eeac8ce Mon Sep 17 00:00:00 2001 From: Mickael Istria Date: Tue, 21 May 2019 18:18:42 +0200 Subject: Bug 474156 - Move execution config in execution block This prevents the specific configuration of the antRunner step to leak in other potential invocations of tycho-eclipserun-plugin Change-Id: I84e8c9c850baf7897a3a2f5dfbeae63058c963f6 Signed-off-by: Mickael Istria --- eclipse-platform-parent/pom.xml | 80 ++++++++++++++++++++--------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index e0c270d88..66a932e93 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -897,52 +897,52 @@ org.eclipse.tycho.extras tycho-eclipserun-plugin - - - -data target/apibuild-workspace -application org.eclipse.ant.core.antRunner -buildfile - target/.apibuild.xml - - - - org.eclipse.ant.core - eclipse-plugin - - - org.apache.ant - eclipse-plugin - - - org.eclipse.pde.api.tools - eclipse-plugin - - - org.eclipse.pde.build - eclipse-plugin - - - org.eclipse.pde.core - eclipse-plugin - - - org.eclipse.equinox.launcher - eclipse-plugin - - - org.eclipse.osgi.compatibility.state - eclipse-plugin - - - javax.annotation - eclipse-plugin - - - eclipse-run compile + + + -data target/apibuild-workspace -application org.eclipse.ant.core.antRunner -buildfile + target/.apibuild.xml + + + + org.eclipse.ant.core + eclipse-plugin + + + org.apache.ant + eclipse-plugin + + + org.eclipse.pde.api.tools + eclipse-plugin + + + org.eclipse.pde.build + eclipse-plugin + + + org.eclipse.pde.core + eclipse-plugin + + + org.eclipse.equinox.launcher + eclipse-plugin + + + org.eclipse.osgi.compatibility.state + eclipse-plugin + + + javax.annotation + eclipse-plugin + + + -- cgit v1.2.3