1. 61ff798 Fix for bug #188653. by itrimble · 17 years ago
  2. 99397d8 Fix for bug #187377. by itrimble · 17 years ago
  3. c7330cd Fix for bug #187923. by itrimble · 17 years ago
  4. 4d4bd32 PMC approved patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=188515. by cbateman · 17 years ago
  5. 14d98fa Apply patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=184744. Also fixed missing Javadoc warnings (no code change). by cbateman · 17 years ago
  6. 69d7732 https://bugs.eclipse.org/bugs/show_bug.cgi?id=174731 by rsrinivasan · 17 years ago
  7. 66eeeff 167971 by rsrinivasan · 17 years ago
  8. 30c8076 167971 - Plugin names are not uniform by rsrinivasan · 17 years ago
  9. 42e7a30 Applied patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=187529 by rsrinivasan · 17 years ago
  10. 573302d Add component.xml to the build by rsrinivasan · 17 years ago
  11. a261e82 fix for 182012 by gkessler · 17 years ago
  12. 82a7558 MD Cleanup - not completed by gkessler · 17 years ago v20070516
  13. c87b031 MD Cleanup - handle locating JSP 1.2 and 2.0, plus refactoring of tagliblocator name to tagLibMetaDataLocator by gkessler · 17 years ago
  14. 904bb2c remove some println() statements by gkessler · 17 years ago
  15. 125c39d JSF1.2-Web2.5 fixes by gkessler · 17 years ago
  16. 81457d5 Patch https://bugs.eclipse.org/bugs/attachment.cgi?id=64528 from https://bugs.eclipse.org/bugs/show_bug.cgi?id=163890. by cbateman · 17 years ago
  17. 752b746 Basic enumeration support. by cbateman · 17 years ago
  18. 72924ef Fix for bug #179403. by itrimble · 17 years ago
  19. 6a4e9d6 Partial fix for bug #151752. by itrimble · 17 years ago
  20. c2e0786 Fix for bug #157533. by itrimble · 17 years ago
  21. ef478e1 Fix for bug #186495. by itrimble · 17 years ago
  22. 5417418 MD Cleanup by gkessler · 17 years ago
  23. 4c8110b MD JavaDoc fixes by gkessler · 17 years ago
  24. 245e880 Added component.xml file by rsrinivasan · 17 years ago
  25. af5a39e Fixed Copyright chnages by rsrinivasan · 17 years ago
  26. 2a1ab0f Fixed Copyright changes by rsrinivasan · 17 years ago
  27. ddbc409 Copyright by rsrinivasan · 17 years ago
  28. 977af2e Fixed copyright issues in the project. by rsrinivasan · 17 years ago
  29. 20ae6c5 [184438] NLS33: Translation Question. Removed unused properties by gkessler · 17 years ago
  30. 9632e46 [182983] uncaught exception due to missing metadata file by gkessler · 17 years ago
  31. afefa2e [179881] Validation of boolean attributes allows any string by gkessler · 17 years ago
  32. 2b0f450 [183364] NLS33: Translation question. removed unused properties. by gkessler · 17 years ago
  33. 1475eb8 Fix for bug# 180573. by itrimble · 17 years ago
  34. 3cb042b Fix for bug# 151483. by itrimble · 17 years ago
  35. 6fddeca API cleanup. by itrimble · 17 years ago
  36. fa6b363 Initial checkin for generics support in EL. by cbateman · 17 years ago
  37. 59d77ed Javadoc + core.tests changes for JSF Libs by gkessler · 17 years ago
  38. c13214b API cleanup. by itrimble · 17 years ago
  39. 645ab45 JSF Library Registry/References related changes by gkessler · 17 years ago
  40. aadcd6d API cleanup. by itrimble · 17 years ago
  41. d83eb05 Fix for bug# 180235. by itrimble · 17 years ago v20070502
  42. 1cf8877 First round of changes to support Java 5 generics in EL model objects. by cbateman · 17 years ago
  43. 1c1333c Fixed up incorrect assumption about unbounded types on lists. by cbateman · 17 years ago
  44. eabfb5e Added warning suppression for EMF generated variables that hide variables in enclosing types. by cbateman · 17 years ago
  45. d6ae5c8 Added warning suppression for EMF generated variables that hide variables in enclosing types. by cbateman · 17 years ago
  46. 8a136c3 Reduced the occurrence of the "Resource tree locked" info log message by sorrounding the offending call with a conditional check to see if the resource tree is locked. by cbateman · 17 years ago
  47. 8ff58cb Fix for bug# 180714. by itrimble · 17 years ago
  48. 5359c66 Fix for bug# 181218. by itrimble · 17 years ago
  49. 9011d5f Update MANIFEST.MF to mark packages x-internal, or mark as having x-friends. by itrimble · 17 years ago
  50. f18d971 [176861] DOMException on Palette Drop by gkessler · 17 years ago
  51. 8ba2c14 Fixed something I broke previously. I had narrowed the listener scope on the JAR change listener so that it would ensure that the listener's project was still open. I thought that would solve a problem where the locater doesn't unregister itself when a project is closed or deleted or closed (still a problem). This caused a new problem where we were missing events. Instaed I patched JSFAppConfigUtils so it checks a project's accessibility before accesssing it. This is a short term fix. by cbateman · 17 years ago
  52. 35c3f04 Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=181643. by cbateman · 17 years ago
  53. 3343b09 Remove plugin warning for org.eclpse.jst.j2ee.web.fileURL ext from jst.jsf.core by gkessler · 17 years ago
  54. 108c644 Ensure all packages are exported. Make necessary packages visible to test plugins. by itrimble · 17 years ago
  55. 29b758d Applying patch for 182411 by rsrinivasan · 17 years ago
  56. e5d0f11 Fix non-code references to "internal.provisional" package names. by itrimble · 17 years ago
  57. 7ecc4d5 Fix non-code references to "internal.provisional" package names. by itrimble · 17 years ago
  58. 1c755f7 Added check that projects are accessible before trying to read properties. If not accessible, the call will throw an unnecessary exception. by cbateman · 17 years ago
  59. 3d33b39 Fixed up non-code internal.provisional references. by cbateman · 17 years ago
  60. ccc1a44 Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=182227. by cbateman · 17 years ago
  61. d0bfdb5 [167285] Can only launch pages with ".jsp" extension through FacesServlet by gkessler · 17 years ago
  62. a66173a Fix JUnit failures after package refactoring (2) by gkessler · 17 years ago
  63. ce37865 [182226] Unable to create dynamic web project with JSF facet enabled by gkessler · 17 years ago
  64. 9b4ce3f Final fix for JSF Library Registry migration issue. Instead of a blanket startup dialog, the user is only prompted when affecting the backward compatibility of individual projects. by cbateman · 17 years ago
  65. 7ca3d7a Fixed missing Javadoc warnings. by cbateman · 17 years ago
  66. 1d23bdf Made some public methods private. Eliminated a dead method. Added Javadoc. by cbateman · 17 years ago
  67. cb1d6f9 Removed dead LoadSingleHelpAction. Cleaned up LoadHelpAction because no longer being sub-classed. by cbateman · 17 years ago
  68. 6982b5f - [181296] Allow user customizations of the pagedesigner palette by gkessler · 17 years ago
  69. 7dafed7 Merge with branch refactor_20070416: remove "internal.provisional" from package names. by itrimble · 17 years ago
  70. 4d49469 Fixed some warnings. by cbateman · 17 years ago
  71. c4c9e18 Added comments to public constants to resolve Javadoc warnings. by cbateman · 17 years ago
  72. 53ed85e Suppress hidden override warning in generated code. by cbateman · 17 years ago
  73. 40bc4fd Fixed warnings; elminated public variables. by cbateman · 17 years ago
  74. 117357f Fixed dependency on discouraged access code. by cbateman · 17 years ago
  75. 694248e Fixed Java5 compile problem (had 'bad' whitespace) by cbateman · 17 years ago
  76. d722b4c Move to Java 5. Fix malformed JavaDocs. by cbateman · 17 years ago
  77. 8b06ba5 Move to Java5 Fix malformed JavaDocs. by cbateman · 17 years ago
  78. 763492c Move to Java 5. Removed some internal deps. Removed a catch(Throwable). by cbateman · 17 years ago
  79. 07fef02 Move to Java5. by cbateman · 17 years ago
  80. 5262b4e Move to Java 5. by cbateman · 17 years ago
  81. 99ded83 Move to Java 5. Removed some internal code dependency. by cbateman · 17 years ago
  82. 4059046 Move to Java 5. by cbateman · 17 years ago
  83. a66ae94 Move to Java 5. Removed some internal code dependency. by cbateman · 17 years ago
  84. 7a3d08b Added Java 5 compile/runtime level. Removed some discouraged access code. by cbateman · 17 years ago
  85. 8ee2b41 Move to Java 5. Removed catch(Throwable). by cbateman · 17 years ago
  86. 028e3ef Address a number of TODOs and FIXMEs. by cbateman · 17 years ago
  87. 21ab0aa Increased warning levels and fixed worst problems. by cbateman · 17 years ago
  88. 2fb8da8 Fixed accidental compile break by cbateman · 17 years ago
  89. 27e56c2 Increased warning levels and fixed more severe problems. by cbateman · 17 years ago
  90. 073bfca Increased warning levels. by cbateman · 17 years ago
  91. 68ed0b3 Increased warning levels. Fixed more serious issues. by cbateman · 17 years ago
  92. 24f4dd3 Increased warning level and fixed worst issues. by cbateman · 17 years ago
  93. 1b2ce59 Increased warning levels and fixed issues. by cbateman · 17 years ago
  94. 75387c4 Increased warnings and error level on code and Javadoc compliance. by cbateman · 17 years ago
  95. e5542ce Symbol provider for ResourceBundles defined in app config (JSF 1.2 and later). by cbateman · 17 years ago
  96. 8430f55 Centralized constants. by cbateman · 17 years ago
  97. e5b6616 Fixed small bug with missing return statement. by cbateman · 17 years ago
  98. 5f8e4af Changed asyncExec call to being off Workbench display instead of Display.getDefault by cbateman · 17 years ago
  99. d32580c Added global get for ResourceBundle's (JSF 1.2 and later). by cbateman · 17 years ago
  100. 807206d Added ignore comments to NON-NLS strings. by cbateman · 17 years ago