Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-12-28new version 1.0.200.20111228-1245releases/1.0/1.0.200.20111228-1245m2e-1.0.xIgor Fedorenko50-51/+51
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-12-23updated target files to match remote repositoriesIgor Fedorenko2-21/+21
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-12-23366839 use the same User-Agent for all HTTP/HTTPS requestsIgor Fedorenko3-9/+22
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-12-23367468 avoid activation on xml file editingIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-12-23version 1.0.200-SNAPSHOTIgor Fedorenko50-51/+51
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-08-04version 1.0.100.20110804-1717releases/1.0/1.0.100.20110804-1717milestones/1.0.100/1.0.100.20110804-1717Igor Fedorenko50-51/+51
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-08-04344592 disovery wizard should show installation failure detailsIgor Fedorenko1-10/+4
When installation fails for one reason or another, discover wizard now shows failure details in a pop-up dialog and also logs the problem to the log. This is consistent with standard p2 discover ui behaviour and is particularly useful for troubleshooting p2 dependency resolution problems. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-08-04Fixing JBIDE-5914snjeza3-60/+71
Signed-off-by: snjeza <snjezana.peco@redhat.com>
2011-08-04Adding logic to AbstractJavaProjectConfigurator to address compiler flag ↵Tim O'Brien1-2/+27
synonyms for source and target
2011-08-03344990 wrong latest/snapshot version filtersIgor Fedorenko1-40/+118
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-08-03343927: Set project file encoding based on project.build.sourceEncoding propertyAnders Hammar1-0/+7
Signed-off-by: Anders Hammar <anders@hammar.net>
2011-08-03344657: folder file encoding reverted when m-compiler-p config removedAnders Hammar1-3/+3
Signed-off-by: Anders Hammar <anders@hammar.net>
2011-08-03fixed wrong/misleading commentIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-08-03353173 removed check for Eclipse version >= 3.4.0Igor Fedorenko1-19/+11
m2e only supports eclipse 3.6 or newer, so check for 3.4 was redundant. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-08-03350443 - Quickfix for lifecycle mapping ignore does not always workIgor Fedorenko2-10/+29
Fixed a problem when quick fix dialog did not appear right after workbench restart, when MavenProject cache was not primed yet. The code now calls getMavenProject(IProgressMonitor), which loads MavenProject instance as necessary. Fixed a problem when quick-fix failed if plugin was using ${prop} version. Unfortunately, the code will still fail if plugin groupId or artifactId are defined using properties, but I to fix that association between elements of effective and original project model is necessary, but Maven does not currently provide it. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-08-01eclipse 3.5.x is not supported, require 3.6 or betterIgor Fedorenko2-4/+4
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-08-01clarified IMavenProjectFacade.getMavenProject() javadocIgor Fedorenko1-2/+3
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-08-01352411 - Dependency Hierarchy doesn't resolve dependencies from workspaceIgor Fedorenko2-9/+38
Use project workspace dependency resolution on/off configuration when calculating dependency hierarchy for main pom.xml files. Workspace dependency resolution is off for all other pom.xml files. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-07-28353312 - @requiresDependencyResolution is not honouredIgor Fedorenko1-0/+28
Remember dependency artifacts of all session projects. Invoke MojoExecutor.ensureDependenciesAreResolved to make sure all projects have expected dependency artifacts. Reset artifacts for all projects back to their original values after executing the mojo Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-07-28use proper progress monitor instanceIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-07-28typo in javadocIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-07-26352471 in xml editor proposals add handling of type and classifier when ↵Milos Kleint1-0/+7
adding dependencies
2011-07-26350161 use readProject instead of execute to get hold of MavenProject instanceMilos Kleint1-1/+1
2011-07-26remove unused methodMilos Kleint1-20/+0
2011-07-21minor api addition to allow creating TextChange instances for refactoring ↵Milos Kleint1-22/+32
that save all the pom files encountered. Fixes problems with partial reload of a project when changes are distributed to multiple pom files.
2011-07-21minor api addition to allow forcing save of files/documents after performing ↵Milos Kleint1-2/+15
operations
2011-07-21352604 keep backward compatible just in caseMilos Kleint1-0/+14
2011-07-20352604 fix AOOBE that caused the dirty state of the editor not to be updated ↵Milos Kleint1-8/+11
in some cases of external change
2011-07-20check for disposed widget before accessing itMilos Kleint1-1/+1
2011-07-20352463 avoid duplicate marker appearanceMilos Kleint1-3/+12
2011-07-20352416 when reading text values from raw xml model, we need to trim the ↵Milos Kleint1-1/+3
value to be on par with maven itself (which also trims values). next to the reported issue of wrong display, this probably fixes many other instances where the value from resolved model was not matched properly against the raw value
2011-07-14350939 make JavaProjectConfigurator more extensibleIgor Fedorenko1-32/+47
Some projects (no names mentioned!) create forked versions of maven-compiler-plugin and need to way to customize compiler plugin groupdId, artifactId and goal names to match their forked version. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-07-14log build participant execution timeIgor Fedorenko1-0/+4
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-07-06351144 note about Maven Console logback supportIgor Fedorenko1-1/+2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-07-06350956 Workspace resolution doesn't find newly opened projectsIgor Fedorenko1-6/+13
This is a regression introduced by performance optimizations done for 342903. MavenBuilder was expected to synchronously update project registry as part of a build when workspace was autobuilding, but workspace does not build project after open events without other changes. Solution is to force background registry refresh for open project events. This degrades performance and/or concurrency in the case when workspace does run build after project open event, but project close/open are relatively rare and overall performance import is not expected to be noticeable. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-07-01350203 skip managed plugins which have the version defined only in the superpomMilos Kleint1-1/+6
2011-06-29got rid of e35 target platform some moreIgor Fedorenko1-5/+0
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-06-29refreshed target platform definition filesIgor Fedorenko3-78/+6
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-06-28350567 discovery to use the maven keyword for filteringMilos Kleint1-0/+1
2011-06-28350271 completion proposals to be escaped for query characters. we want a ↵Milos Kleint1-8/+19
plain match of what is typed in the text field.
2011-06-27350439 button enablement logic is to be run after the button is actually createdMilos Kleint1-1/+4
2011-06-27350136 the current selection processing needs to come first. Both ↵Milos Kleint1-17/+17
addDependency and addPlugin actions that use this method are declared on popup menus where current selection is paramount. The active editor processing is a relict from time we had actions defined in main menu as well.
2011-06-23new tycho-version-bump-plugin versionIgor Fedorenko1-2/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-06-20349156 make filter case insensitiveMilos Kleint1-3/+3
2011-06-20349494 when editing existing dependency, always lookup in pom by the old ↵Milos Kleint1-12/+55
coordinates, not the new ones.
2011-06-17349029 fix wrong provider and bundle namesIgor Fedorenko4-8/+14
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-06-08mapping discovery loggingIgor Fedorenko1-0/+3
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-06-08new version 1.0.100-SNAPSHOTIgor Fedorenko52-52/+52
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-06-08348660 - PreselectedIUInstallWizard does not present license infoIgor Fedorenko1-3/+24
Give license page a chance to do it's thing even if original pre-selection has not changed. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-06-06347948 added non-standard about filesIgor Fedorenko19-5/+2040
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>

Back to the top