Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-08-01352411 - Dependency Hierarchy doesn't resolve dependencies from workspaceIgor Fedorenko1-2/+9
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-26remove unused methodMilos Kleint1-20/+0
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-04-27NPE sanity checkMilos Kleint1-1/+4
2011-04-26M2e Performance - Pom Editor Leaksnjeza1-25/+41
Signed-off-by: snjeza <snjezana.peco@redhat.com>
2011-04-25clarified non-API status of IMavenConstantsIgor Fedorenko5-5/+5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-24Clarified non-API status of indexer integrationIgor Fedorenko2-2/+2
IndexedArtifact/IndexedArtifactFile do not provide adequate abstraction of repository index entries and appear to be an artificial hybrid of artifact-level and artifact contents-level information. SearchExpression and subclasses appear to "leak" lucene search query syntax to clients. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-19Bug 342768 - Adding a managed dependency in the POM editor adds version to ↵Matthew Piggott1-1/+22
that dependency
2011-04-19Code cleanupMatthew Piggott3-5/+4
2011-04-18EditDependencyDialog - unused codeMatthew Piggott1-2/+2
2011-04-18OverviewPage - removed unused methodMatthew Piggott1-4/+0
2011-04-18Re-added importMatthew Piggott1-0/+1
2011-04-18Removed unused externalized stringsMatthew Piggott2-87/+0
2011-04-18Rename POM Editor preferences to User Interface preferences.Matthew Piggott4-70/+3
2011-04-15Removed many uses of depreciated MavenPlugin.getDefault()Matthew Piggott7-15/+11
2011-04-12Added support for choosing pom in hierarchy to ignore goalMatthew Piggott4-299/+3
2011-04-07Introduced IMavenProjectRegistry to replace MavenProjectManagerIgor Fedorenko8-23/+22
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-04-06Removed unused importsvladt2-2/+0
2011-04-06do not expose internal classes through public MavenPluginIgor Fedorenko2-3/+5
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-03-30341413: Eclipse blocks/hangs if a pom file is saved during a build operationvladt1-12/+7
2011-03-18Cleanupvladt3-9/+0
2011-03-18just sanity safeguard to make the contract of SelectionUtils.getArtifactKey ↵Milos Kleint1-1/+10
work with the new dependencies panel
2011-03-18editor plugin free of emf model, remove the plugin package api (plugins page ↵Milos Kleint5-198/+2
is not around anyway)
2011-03-18changes for testsMilos Kleint1-32/+30
2011-03-18the final step of removing emf pom model from the editorMilos Kleint8-480/+351
2011-03-18refactoring, reuse common codeMilos Kleint1-24/+17
2011-03-18move the updating logic up.Milos Kleint2-56/+37
2011-03-18refactoring, reuse common codeMilos Kleint3-40/+31
2011-03-18339847 have the width calculated initiallyMilos Kleint1-0/+1
2011-03-18remove debugging messagesMilos Kleint1-10/+0
2011-03-18remove unused messagesMilos Kleint2-467/+1
2011-03-18have the overview page not rely on emf model for updates, but rely on the ↵Milos Kleint4-298/+349
sse model update instead. Also only update the page when currently visible (or when it becomes visible) introduce read-only POM operations (read-only not enforced by our code but shall be by the underlying model)
2011-03-09Cleanupvladt3-23/+0
2011-03-09Bug 338870 - Exception after closing editorMatthew Piggott1-0/+12
2011-03-03bug 337565 - Exclude Refactoring IssuesMatthew Piggott2-17/+255
2011-02-28338361 use the NLS helper for user readable stringsIgor Fedorenko3-2/+6
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2011-02-24more cleanupMilos Kleint5-198/+29
2011-02-24the last part of emf->dom edits rewriteMilos Kleint3-87/+11
2011-02-22dep composite to dom editsMilos Kleint2-154/+141
2011-02-22doesn't deserve to be top level classMilos Kleint2-40/+20
2011-02-22properties section updated using DOM editingMilos Kleint2-37/+73
2011-02-22337627 have plugins page removed along with other unused pieces. refactor ↵Milos Kleint9-2176/+231
the overview page to modify the pom file using DOM tree modifications
2011-02-22remove unused codeMilos Kleint6-4174/+0
2011-02-21remove unused codeMilos Kleint5-1279/+0
2011-02-21use constantsMilos Kleint2-14/+14
2011-02-21refactoring, introduce constants for elements, move some methods to PomHelperMilos Kleint2-8/+9
2011-02-18337186 distinguish transitive and direct dependenciesMilos Kleint1-3/+7
2011-02-17Removed unused imports... againvladt2-10/+0

Back to the top