1. 4cbddc2 Removed unnecessary SuppressWarnings. by cbateman · 17 years ago
  2. bec1579 Added a deprecation suppress warnings. by cbateman · 17 years ago
  3. 5b3c897 Use non-deprecated IMPLEMENTATION_TYPE enum by gkessler · 17 years ago
  4. 959b235 Fix to make testGetJSFImplementationLibraries independent of what other JSF lib-affecting test cases have been run before it. by cbateman · 17 years ago
  5. 6cc2407 [188934] - [API] review and cleanup JSF Lib Configuration provisional APIs by gkessler · 17 years ago
  6. 7aba4b4 Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=203145. Changes the way the JSPModelProcessor works so that it triggers off of IResource changes rather than IStructuredModel events. This has the benefit that the IStructuredModel doesn't need to be held open for long periods and can quickly release resources. LifecycleListener has been changed to support listening for events on multiple resources so that only one listener is needed for all resources watched by JSPModelProcessors. by cbateman · 17 years ago
  7. 2ec754a PMC approved patch2 for https://bugs.eclipse.org/bugs/show_bug.cgi?id=199480. by cbateman · 17 years ago
  8. 1873bd4 Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=199480. by cbateman · 17 years ago
  9. 7821600 Added an @suppresswarnings for unchecked generics. by cbateman · 17 years ago
  10. 495f6b9 Fixed some compile warnings. by cbateman · 17 years ago
  11. ee6e1d8 Added unchecked warning suppression. by cbateman · 17 years ago
  12. 8f198c6 Fixed unchecked generic warning. by cbateman · 17 years ago
  13. 92b32eb Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=199295. by cbateman · 17 years ago
  14. c1b11a0 Partial fix for critical part of https://bugs.eclipse.org/bugs/show_bug.cgi?id=197506. by cbateman · 17 years ago
  15. 6b1e88f Fix forhttps://bugs.eclipse.org/bugs/show_bug.cgi?id=195867. by cbateman · 17 years ago
  16. 82c174b JUnits for coverage in MD and JSF Lib Reg areas. by gkessler · 17 years ago
  17. 6626acc code coverage JUnits for jsf.core by gkessler · 17 years ago
  18. 410d813 Fixed line termination problem be changing absolute offset of view. by cbateman · 17 years ago
  19. 705693e General test coverage improvement for frameworks and API. by cbateman · 18 years ago
  20. 4d3d221 Test coverage for wildcard capture. by cbateman · 18 years ago
  21. 092afbe Applying pmc_approved patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=179868. by cbateman · 18 years ago
  22. e14971a Applied patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=187529 by rsrinivasan · 18 years ago
  23. 7f21967 Fixed copyright issues in the project. by rsrinivasan · 18 years ago
  24. db92dd7 Initial checkin for generics support in EL. by cbateman · 18 years ago
  25. 6de246e Javadoc + core.tests changes for JSF Libs by gkessler · 18 years ago
  26. 19d8da7 JSF Library Registry/References related changes by gkessler · 18 years ago
  27. e560124 First round of changes to support Java 5 generics in EL model objects. by cbateman · 18 years ago
  28. ec053d9 Disabled setInternetProxy for now and added a disable on validation. by cbateman · 18 years ago
  29. 32523ff Temporarily removed the jar test. by cbateman · 18 years ago
  30. cb2f48d Modified ProjectTestEnvironment.createProject to take a boolean flag that determines how it behaves if the project to be created already exists. by cbateman · 18 years ago
  31. 99b4052 Fixed up test case so it uses the original bug case in the jars. by cbateman · 18 years ago
  32. 254793e Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=181643. by cbateman · 18 years ago
  33. 3ef461d Merge with branch refactor_20070416: remove "internal.provisional" from package names. by itrimble · 18 years ago
  34. fbbd02e Fixed Java5 compile problem (had 'bad' whitespace) by cbateman · 18 years ago
  35. 86acfd5 Move to Java 5. Removed an exception suppression. by cbateman · 18 years ago
  36. 6fe1bc8 Centralized constants. by cbateman · 18 years ago
  37. f058dc9 Added migration test to test suite. Also added tearDown so it restores the workspace. by cbateman · 18 years ago
  38. 1493e1e Added unit tests for v1 to v2 JSF library migration. by cbateman · 18 years ago
  39. 9e85e78 Removed unused imports. by cbateman · 18 years ago
  40. bea82b6 Fix for failing JUnit test: testGetDefaultPropertyString() by gkessler · 18 years ago
  41. 99704db [142056] JSF library referenced in a web project does not act as true reference by gkessler · 18 years ago
  42. 6141af4 Added version support to faceted test environment. by cbateman · 18 years ago
  43. 419bd33 Simple testing for sets and tagmatcher. by cbateman · 18 years ago
  44. c3aa509 Enabled 1.2 facet and project creation. Added basic faces-config model validator. by cbateman · 18 years ago
  45. d720955 Added basic EL symbols and validation support for arrays and lists. Unit test coverage included. by cbateman · 18 years ago
  46. 919c34d Plugin refactoring to: by cbateman · 18 years ago
  47. 1a5059f Some code cleanup. by cbateman · 18 years ago
  48. b37d497 Code warnings cleanup. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=163125. by cbateman · 18 years ago
  49. b406b13 Add new test cases and test case classes regarding jsflibraryconfig by justinchen · 18 years ago
  50. d0887a9 Add new test cases for jsflibraryConfig. Remove obsolete test cases. by justinchen · 18 years ago
  51. 1ce8b5c Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=149730. by cbateman · 18 years ago
  52. 73b5815 Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=149930 -- none scope now resolved for bean symbols. by cbateman · 18 years ago
  53. 880ffd9 JUnit tests for the new bean introspection utility classes. by cbateman · 19 years ago
  54. 01a4f7c Fix copyright, add about.html, and update build.properties. by justinchen · 19 years ago
  55. 557044b Add test cases for jsflibraryconfig package. by justinchen · 19 years ago
  56. c77e615 Initial check in. by justinchen · 19 years ago
  57. d67fb1a Patched on behalf of Cameron Bateman for bug 145900. by justinchen · 19 years ago
  58. 79412d1 Checkin of Cam's June2 Checkpoint (https://bugs.eclipse.org/bugs/show_bug.cgi?id=145158) by gkessler · 19 years ago
  59. c97758f Patched for Cameron Bateman. by justinchen · 19 years ago
  60. 488258a Initial checkin after module renamed. by justinchen · 19 years ago v20060503