Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2013-11-23 22:25:52 +0000
committerIgor Fedorenko2013-11-23 22:25:52 +0000
commite69dfe4219c7aba15b365c39d32900f1765c71b7 (patch)
tree893eec38355deaef85855452d82935b58f376482 /org.eclipse.m2e.launching/src
parentc908f00258d26e1604bf31e803a23b1230fbb2d6 (diff)
downloadm2e-core-e69dfe4219c7aba15b365c39d32900f1765c71b7.tar.gz
m2e-core-e69dfe4219c7aba15b365c39d32900f1765c71b7.tar.xz
m2e-core-e69dfe4219c7aba15b365c39d32900f1765c71b7.zip
cleanup: removed remnants of maven plugin development support
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.launching/src')
-rw-r--r--org.eclipse.m2e.launching/src/org/eclipse/m2e/internal/launch/MavenRuntimeLaunchSupport.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/org.eclipse.m2e.launching/src/org/eclipse/m2e/internal/launch/MavenRuntimeLaunchSupport.java b/org.eclipse.m2e.launching/src/org/eclipse/m2e/internal/launch/MavenRuntimeLaunchSupport.java
index 546caa2f..2782e976 100644
--- a/org.eclipse.m2e.launching/src/org/eclipse/m2e/internal/launch/MavenRuntimeLaunchSupport.java
+++ b/org.eclipse.m2e.launching/src/org/eclipse/m2e/internal/launch/MavenRuntimeLaunchSupport.java
@@ -189,10 +189,6 @@ public class MavenRuntimeLaunchSupport {
// m2.conf
properties.appendProperty("classworlds.conf", quote(cwconfFile.getAbsolutePath())); //$NON-NLS-1$
- // maven bootclasspath, i.e. classworlds jar.
- // TODO only used by ITs, so consider making optional
- properties.appendProperty("maven.bootclasspath", quote(MavenLaunchUtils.toPath(getBootClasspath())));
-
return properties;
}

Back to the top