Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-02-23 18:02:19 +0000
committerIgor Fedorenko2011-02-23 18:11:51 +0000
commit4a3ba6acf496dda6d16b53a69b72de35a6c62a95 (patch)
treee91df5a09ade413957a010d34c2513c4cf3c7d01 /org.eclipse.m2e.jdt/plugin.xml
parent02e8c75779abfc23c664f77d8e3e600ced9d5ba9 (diff)
downloadm2e-core-4a3ba6acf496dda6d16b53a69b72de35a6c62a95.tar.gz
m2e-core-4a3ba6acf496dda6d16b53a69b72de35a6c62a95.tar.xz
m2e-core-4a3ba6acf496dda6d16b53a69b72de35a6c62a95.zip
335701 discover required m2e extensions during project import
Introduced ability to see project lifecycle mapping configuration as part of import wizard and to check m2e marketplace for extensions that provide support for non-covered mojo executions and unsupported packaging types. This is a proof-of-concept implemenation. UI is completely throw-away code. Backend requires significact work as well. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.jdt/plugin.xml')
-rw-r--r--org.eclipse.m2e.jdt/plugin.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/org.eclipse.m2e.jdt/plugin.xml b/org.eclipse.m2e.jdt/plugin.xml
index 7655aaa6..200dd927 100644
--- a/org.eclipse.m2e.jdt/plugin.xml
+++ b/org.eclipse.m2e.jdt/plugin.xml
@@ -490,13 +490,6 @@
</objectContribution>
</extension>
<extension
- point="org.eclipse.m2e.core.ui.lifecycleMappingPropertyPage">
- <lifecycleMappingPropertyPage
- class="org.eclipse.m2e.core.ui.internal.preferences.CustomizableLifecycleMappingPropertyPage"
- lifecycleMappingId="jar">
- </lifecycleMappingPropertyPage>
- </extension>
- <extension
point="org.eclipse.m2e.core.lifecycleMappingMetadataSource">
</extension>

Back to the top