From c30ebdb14e18906e4ef1be233946669f3459155d Mon Sep 17 00:00:00 2001 From: Fred Bricon Date: Fri, 8 Jun 2012 17:34:11 +0200 Subject: 368230 : new API for Runtime classpath resolution 3rd party plugins can contribute IClassifierClasspathProvider implementations via the new classifierClasspathProvider extension point. These implementations should resolve the appropriate classpath (main or test) for a given classifier during classpath resolution of Launch configurations by the MavenRuntimeClasspathProvider. For instance, for the ejb "client" classifier, a dedicated classifierClasspathProvider extension would make available the EJB project classes to the main classpath, but not its test classes to the test classpath. It's recommended the implementations extend the AbstractClassifierClasspathProvider, as to provide better forward compatibility. Signed-off-by: Fred Bricon --- org.eclipse.m2e.jdt/build.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'org.eclipse.m2e.jdt/build.properties') diff --git a/org.eclipse.m2e.jdt/build.properties b/org.eclipse.m2e.jdt/build.properties index 8bded135..58b393be 100644 --- a/org.eclipse.m2e.jdt/build.properties +++ b/org.eclipse.m2e.jdt/build.properties @@ -14,7 +14,8 @@ bin.includes = META-INF/,\ plugin.properties,\ .,\ about.html,\ - lifecycle-mapping-metadata.xml + lifecycle-mapping-metadata.xml,\ + schema/ jars.compile.order = . source.. = src/ output.. = target/classes/ -- cgit v1.2.3