diff options
author | Igor Fedorenko | 2011-12-17 05:19:29 +0000 |
---|---|---|
committer | Igor Fedorenko | 2011-12-17 05:37:06 +0000 |
commit | aae3fe1bec26d6792290d8f34b9d7ed001f55b3d (patch) | |
tree | 80e31a82415a93cb3fea63400bddcdac701dd1cf /org.eclipse.m2e.launching/build.properties | |
parent | 7e1e9331ac0d6667fe55f404ba54cf75d1dbe672 (diff) | |
download | m2e-core-aae3fe1bec26d6792290d8f34b9d7ed001f55b3d.tar.gz m2e-core-aae3fe1bec26d6792290d8f34b9d7ed001f55b3d.tar.xz m2e-core-aae3fe1bec26d6792290d8f34b9d7ed001f55b3d.zip |
366998 introduced maven launch configuration extensibility API
org.eclipse.m2e.launching.mavenLaunchParticipants extension point
allows contribution of additional program and vm arguments to Maven
launch command line.
org.eclipse.m2e.launching.sourceLookupParticipants extension point
allows contribution of additional source lookup participants to
Maven launch source lookup.
Additionally, existing org.eclipse.debug.ui.launchConfigurationTabs
extension point can be used to introduce new launch configuration
GUI tabs.
Both mavenLaunchParticipants and sourceLookupParticipants should be
considered as experimental (and are documented as such) and can be
removed or changed without notice.
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.launching/build.properties')
-rw-r--r-- | org.eclipse.m2e.launching/build.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.m2e.launching/build.properties b/org.eclipse.m2e.launching/build.properties index 76e37f3e..a2e0058c 100644 --- a/org.eclipse.m2e.launching/build.properties +++ b/org.eclipse.m2e.launching/build.properties @@ -16,7 +16,8 @@ bin.includes = META-INF/,\ icons/,\ org.eclipse.m2e.cliresolver.jar,\ org.eclipse.m2e.cliresolver30.jar,\ - about.html + about.html,\ + schema/ jars.compile.order = . source.. = src/ output.. = target/classes/ |