1. b5d0563 [129531] Need to spec 'internals', 'friends', and "organize manifests". by david_williams · 19 years ago
  2. 91e8406 re-exporting deprecated provisional.text packages by pavery · 19 years ago
  3. 2d9d1bb Fix for XSD test failure ImportInvalidLocation with IBM JRE. by lmandel · 19 years ago
  4. 7ff6bd2 replacing and deprecating partition types (to be removed 1.5) by pavery · 19 years ago
  5. a8bf06a [111674] [format] Preserving space during XML format for selected elements by david_williams · 19 years ago
  6. b0f98c5 making SSE partition types public API (out of provisional state). Updated manifests to 1.1.0.qualifier, updated exported packages. by pavery · 19 years ago
  7. ca7158d [127388] remove deprecated getPluginDescriptor methods by david_williams · 19 years ago
  8. c4710bb [126595] add temp work around to stash away the meta name of SearchMatch by csalter · 19 years ago
  9. 3586a47 [126595] Add search option to common search framework by csalter · 19 years ago
  10. e828c09 [126462] setBatch() not refreshing XML model. by david_williams · 19 years ago
  11. edabf97 [125668] fix up some ugly participant initialization bugs by csalter · 19 years ago
  12. 118f00b [125668] remove debug println statements by csalter · 19 years ago
  13. 14c68ea [125668] changes to support wildcard searches by csalter · 19 years ago
  14. fe0f361 [106087] new HTML wizard does not handle .HTML extension (capitalized) by amywu · 19 years ago
  15. 84d2177 minor fix not to use deprecated 'AutoStart' by david_williams · 19 years ago
  16. ed915f3 [123373] removed use of 'PrefixResolverDefault ' class by csalter · 19 years ago
  17. 95aef6e [123569] Need to add qualifier to version numbers by david_williams · 19 years ago
  18. 80c1dc0 Add proper source folder to the build by kchong · 19 years ago
  19. 3abe394 [123168] add initial search / refactoring support (XML Schema refactoring) by amywu · 19 years ago
  20. 236797e [123168] add initial search / refactoring support (XML Schema refactoring) by csalter · 19 years ago
  21. 1556d52 [117755] Cleaned up WST extension point documentation. by lmandel · 19 years ago
  22. edaefaf [120098] Typo in wst.xml.core annotationFiles.exsd: declares plublicId attribute by amywu · 19 years ago
  23. 8f74677 [114926] Updated XML catalog contributions documentation. by lmandel · 19 years ago
  24. 4705715 [118306] org.eclipse.wst.xml.core missing schemas for extension points by kchong · 19 years ago
  25. 4fe8531 [16523] NullPointerException at BasicStructuredDocumentRegion getText - reverting some code that should not have been checked in with this (rest of fix is ok, though). by david_williams · 19 years ago
  26. c66e47d [16523] NullPointerException at BasicStructuredDocumentRegion getText by david_williams · 19 years ago
  27. e2ed76e [ 119176] ArrayIndexOutOfBoundException is thrown while editing HTML model by david_williams · 19 years ago
  28. 68d550d [119275] Fix copyright notices in xml.core by jeffliu · 19 years ago
  29. eff5b0d [118818] Synching XMLmodel changes with EMF model by cbridgha · 19 years ago
  30. 1ce9a12 added orphaned xerces plugin to xml list by david_williams · 19 years ago
  31. a361821 [118371] XMLCatalogIdResolver#resolve throws AssertionFailedException by david_williams · 19 years ago
  32. 25b58c3 [108325] Typing enters text "in place" if exception occurs by david_williams · 19 years ago
  33. a6e536c [117755] Updated root extension point, id, and name where required. by lmandel · 19 years ago
  34. cd8d793 add unclaimed related plugins by nitind · 19 years ago
  35. 164c512 [117424] update test case to avoid passing null args into API that assumes non-null args. Added Assert to code to make assumption more explicit. by csalter · 19 years ago
  36. 77eb5b2 [117320] ensure base URI is 'protocal' qualified before passing it thru to URIResolver by csalter · 19 years ago
  37. 4f2bc75 [113537] bug fixes to make physical resolution occur at the right places (where streams are opened) by csalter · 19 years ago
  38. 2fd8837 [113537] bug fixes to make physical resolution occurs at the right places (where streams are opened) by csalter · 19 years ago
  39. c040dc5 [117204] Unnecessary class casts can impact performance by david_williams · 19 years ago
  40. 000c1da avoid marking entire packages as API since we're exposing specific classes instead by nitind · 19 years ago
  41. 59f3bd3 [115244] Validate XML File, is always returning "no constraints detected" by csalter · 19 years ago
  42. 95409d0 [115727] externalize strings that need them or mark them as non-nls by nitind · 19 years ago
  43. 42a860f [115727] externalize strings that need them or mark them as non-nls by nitind · 19 years ago
  44. 77c1059 [112281] Declare XML Catalog Extension Point API for WTP 1.0 by kchong · 19 years ago
  45. e2faa7c [112494] Update component.xml for wst.xml by nitind · 19 years ago
  46. edffe17 Removed thread classloader call. This is no longer necessary with modern plug-in class loading. by lmandel · 19 years ago
  47. ba371d0 Correction: XML catalog does not need to run for physical resolution pass. There was a problem in the XML validator's ValidatorHelper. resolve must always be called before resolvePhysical. by lmandel · 19 years ago
  48. a897507 Added the XML catalog as a physical resolver. by lmandel · 19 years ago
  49. 585b05e [112281] Declare XML Catalog Extension Point API for WTP 1.0 by kchong · 19 years ago
  50. ee0c938 major mass change to version 1.0 by david_williams · 19 years ago
  51. b38692c [114357] Method adjustTextLength in GenericTemplateRegion implemented hard coded by david_williams · 19 years ago
  52. c380c03 [112755] We should never catch general Exception and not at least log it by nitind · 19 years ago
  53. f81f4a4 cvs ignore PDE generated artifacts by david_williams · 19 years ago
  54. e9a970d [nobug] moving sse renderer extension to xml.core - fixing dep by cbridgha · 19 years ago
  55. d8643d3 [112763] emfworkbench.integration can not fit in architecture by david_williams · 19 years ago
  56. adbf5dc [105107] Update XML validator not to display an error if a grammar cannot be located. by lmandel · 19 years ago
  57. 6f9dcdd [106903] [perf] use indexed loop instead of iterator by david_williams · 19 years ago
  58. 66cd5bf [111279] cleanup to remove common compiler warnings by david_williams · 19 years ago
  59. 02dd34e [111279] cleanup to remove common compiler warnings by david_williams · 19 years ago
  60. 6774232 [110356] WSDL editor content assist not working if WSDL schemas are not explicitly added to the XML catalog by jeffliu · 19 years ago
  61. 0a947d5 [109953] NPE's during JSP reconcile/validation by david_williams · 19 years ago
  62. e7c4a5f [109942] NPE during JSP Editing while quickly coping/pasting code by david_williams · 19 years ago
  63. c97347a [106142] Document provided by copied IStructuredModel that is created by ModelManagerImpl.copyModelForEdit lacks some adapters by david_williams · 19 years ago
  64. 577a8f0 [103022] XML Editor conflicts with 2.1 based editors - partial fix to remove NullPartioner by david_williams · 19 years ago
  65. da8fa94 Added lazy input stream fix for Xerces. by lmandel · 19 years ago
  66. 5df8f59 [108325] IllegalArgumentException when using webapp relative taglib locations by nitind · 19 years ago
  67. e26facd [104794] TVT 3.1 - TCT 338 - Externalize String by jeffliu · 19 years ago
  68. bdb9c30 [106892] Incorrect copyrights in some of the w3c Java files? by david_williams · 19 years ago
  69. 9552616 removed accidental inappropriate copyright statements by david_williams · 19 years ago
  70. 777f5ad [104413] Fix for DTD validation messages when working disconnected. by lmandel · 19 years ago
  71. efb8d76 [104152] interpreting "*+xml" mime type as XML now by pavery · 19 years ago
  72. 99ffe98 [103768] remove printStackTrace() by csalter · 19 years ago
  73. 5002d70 [103768] update resolver to distinguish between physical and logical resolution results by csalter · 19 years ago
  74. ef53852 [103768] update resolver to distinguish between physical and logical resolution results by csalter · 19 years ago
  75. 55b52b8 [103768] update resolver to distinguish between physical and logical resolution results by csalter · 19 years ago
  76. 22e4644 [103768] update resolver to distinguish between physical and logical resolution results by csalter · 19 years ago
  77. 96f4526 [103767] remove CMDocument support for 'encodingInfo' property ... rename field to make it more understandable by csalter · 20 years ago
  78. bb7ccbe [103767] remove CMDocument support for 'encodingInfo' property by csalter · 20 years ago
  79. b2de2de [103896] Memory leak in BasicStructuredDocument by david_williams · 20 years ago
  80. 58ab515 [96155] return workspace mapped URI's of form "file:///D:/etc" and not "file:D:/etc" (workaround for bug 103607) by csalter · 20 years ago
  81. 2a4c832 [96155] return workspace mapped URI's of form "file:///D:/etc" and not "file:D:/etc" (workaround for bug 103607) by csalter · 20 years ago
  82. 0ae3065 [103211] 5 interesting JUnit test failures by david_williams · 20 years ago
  83. 89b4527 [102915] Need manifest directive for our content Describers by david_williams · 20 years ago
  84. 6c322b9 [96772] when validating xml files, explicit schema locations should take priority over namespace mapped locations by csalter · 20 years ago
  85. 2b69684 [96772] when validating xml files, explicit schema locations should take priority over namespace mapped locations by csalter · 20 years ago
  86. 8ef7da7 [103083] The XML editor should be the default for XMI files by david_williams · 20 years ago
  87. ce29b5a [103083] The XML editor should be the default for XMI files by david_williams · 20 years ago
  88. ca25e59 [102068] taginfo: ResourceBundleHelper cant pick up translated files in nl fragments by david_williams · 20 years ago
  89. 09de8f8 [103184] xmlsource (for illformed xml) interferes with XSD empty files by david_williams · 20 years ago
  90. 708ae00 [102762] Added/updated Eclipse about.html. by lmandel · 20 years ago
  91. 126339f [101556] JSP w/ XML editor dirty when opened by david_williams · 20 years ago
  92. 0b8cd95 [102618] JREContainter should come before requiredPlugins in .classpath by david_williams · 20 years ago
  93. 60d9360 [101574 ] fixed XSD editor does not use XML Catalog to resolve import/include by csalter · 20 years ago
  94. 6cb2639 [101157] Remove @since Tags by david_williams · 20 years ago
  95. 5aa425b [101588] Fixed !MESSAGE Catalog entry key is not set in the .log file by csalter · 20 years ago
  96. 1a643cf [101279] Fixed custom attributes in XML Catalog by csalter · 20 years ago
  97. 8fcfc09 [100708] rolled back previous fix by csalter · 20 years ago
  98. c5b7b2c [101338] changed uri to be string kind instead of resource by csalter · 20 years ago
  99. 59e341f [101182] xmlsource (for illformed xml) should be 'low' priority by david_williams · 20 years ago
  100. 404155a [100882] XSL Content Assist and Outline Fails in I20050617 by david_williams · 20 years ago