Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-01-01 22:53:42 +0000
committerIgor Fedorenko2012-01-01 22:53:42 +0000
commit2e80c6ad26170c79cca2b512566b12e974747b69 (patch)
tree6cbfe47a2aa10636dbeda58256dc71af4c5740cf
parent4ffebc194e702ab9faf91de1549461dc1f63b26b (diff)
downloadm2e-core-2e80c6ad26170c79cca2b512566b12e974747b69.tar.gz
m2e-core-2e80c6ad26170c79cca2b512566b12e974747b69.tar.xz
m2e-core-2e80c6ad26170c79cca2b512566b12e974747b69.zip
354505 fixed wrong mavenLaunchParticipant interface name
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rw-r--r--org.eclipse.m2e.launching/schema/mavenLaunchParticipants.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.launching/schema/mavenLaunchParticipants.exsd b/org.eclipse.m2e.launching/schema/mavenLaunchParticipants.exsd
index 2d3ed579..1cfc9c2d 100644
--- a/org.eclipse.m2e.launching/schema/mavenLaunchParticipants.exsd
+++ b/org.eclipse.m2e.launching/schema/mavenLaunchParticipants.exsd
@@ -55,7 +55,7 @@
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn=":org.eclipse.m2e.internal.launch.IMavenLaunchDelegate"/>
+ <meta.attribute kind="java" basedOn=":org.eclipse.m2e.internal.launch.IMavenLaunchParticipant"/>
</appInfo>
</annotation>
</attribute>

Back to the top