1. 267ad91 Add execution environment. by itrimble · 17 years ago
  2. cc03ab9 Fix for "166536 [API] Need to cleanup manifests". Resolves conflict from 189250 refactoring. by gkessler · 17 years ago
  3. 4afa35e Fix for 166536 - [API] Need to cleanup manifests by gkessler · 17 years ago
  4. 5dc8b44 Fix for bug #189520. by itrimble · 17 years ago
  5. c381b2d Applying API cleanup patch https://bugs.eclipse.org/bugs/show_bug.cgi?id=189250. by cbateman · 17 years ago
  6. 6920b4a Applying patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=189035. by cbateman · 17 years ago
  7. 64d75d3 https://bugs.eclipse.org/bugs/show_bug.cgi?id=170160 by rsrinivasan · 17 years ago v20070523
  8. 61ff798 Fix for bug #188653. by itrimble · 17 years ago
  9. 99397d8 Fix for bug #187377. by itrimble · 17 years ago
  10. c7330cd Fix for bug #187923. by itrimble · 17 years ago
  11. 4d4bd32 PMC approved patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=188515. by cbateman · 17 years ago
  12. 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
  13. 69d7732 https://bugs.eclipse.org/bugs/show_bug.cgi?id=174731 by rsrinivasan · 17 years ago
  14. 66eeeff 167971 by rsrinivasan · 17 years ago
  15. 30c8076 167971 - Plugin names are not uniform by rsrinivasan · 17 years ago
  16. 42e7a30 Applied patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=187529 by rsrinivasan · 17 years ago
  17. 573302d Add component.xml to the build by rsrinivasan · 17 years ago
  18. a261e82 fix for 182012 by gkessler · 17 years ago
  19. 82a7558 MD Cleanup - not completed by gkessler · 17 years ago v20070516
  20. c87b031 MD Cleanup - handle locating JSP 1.2 and 2.0, plus refactoring of tagliblocator name to tagLibMetaDataLocator by gkessler · 17 years ago
  21. 904bb2c remove some println() statements by gkessler · 17 years ago
  22. 125c39d JSF1.2-Web2.5 fixes by gkessler · 17 years ago
  23. 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
  24. 752b746 Basic enumeration support. by cbateman · 17 years ago
  25. 72924ef Fix for bug #179403. by itrimble · 17 years ago
  26. 6a4e9d6 Partial fix for bug #151752. by itrimble · 17 years ago
  27. c2e0786 Fix for bug #157533. by itrimble · 17 years ago
  28. ef478e1 Fix for bug #186495. by itrimble · 17 years ago
  29. 5417418 MD Cleanup by gkessler · 17 years ago
  30. 4c8110b MD JavaDoc fixes by gkessler · 17 years ago
  31. 245e880 Added component.xml file by rsrinivasan · 17 years ago
  32. af5a39e Fixed Copyright chnages by rsrinivasan · 17 years ago
  33. 2a1ab0f Fixed Copyright changes by rsrinivasan · 17 years ago
  34. ddbc409 Copyright by rsrinivasan · 17 years ago
  35. 977af2e Fixed copyright issues in the project. by rsrinivasan · 17 years ago
  36. 20ae6c5 [184438] NLS33: Translation Question. Removed unused properties by gkessler · 17 years ago
  37. 9632e46 [182983] uncaught exception due to missing metadata file by gkessler · 17 years ago
  38. afefa2e [179881] Validation of boolean attributes allows any string by gkessler · 17 years ago
  39. 2b0f450 [183364] NLS33: Translation question. removed unused properties. by gkessler · 17 years ago
  40. 1475eb8 Fix for bug# 180573. by itrimble · 17 years ago
  41. 3cb042b Fix for bug# 151483. by itrimble · 17 years ago
  42. 6fddeca API cleanup. by itrimble · 17 years ago
  43. fa6b363 Initial checkin for generics support in EL. by cbateman · 17 years ago
  44. 59d77ed Javadoc + core.tests changes for JSF Libs by gkessler · 17 years ago
  45. c13214b API cleanup. by itrimble · 17 years ago
  46. 645ab45 JSF Library Registry/References related changes by gkessler · 17 years ago
  47. aadcd6d API cleanup. by itrimble · 17 years ago
  48. d83eb05 Fix for bug# 180235. by itrimble · 17 years ago v20070502
  49. 1cf8877 First round of changes to support Java 5 generics in EL model objects. by cbateman · 17 years ago
  50. 1c1333c Fixed up incorrect assumption about unbounded types on lists. by cbateman · 17 years ago
  51. eabfb5e Added warning suppression for EMF generated variables that hide variables in enclosing types. by cbateman · 17 years ago
  52. d6ae5c8 Added warning suppression for EMF generated variables that hide variables in enclosing types. by cbateman · 17 years ago
  53. 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
  54. 8ff58cb Fix for bug# 180714. by itrimble · 17 years ago
  55. 5359c66 Fix for bug# 181218. by itrimble · 17 years ago
  56. 9011d5f Update MANIFEST.MF to mark packages x-internal, or mark as having x-friends. by itrimble · 17 years ago
  57. f18d971 [176861] DOMException on Palette Drop by gkessler · 17 years ago
  58. 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
  59. 35c3f04 Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=181643. by cbateman · 17 years ago
  60. 3343b09 Remove plugin warning for org.eclpse.jst.j2ee.web.fileURL ext from jst.jsf.core by gkessler · 17 years ago
  61. 108c644 Ensure all packages are exported. Make necessary packages visible to test plugins. by itrimble · 17 years ago
  62. 29b758d Applying patch for 182411 by rsrinivasan · 17 years ago
  63. e5d0f11 Fix non-code references to "internal.provisional" package names. by itrimble · 17 years ago
  64. 7ecc4d5 Fix non-code references to "internal.provisional" package names. by itrimble · 17 years ago
  65. 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
  66. 3d33b39 Fixed up non-code internal.provisional references. by cbateman · 17 years ago
  67. ccc1a44 Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=182227. by cbateman · 17 years ago
  68. d0bfdb5 [167285] Can only launch pages with ".jsp" extension through FacesServlet by gkessler · 17 years ago
  69. a66173a Fix JUnit failures after package refactoring (2) by gkessler · 17 years ago
  70. ce37865 [182226] Unable to create dynamic web project with JSF facet enabled by gkessler · 17 years ago
  71. 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
  72. 7ca3d7a Fixed missing Javadoc warnings. by cbateman · 17 years ago
  73. 1d23bdf Made some public methods private. Eliminated a dead method. Added Javadoc. by cbateman · 17 years ago
  74. cb1d6f9 Removed dead LoadSingleHelpAction. Cleaned up LoadHelpAction because no longer being sub-classed. by cbateman · 17 years ago
  75. 6982b5f - [181296] Allow user customizations of the pagedesigner palette by gkessler · 17 years ago
  76. 7dafed7 Merge with branch refactor_20070416: remove "internal.provisional" from package names. by itrimble · 17 years ago
  77. 4d49469 Fixed some warnings. by cbateman · 17 years ago
  78. c4c9e18 Added comments to public constants to resolve Javadoc warnings. by cbateman · 17 years ago
  79. 53ed85e Suppress hidden override warning in generated code. by cbateman · 17 years ago
  80. 40bc4fd Fixed warnings; elminated public variables. by cbateman · 17 years ago
  81. 117357f Fixed dependency on discouraged access code. by cbateman · 17 years ago
  82. 694248e Fixed Java5 compile problem (had 'bad' whitespace) by cbateman · 17 years ago
  83. d722b4c Move to Java 5. Fix malformed JavaDocs. by cbateman · 17 years ago
  84. 8b06ba5 Move to Java5 Fix malformed JavaDocs. by cbateman · 17 years ago
  85. 763492c Move to Java 5. Removed some internal deps. Removed a catch(Throwable). by cbateman · 17 years ago
  86. 07fef02 Move to Java5. by cbateman · 17 years ago
  87. 5262b4e Move to Java 5. by cbateman · 17 years ago
  88. 99ded83 Move to Java 5. Removed some internal code dependency. by cbateman · 17 years ago
  89. 4059046 Move to Java 5. by cbateman · 17 years ago
  90. a66ae94 Move to Java 5. Removed some internal code dependency. by cbateman · 17 years ago
  91. 7a3d08b Added Java 5 compile/runtime level. Removed some discouraged access code. by cbateman · 17 years ago
  92. 8ee2b41 Move to Java 5. Removed catch(Throwable). by cbateman · 17 years ago
  93. 028e3ef Address a number of TODOs and FIXMEs. by cbateman · 17 years ago
  94. 21ab0aa Increased warning levels and fixed worst problems. by cbateman · 17 years ago
  95. 2fb8da8 Fixed accidental compile break by cbateman · 17 years ago
  96. 27e56c2 Increased warning levels and fixed more severe problems. by cbateman · 17 years ago
  97. 073bfca Increased warning levels. by cbateman · 17 years ago
  98. 68ed0b3 Increased warning levels. Fixed more serious issues. by cbateman · 17 years ago
  99. 24f4dd3 Increased warning level and fixed worst issues. by cbateman · 17 years ago
  100. 1b2ce59 Increased warning levels and fixed issues. by cbateman · 17 years ago