Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-05-30fixed wrong eclipse release and orbit p2 repositoriesreleases/1.1/1.1.0.20120530-0009milestones/1.1/1.1.0.20120530-0009Igor Fedorenko1-11/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-05-21369932 fixed update project fails to showup in some casesmilestones/1.1/1.1.0.20120523-1730Igor Fedorenko1-19/+18
Due to apparent bug, IWorkspaceRoot.findContainersForLocationURI fails to return expect project in some cases. As a solution, keep path-to-project map in UpdateMavenProjectsDialog and use it to locate projects by paths. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-05-21380096 fixed NPE during project clean in some casesIgor Fedorenko1-0/+5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-05-20343568 MavenDependencies classpath container is empty if some <dependency/> ↵Igor Fedorenko2-3/+8
elements are invalid Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-05-17Bug 356796: Add a Warnings preference page with options to disable warnings ↵Rob Newton7-2/+133
when <GroupId is duplicate of parent groupId> and <Version is duplicate of parent version>. Also mod MarkerLocationServer to respect these new preferences.
2012-05-07378526 show 'Resolve Later' action when necessaryFred Bricon1-2/+6
If there's no Lifecycle mapping error for an item in the Lifecycle mapping page, then we display an empty string so as not to confuse users. The 'Resolve Later' label is only shown when there's an actual mapping error. Signed-off-by: Fred Bricon <fbricon@gmail.com>
2012-05-05366652 Fixed Update Maven Project dialog failure in some casesmilestones/1.1/1.1.0.20120505-1126Antoine DE TROOSTEMBERGH1-6/+23
Update Maven Project dialog failed to show up for projects not stored on standard filesystems. One particular example is IBM Jazz, but the same problem is likely with other team providers. The solution is to use eclipse filesystem api to get project location. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-05-04369791 Fix m2e intro linksFred Bricon3-2/+6
- changed m2e intro link to point to http://www.eclipse.org/m2e/ - New and noteworthy page is disabled, since no page is available under http://www.eclipse.org/m2e/ Signed-off-by: Fred Bricon <fbricon@gmail.com>
2012-05-04376124 made m2e maven runtime bundles non-singletonsIgor Fedorenko1-1/+1
There is no reason to block other versions of m2e runtime bundles to be installed and activated, these bundles are stateless and OSGi framework will link m2e to one compatible version regrdaless. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-05-02373738 maven-compiler-plugin template uses v2.4Fred Bricon1-1/+1
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2012-04-25369742 fixed wrong advertised version of org.jboss.netty bundleIgor Fedorenko1-3/+3
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-04-25369742 updated embedded maven runtime to 3.0.4Igor Fedorenko13-2571/+59
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-03-20371097 return projects generated from an archetypeFred Bricon4-11/+48
A new method List<IProject> createArchetypeProjects(...) has been added to IProjectConfigurationManager. This method returns an unmodifiable list of IProjects generated by the archetype. This new API allows us to correctly add the generated projects to a chosen IWorkingSet in the MavenProjectWizard. void createArchetypeProject(...) from IProjectConfigurationManager is now deprecated. Signed-off-by: Fred Bricon <fbricon@gmail.com>
2012-03-20use tycho 0.14.1milestones/1.1/1.1.0.20120320-0058Igor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-03-20338252 use 3.8 M6 Orbit repo to pick proper slf4j bitsIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-03-15Add null-check on directory when adding resourceFred Bricon1-2/+6
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2012-03-09373738 Update the plugin templates in the XML editorFred Bricon1-13/+20
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2012-02-29337912 : add -Dm2e.discovery.url environment property supportFred Bricon1-2/+4
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2012-02-28370685 fixed resource folders being removed from classpathFred Bricon1-4/+16
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2012-02-18install local p2 metadata for for m2e-maven-runtime bundlesIgor Fedorenko6-0/+45
... this allows execution of m2e-core-tests against locally installed m2e-core and enables other similar scenarios with locally installed m2e. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-02-18338252 pick more recent orbit build for 370147 fixIgor Fedorenko1-2/+5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-02-14371534 removed unnecessary UIJob from MavenPomEditor.disposeIgor Fedorenko3-23/+14
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-02-14371438 fixed codeassist uses wrong parent node in some casesIgor Fedorenko1-1/+3
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-02-13tycho 0.14Igor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-02-13371414 SPDX license name and url cose assistIgor Fedorenko10-6/+713
Introduced new code assist poposal to add SPDX license name and url. The proposal opens SPDX license selection dialog, where the user can search for desired license by name and optionally select parent pom.xml file to add the license information to. For now, the license list is hardcoded in java and matches SPDX license list 1.13 from http://spdx.org/wiki/spdx-license-list-working-version Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-02-08fixed NPE in WindowBuilder design editorIgor Fedorenko1-9/+21
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-02-06Removed stale build.properties entriesIgor Fedorenko1-2/+0
Thanks, Tycho 0.14.0! Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-30338252 made sure logback.slf4j bundle fragment is installedmilestones/1.1/1.1.0.20120130-2016Igor Fedorenko1-1/+5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-30338252 require slf4j 1.6.2, ship slf4j 1.6.4 and logback 1.0.0Igor Fedorenko14-23/+37
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-30359340 introduced 'nature' converter attributeIgor Fedorenko4-42/+32
When converting a project, only consider converters that apply to project's natures. All other converters are ignored, thus avoiding unnecessary bundle activation. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-30359340 : Add API for Eclipse project -> Maven Model conversionFred Bricon13-2/+729
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2012-01-28341038 rename temporary checkout folders outside of workspace rootNicolas Dordet1-2/+2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-25introduced ClasspathHelpers.getClasspathAttribute test helperIgor Fedorenko1-0/+14
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-25369752 fixed stale classpath containers not removed during updateIgor Fedorenko1-12/+0
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-25added missing copyright headerIgor Fedorenko1-0/+11
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-25fixed missing icon for working set UpdateProject actionIgor Fedorenko1-0/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-11368380 refreshLocal of all out-of-sync parent foldersIgor Fedorenko1-10/+24
As a workaround for bug 368376, do refreshLocal(DEPTH_ONE) on all enclosing out-of-sync containers of the resources reported for refresh via BuildContext.refresh API. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-11introduced new ClasspathHelpers common test helperIgor Fedorenko2-1/+108
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-11368333 fixed missing generated sources folders in some casesIgor Fedorenko1-1/+1
Removed now unnecessary logic to de-duplicate IClasspathDescriptor entries. Deduplication did not consider 'stale' entry flag and resulted in existing entries being removed from the classpath. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-11367547 refactored and moved update logic to ProjectConfigurationManagerIgor Fedorenko9-81/+162
Moved project refresh/update/rebuild logic from UI UpdateMavenProjectJob a new method of ProjectConfigurationManager. For now the new method is discouraged, but the plan is to promote it to API. Refactored update project implementation to first refresh all projects, then update configuration of all projects, then to clean all projects. This will ensure that each update step operates on the most up-to-date project information and configuration and should better support cases when update configuration is used to recover from out-of-sync project registry. Removed broken suppot for workspace !autobuilding. The proper support should behave similarly to how Project->Clean... dialog works, i.e. provide UI checkbox to run build job after clean. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-04367547 updated marker message to match new action nameIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-03367690 dispose clipboard objectIgor Fedorenko1-1/+2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-01354505 fixed wrong mavenLaunchParticipant interface nameIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2012-01-01367690 lifecycle mapping project preference pageIgor Fedorenko4-6/+488
Introduced experimental UI to see current project build lifecycle mapping. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-12-26367547 don't force dependency update by default, minor layout tweaksIgor Fedorenko1-9/+9
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-12-26367547 single action to update dependencies, configuration and rebuildIgor Fedorenko14-257/+176
Collapsed "Update Dependencies" and "Update Configuration" actions and corresponding dialogs into sigle "Update Project" action. Added option to execute clean build after the update. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-12-23introduced HttpServer.resetRecordingIgor Fedorenko1-0/+4
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-21Bug 337353 : properly parse active and inactive profiles, used when building ↵Fred Bricon8-25/+64
Maven requests Signed-off-by: Fred Bricon <fbricon@gmail.com>

Back to the top