Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-04-16Refactor: remove "internal.provisional" from package names.refactoring_20070416itrimble405-1794/+1793
2007-04-16This commit was manufactured by cvs2svn to create branchrsrinivasan12-146/+0
2007-04-16Fixed some warnings.cbateman3-5/+24
2007-04-16Added comments to public constants to resolve Javadoc warnings.cbateman1-1/+72
2007-04-16Suppress hidden override warning in generated code.cbateman1-1/+9
2007-04-14Fixed warnings; elminated public variables.cbateman3-19/+75
2007-04-14Fixed dependency on discouraged access code.cbateman1-2/+2
2007-04-11Fixed Java5 compile problem (had 'bad' whitespace)cbateman10-10/+10
2007-04-10Move to Java 5.cbateman22-24/+360
2007-04-10Move to Java5cbateman116-137/+528
2007-04-10Move to Java 5.cbateman14-98/+90
2007-04-10Move to Java5.cbateman5-10/+13
2007-04-10Move to Java 5.cbateman4-1/+11
2007-04-10Move to Java 5. Removed some internal code dependency.cbateman6-15/+18
2007-04-10Move to Java 5.cbateman4-8/+11
2007-04-10Move to Java 5.cbateman7-23/+19
2007-04-10Added Java 5 compile/runtime level. Removed some discouraged access code.cbateman7-14/+26
2007-04-10Move to Java 5. Removed catch(Throwable).cbateman6-19/+13
2007-04-09Address a number of TODOs and FIXMEs.cbateman6-18/+15
2007-04-09Increased warning levels and fixed worst problems.cbateman105-524/+649
2007-04-09Fixed accidental compile breakcbateman1-1/+1
2007-04-09Increased warning levels and fixed more severe problems.cbateman81-235/+503
2007-04-09Increased warning levels.cbateman2-0/+80
2007-04-09Increased warning levels. Fixed more serious issues.cbateman31-83/+276
2007-04-09Increased warning level and fixed worst issues.cbateman24-76/+142
2007-04-09Increased warning levels and fixed issues.cbateman47-99/+193
2007-04-09Increased warnings and error level on code and Javadoc compliance.cbateman81-393/+467
2007-04-07Symbol provider for ResourceBundles defined in app config (JSF 1.2 and later).cbateman5-7/+164
2007-04-07Centralized constants.cbateman2-16/+18
2007-04-07Fixed small bug with missing return statement.cbateman1-1/+1
2007-04-07Changed asyncExec call to being off Workbench display instead of Display.getD...cbateman1-2/+2
2007-04-07Added global get for ResourceBundle's (JSF 1.2 and later).cbateman1-0/+21
2007-04-07Added ignore comments to NON-NLS strings.cbateman25-90/+94
2007-04-07Doc correction. No functional change.cbateman1-2/+4
2007-04-07Removed unnecessary else warning.cbateman1-7/+5
2007-04-07Fixed label provider getText(). Previously changed but not marked @generated...cbateman2-6/+6
2007-04-07Removed unused imports.cbateman82-451/+1
2007-04-07Switched using the workbench syncExec instead of the default thread sync exec.cbateman1-6/+6
2007-04-07Centralized common facet constant.cbateman1-1/+2
2007-04-07Patch contibuted by Eric Norman in https://bugs.eclipse.org/bugs/show_bug.cgi...cbateman1-0/+17
2007-04-06Change to break isValidProject into common code.cbateman1-24/+71
2007-04-06Fix to bug where upgrade flag was always being set in status if migration ope...cbateman3-17/+34
2007-04-05Bug# 181279.itrimble1-1/+2
2007-04-04update messagesv20070404gkessler1-3/+3
2007-04-04Adding.cbateman1-0/+48
2007-04-04JSFRegistry upgrade migration user warning logic.cbateman27-139/+1321
2007-04-04Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=180072.cbateman1-18/+13
2007-04-04disable delploy impl if none selected. change validation message to eliminat...gkessler1-1/+5
2007-04-04null checkgkessler1-1/+2
2007-04-02Fix for Facet Install when registry is newgkessler1-14/+22

Back to the top