Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-12-18added ''includes Incubating components'' disclaimermilestones/1.5/1.5.0.20131218-1208Igor Fedorenko2-2/+2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-12-17Bump m-ear-p template version to 2.9Fred Bricon1-1/+1
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-12-11391021 : Use 'Check out' as a verbFred Bricon2-7/+7
Bug 391021 Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-12-09422008 honour preselected working set during project importIgor Fedorenko2-0/+24
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-11-29422667 : fix issue with OOD nested projects not being selectedFred Bricon1-3/+3
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-11-28Fix equals() comparing different types in ↵Fred Bricon1-1/+1
MavenBuilder.addErrorMarker(IProject, Exception) Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-11-28Fix infinite recursive loop in FilteredIndex.identify(File)Fred Bricon1-1/+1
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-11-27368722 : set -DskipTests when skipping testsFred Bricon1-1/+1
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-11-27422667 : easily select out-of-date projectsFred Bricon5-8/+147
* The projects requiring their configuration to be updated have their icon decorated with a 'dirty' overlay (stolen from egit) * An "Add out-of-date" button adds all out-of-date (OOD) projects to the selection * If an OOD project has not been selected, a warning is shown underneath the selection table with a link equivalent to "Add out-of-date". Warning text and "Add out-of-date" button tooltip show a count of unselected OOD projects Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-11-26Fix malformed about.html filesFred Bricon3-13/+14
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-11-26422570 fixed Update Projects does not update selected projectsIgor Fedorenko1-0/+3
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-11-25fixed NPE in MavenLaunchDelegate introduced in 2eeb2eIgor Fedorenko1-3/+3
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-11-23made maven launch logic easier to reuseIgor Fedorenko2-53/+113
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-11-23cleanupIgor Fedorenko1-1/+0
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-11-23cleanup: removed remnants of maven plugin development supportIgor Fedorenko2-27/+0
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-11-20cleanupIgor Fedorenko1-2/+0
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-11-20422135 fixed inconsistent maven plugin embedded lifecycle mappingIgor Fedorenko1-0/+6
Disable workspace dependency resolution when resolving lifecycle mapping metadata embedded in maven plugins. This ensures that the same external jar is used during workspace build and as lifecycle mapping metadata source. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-11-20422106 fixed NPE due to inconsistent plexus util classesIgor Fedorenko1-0/+1
Older version of DirectoryScanner was used with newer version of AbstractScanner, which resulted in not all AbstractScanner initialized properly. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-11-06421135 : Update maven-war-plugin template to 2.4milestones/1.5/1.5.0.20131109-1633Fred Bricon1-1/+1
Bug 421135 Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-11-05420848 - maven-compiler-plugin source/target 1.8 not recognizedDaniel Dietrich1-2/+8
The jdt component of m2e v1.4 does not import java 1.8 projects correctly into eclipse. Instead of setting the compiler compliance level to java 1.8, java 1.4 is used. This patch fixes this issue by adding JavaSE-1.8 to the list of known java runtime environments and adding java 1.8 (respectively java 8) to the list of known source/target compliance levels. This contribution complies with http://www.eclipse.org/legal/CoO.php Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=420848 Signed-off-by: Daniel Dietrich <daniel.dietrich@gmx.net>
2013-11-04421015 fixed workspace runtime missing libraries in some casesIgor Fedorenko1-0/+27
Added code to handle custom library classpath entries to workspace maven runtime. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-15okhttp-connector 0.0.9 for proper download restart supportIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-15fixed NPE in import wizard when location is hiddenIgor Fedorenko1-2/+2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-14408042 fixed nested project import working set selectionIgor Fedorenko5-56/+91
... some more WorkingSets consolidation. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-11417466 AssignWorkingSetDialog usability improvementsIgor Fedorenko9-118/+200
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-11changed NestedProjectsComposite to work better with windowbuilderIgor Fedorenko1-6/+13
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-09removed stale README fileIgor Fedorenko1-8/+0
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-09use Eclipse-BundleShape dir for maven runtime and component bundlesIgor Fedorenko1-0/+5
maven runtime and component bundles embed jars and it is slightly more efficient, both in terms of space and time, to unzip them during installation. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-09use new tycho and maven-bundle-plugin versionsIgor Fedorenko1-2/+2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-09418790 slf4j implementation for run-as mavenIgor Fedorenko9-2/+138
Maven 3.1.1 uses SLF4J for all logging and there is absolutely no build progress feedback unless if no configure SLF4J implementation is available on classpath. This commit adds slf4j-simple and corresponding configuration that match what is used by Maven on command line. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-07418801 : restore import project to existing working setFred Bricon1-5/+35
The feature is partially restored in that it can only add the imported projects to one workingset, instead of several previously. But I thing it's a fair compromise. Bug 418801 Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-10-07416882 fixed MavenRuntimeManagerTest.testExternalRuntime failureIgor Fedorenko1-0/+2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-06418776 included tesla concurrent local repository implementationIgor Fedorenko1-1/+9
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-06418263 Replaced netty/ahc with okhttpJason van Zyl29-1009/+368
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-06416882 updated m2e maven runtime to maven 3.1.1Jason van Zyl33-514/+236
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-02408042 editable working set name, other fixesmilestones/1.5/1.5.0.20131002-0330Igor Fedorenko3-29/+42
Import working set name is now Text control and can be changed by the user. Create working set is automatically enabled when importing single multi-module project and disabled in other cases. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-10-01416866 : _smarter_ selection of IProjectsFred Bricon1-8/+19
Bug 416866 Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-09-30409732 : Split lifecycle mapping analysis from project importFred Bricon25-1035/+1164
The Lifecycle Mapping analysis is now only run after projects are imported, making selection of projects to import much much faster (< 1 sec vs 1-2 min for the wildfly codebase and its 130 projects) After import, lifecycle mapping error markers are collected on imported projects and the discovery service is invoked to find proposals fixing these errors. Caveats : - no proposals are shown anymore in case projects import without errors, making discovery of new/other applicable connectors less obvious. As part of the refactoring the following notable architectural changes were performed : - LM Analysis and Discovery proposals UI are moved to a dedicated Wizard. - LifecycleMappingConfiguration was deprecated in favor of LifecycleMappingDiscoveryRequest -Lifecycle Mapping discovery is now based on a collection of ILifecycleMappingRequirement Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-09-30Minimize Lifecycle Mapping parsing during discoveryFred Bricon3-8/+54
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-09-30387384 Removed workaround for Tycho bug 354221Igor Fedorenko1-30/+13
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-09-29418280 fixed tesla external runtime version detectionIgor Fedorenko1-3/+8
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-09-29418279 fixed maven 3.1.x launcher class detectionIgor Fedorenko1-1/+1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-09-24408042 removed advanced add-to-working-set import optionsIgor Fedorenko1-6/+0
Advanced add-to-working-set options are now redundant. Most users will want to create single project-specific working set, which is now possible with single checkmark. For the few users who want most elaborate working set organization, there is 'add-to-working-set' dialog now. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-09-24408042 Automatically create a new working set based on root project name on ↵Andrew Eisenberg4-4/+65
maven project import. 1. place new checkbox below existing working set creation area so as to make the two buttons look connected 2. Update label on new button with working set name when a new root project is selected. See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=408042#c7 Signed-off-by: Igor Fedorenko <igor@ifedorenko.com> Signed-off-by: Andrew Eisenberg <andrew@eisenberg.as>
2013-09-18417466 (re)create working sets action and dialogIgor Fedorenko7-39/+299
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-09-18fixed NestedProjectsComposite de/select subtree implIgor Fedorenko1-0/+2
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-09-18refactor: moved WorkingSetGroup composite to components packageIgor Fedorenko4-2/+5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-09-18refactor: extracted nested project tree into reusable compositeIgor Fedorenko3-331/+371
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-09-17416050 : check project accessibilityFred Bricon1-1/+1
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2013-09-17Fix progress task name during download startFred Bricon1-3/+3
Signed-off-by: Fred Bricon <fbricon@gmail.com>

Back to the top