1. a585411 Added .gitignore files to ignore the bin folders created by the Eclipse compiler by Florian Thienel · 13 years ago
  2. db3a113 bug 315914: fixed usage of Java 6 by fthienel · 13 years ago
  3. af417ac bug 315914: applied Holger's patch and added a test by fthienel · 13 years ago
  4. 1686973 Migrate Vex Build to Maven/Tycho by dacarver · 13 years ago
  5. 0080920 Migrate Vex Build to Maven/Tycho by dacarver · 13 years ago
  6. 41a3463 Migrate Vex Build to Maven/Tycho by dacarver · 13 years ago
  7. a9ca370 bug 299999 - test extended by hvoormann · 13 years ago
  8. dac361f bug 299999: partial validation works as expected for the case where the sequence of children is incomplete at the end by fthienel · 13 years ago
  9. 1c386d7 bug 299999 - WTPVEXValidator: isValidSequence should return false for empty elements and the _partial_ sequence [#PCDATA] by hvoormann · 13 years ago
  10. 04be90a bug 299999: first try to use CMValidator for validation by fthienel · 13 years ago
  11. cb900fa bug 311325 - Igor Jacy Lino Campista's 2nd patch reviewed and applied: Java 5 warnings (Generics and for-each) fixed by hvoormann · 13 years ago
  12. f8b6b76 bug 311325 - Igor Jacy Lino Campista's patch reviewed and applied: Java 5 warnings (Generics and for-each) fixed by hvoormann · 13 years ago
  13. eab8d19 bug 306639: Remove serializability of StyleSheet by dacarver · 13 years ago
  14. 2c1faa2 remove extraneous .project files from CVS repository. To allow better cloning with git mirrors. by dacarver · 13 years ago
  15. c7e2efe bug 304285 - Florian Thienel's patch "Cleanup of StyleSheet" reviewed and applied by hvoormann · 13 years ago
  16. ef9f514 bug 303109 - Florian Thienel's patch applied: "The refactoring of PropertyDecl" by hvoormann · 13 years ago
  17. ca85ae2 bug 302680 - instead invoke the method of the class given by the first listener instance invoke the method of the given listener class or interface by hvoormann · 13 years ago
  18. 5018593 Enable tests to run under JUnit 4 (see bug 300951) by hvoormann · 13 years ago
  19. 8d54e14 bug 302680 - Florian Thienel's patch applied: "ListenerList: generic inferred + tests" by hvoormann · 13 years ago
  20. f6d1d32 [297277] Need CI build for Vex by dacarver · 13 years ago
  21. 5d96d4b clean-ups: minor compiler warnings and FindBug issues resolved by hvoormann · 13 years ago
  22. a4c1736 clean-ups: minor compiler warnings and FindBug issues resloved by hvoormann · 13 years ago
  23. ddf9c67 clean-ups: unused code removed by hvoormann · 13 years ago
  24. f274e66 plugin.properties clean-ups by hvoormann · 13 years ago
  25. 20bda76 try to fix: junit.framework.AssertionFailedError: No tests found in org.eclipse.wst.xml.vex.tests.AllTestsSuite by hvoormann · 13 years ago
  26. 93e2a16 Vex UI tests added by hvoormann · 13 years ago
  27. 0d5597f fix for junit test failures. by dacarver · 13 years ago
  28. eb92f3e try to fix: junit.framework.AssertionFailedError: No tests found in org.eclipse.wst.xml.vex.tests.AllTestsSuite by hvoormann · 13 years ago
  29. 79979f8 clean-ups by hvoormann · 13 years ago
  30. 2effbc0 fix for: junit.framework.AssertionFailedError: No tests found in org.eclipse.wst.xml.vex.tests.AllTestsSuite by hvoormann · 13 years ago
  31. 6bdd736 fix for: junit.framework.AssertionFailedError: No tests found in org.eclipse.wst.xml.vex.tests.AllTestsSuite by hvoormann · 13 years ago
  32. fcf49d4 fix for: junit.framework.AssertionFailedError: No tests found in org.eclipse.wst.xml.vex.tests.AllTestsSuite by hvoormann · 13 years ago
  33. 0d6be36 fix for: junit.framework.AssertionFailedError: No tests found in org.eclipse.wst.xml.vex.tests.AllTestsSuite by hvoormann · 13 years ago
  34. c22e562 fix for: junit.framework.AssertionFailedError: No tests found in org.eclipse.wst.xml.vex.tests.AllTestsSuite by hvoormann · 13 years ago
  35. 4bfc480 bug 297675: content assist/convert element dialog: by hvoormann · 13 years ago
  36. c2013a7 prevent to enter #PCDATA into empty elements by hvoormann · 13 years ago
  37. f355be4 bug fix: valid items of an element aaa with DTD: <!ELEMENT aaa (bbb+)> by hvoormann · 13 years ago
  38. 96ff516 [277404] VEX will not delete empty tags from a DocBook document by dacarver · 13 years ago
  39. f3eb7d8 [283980]: VEX stack overflow with thead insertion. by dacarver · 13 years ago
  40. d9565e8 [nobug] set project encoding to UTF-8. by dacarver · 13 years ago
  41. 7a21093 [293239] Feature request: Find/Replace in Vex by dacarver · 13 years ago
  42. a0a040d [293239] Feature request: Find/Replace in Vex by dacarver · 13 years ago
  43. b1c875b bug 258046 - Adjust eclipse core version number. by dacarver · 14 years ago
  44. 8e335ec core test update. by dacarver · 14 years ago
  45. 637f2ee fix NPE error on builder, as well as add DOM synchronization tests by dacarver · 14 years ago
  46. 070a653 added WTP DOM and SpaceNormalizer tests by dacarver · 14 years ago
  47. a45cac8 Create a WTP DOM Model at the same time as creating the VEX Model. Guarantees synchronization is correct once it is loaded. by dacarver · 14 years ago
  48. 66aaafc Update dependency ranges. by dacarver · 14 years ago
  49. 61e1d64 bug 250829 - Switched over to EMF model for VEX Document Model. by dacarver · 14 years ago
  50. 3e8b227 bug 250829 - initial load of VEX emf model and generated code. by dacarver · 14 years ago
  51. b9664e5 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 14 years ago
  52. 6ba22a2 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 14 years ago
  53. 5f56923 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 14 years ago
  54. 0258464 bug 250829 - continued refactoring of VEX Document Model. by dacarver · 14 years ago
  55. 3571e8f bug 250829 - continued refactoring of VEX Document Model. by dacarver · 14 years ago
  56. 7632e6e bug 250829 - continued refactoring of VEX Document Model. by dacarver · 14 years ago
  57. f77811f bug 250829 - continued refactoring of VEX Document Model. by dacarver · 14 years ago
  58. 53cf49f 250829 - refactor out DTDValidator, replace with WTPVEXValidator. by dacarver · 14 years ago
  59. 8d79a9a backout of changes by dacarver · 14 years ago
  60. 5be782e bug 250829 - refactoring VEX model to remove Arrays and convert to Lists by dacarver · 14 years ago
  61. a68c0bd bug 250829 - refactoring VEX model to remove Arrays and convert to Lists by dacarver · 14 years ago
  62. f03635c bug 250829 - refactoring VEX model to remove Arrays and convert to Lists by dacarver · 14 years ago
  63. a822419 bug 250829 - refactoring VEX model to remove Arrays and convert to Lists by dacarver · 14 years ago
  64. 4614825 add vex tests by david_williams · 14 years ago
  65. 0ec82c9 re-arrange so xsl and vex can have seperatly triggered builds by david_williams · 14 years ago
  66. 08e774c semi standard settings by david_williams · 14 years ago
  67. 1d05de4 bug 250828 - replaced DTDParser with WTP Content Model. by dacarver · 14 years ago
  68. 4bb4a05 initial load by dacarver · 14 years ago
  69. 04b00ad initial load by dacarver · 14 years ago
  70. dd70452 bug 250829 - refactored code into more relevant packages. by dacarver · 14 years ago
  71. 8d5a63d bug 250829 - continued VEX Document refactoring by dacarver · 14 years ago
  72. 6b4b9ae bug 250829 - Refactored Document, Element, Node, and DocumentFragment implementations to interfaces. by dacarver · 14 years ago
  73. 4975934 more refactoring and working on bug 250289 by dacarver · 14 years ago
  74. 3e315a8 ui unit test fixes. by dacarver · 14 years ago
  75. eada095 bug 251134 - VEX Unit Tests Failing. by dacarver · 14 years ago
  76. 4d13eae bug 251134 - VEX Unit Tests Failing. by dacarver · 14 years ago
  77. ef47f82 bug 251134 - VEX Unit Tests Failing. by dacarver · 14 years ago
  78. 09c166b bug 251134 - VEX Unit Tests Failing. by dacarver · 14 years ago
  79. 4f988bd bug 251134 - VEX Unit Tests Failing. by dacarver · 14 years ago
  80. 3b480de bug 251134 - VEX Unit Tests Failing. by dacarver · 14 years ago
  81. 23e0a66 Added Unit Tests to Suite for easier running by dacarver · 14 years ago
  82. 9b18233 Continue Refactoring to new naming conventions. by dacarver · 14 years ago
  83. 58ad0f8 intial code check in and renaming by dacarver · 14 years ago
  84. c282f27 creating directory by david_williams · 15 years ago