Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-12-09Bug 553880: Migrate license to EPL v2.0Fred Bricon1-2/+3
Change-Id: I03478938ed8ffcb3f6f5405c32ea61f7c6b8dbf0 Signed-off-by: Fred Bricon <fbricon@gmail.com>
2018-03-25Bug 512653 : fix Javadoc spellingFred Bricon1-4/+4
Change-Id: I427e32fb1105c5a254280fbd2847741cb823d5ad Signed-off-by: Fred Bricon <fbricon@gmail.com>
2016-09-09501179 : Follow naming conventions in Java Element Filters dialogFred Bricon1-2/+0
Change-Id: I27cca3f56cd8a9f57730a840b8c75dd644ecd3af Signed-off-by: Fred Bricon <fbricon@gmail.com>
2014-01-17424096: Split org.eclipse.m2e.jdt bundle into core and ui.Miles Parker1-12/+0
Change-Id: I3595ad06244f3294b8a787db9f59567b0dbb856c Signed-off-by: Miles Parker <milesparker@gmail.com>
2013-01-16368230 : new API for Runtime classpath resolutionFred Bricon1-1/+3
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 <fbricon@gmail.com>
2012-01-30359340 : Add API for Eclipse project -> Maven Model conversionFred Bricon1-1/+2
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2011-04-27343831 mnemonics added for maven menu itemsMilos Kleint1-3/+3
2011-02-09moved rest of scm code to m2e.scm bundleIgor Fedorenko1-1/+0
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-01-17MNGECLIPSE-2707 comment out the m2menu extension impls, add declarative ↵Milos Kleint1-1/+7
bindings for dependencies -> ArtifactKey
2011-01-17MNGECLIPSE-2707 i18nMilos Kleint1-0/+2
2011-01-14Update vendor namePascal Rapicault1-1/+1
2010-12-06Initial commit at EclipsePascal Rapicault1-0/+26

    Back to the top