1. 8cc823c Make sure serializer resources are included in JAR by Alexander Kriegisch · 5 months ago
  2. 8c6e646 Merge pull request #128 from kriegaex/brazil-maven-central by Joe Kesselman · 5 months ago
  3. 0ce3d2b Merge pull request #125 from kriegaex/XALANJ-2710 by Joe Kesselman · 5 months ago
  4. 92dbb89 XALANJ-2710 Remove Eclipse project files, rely on Maven import by Alexander Kriegisch · 5 months ago
  5. cce1acd XALANJ-2710 Remove superfluous fallback for reading version numbers by Alexander Kriegisch · 5 months ago
  6. 1b721da Replace local Brazil binary by Maven Central dependency by Alexander Kriegisch · 5 months ago
  7. 00b9746 XALANJ-2710 Make solution shading/relocation friendly by Alexander Kriegisch · 5 months ago
  8. 6b80f98 XALANJ-2710 Make XSLProcessorVersion extend Version by Alexander Kriegisch · 6 months ago
  9. d550507 XALANJ-2710 Use resource files for version numbers by Alexander Kriegisch · 6 months ago
  10. 6d3e4e2 Merge pull request #124 from kriegaex/XALANJ-2709 by Joe Kesselman · 6 months ago
  11. ca57656 XALANJ-2709 Make build run on JDK 9+ by Alexander Kriegisch · 6 months ago
  12. 4af37e7 Improve Maven Shade and Assembly usage, part 2 (#123) by Alexander Kriegisch · 6 months ago
  13. ff0b562 Unified distribution build by kubycsolutions · 6 months ago
  14. 7da2b7c Refining .tar.gz/zip file production. by kubycsolutions · 6 months ago
  15. d0f863f *Version.java files, in ant, were generated from *Version.src. For now, checking in generated source; will want to apply filtering. by kubycsolutions · 6 months ago
  16. 42800c3 Take back control of the assembly output, refactor it all into distribution/ by kubycsolutions · 6 months ago
  17. fb875fc Still having trouble if I set distribution/pom.xml to packaging pom. Workarounds. by kubycsolutions · 6 months ago
  18. c6698d0 Revert "Rename parent project to better follow past Xalan naming conventions." by kubycsolutions · 6 months ago
  19. 87948f4 Rename parent project to better follow past Xalan naming conventions. by kubycsolutions · 6 months ago
  20. a5ff54c misc: fix-spelling (#117) by John Bampton · 6 months ago
  21. 31dfaa9 Cosmetic cleanups suggested by kriegaex (Alexander Kriegisch) by kubycsolutions · 6 months ago
  22. 8591de0 Fine-tune paths inside archive, document further tweaking currently on queue. by kubycsolutions · 6 months ago
  23. 06da2f2 Maven build improvements (#119) by Alexander Kriegisch · 6 months ago
  24. 12798ff bin jar build running under Maven idiom, may still want fine-tuning by kubycsolutions · 6 months ago
  25. 104e5ab Turns out Maven doesn't default to latest, and was giving me an ancient assembly plugin. Sigh. by kubycsolutions · 6 months ago
  26. 88fcd0c Cleanup-merge by kubycsolutions · 6 months ago
  27. 869966d resync by kubycsolutions · 6 months ago
  28. c6927da resync by kubycsolutions · 6 months ago
  29. 5763615 BROKEN BUT CHECKPOINTING: Binary generation from the distribution project worked yesterday, doing weird things today. by kubycsolutions · 6 months ago
  30. 52957de Distribution pom got stepped on? by kubycsolutions · 6 months ago
  31. 600b924 Merge branch 'master' into xalan-java-mvn-refactored by kubycsolutions · 6 months ago
  32. 325747f Synch with typo fixes by kubycsolutions · 6 months ago
  33. 553a2c9 With new handling of source and archives, mvnbuild can be simplified. by kubycsolutions · 6 months ago
  34. 4e3276b Merge pull request #116 from jbampton/fix-spelling by Joe Kesselman · 6 months ago
  35. 5ee8185 misc: fix spelling by John Bampton · 6 months ago
  36. 504969f bin excludes starting to look reasonable. by kubycsolutions · 6 months ago
  37. ed336b3 Finetuning bin.zip/bin.tgz content. Now includes docs and samples, which Ant did. Need to exclude samples target/ and src/site, I think...? by kubycsolutions · 6 months ago
  38. 2b9c67d doc-open-bin-issue by kubycsolutions · 6 months ago
  39. b34f1bd Successfully generating -bin.* archives. Need more stuff in them, and want to copy them up to ant-emulation build/ by kubycsolutions · 6 months ago
  40. 7b8e209 Flailing binary aggregation by kubycsolutions · 6 months ago
  41. c4fe8d4 Preferred way to sequence binary build for multi-module is to make it a separate module with dependencies upon the others. SKETCHED; having trouble making it work. by kubycsolutions · 6 months ago
  42. 169fd54 Move source assembly generation to Apache's standard configuration. Haven't found a good solution for binary yet. Open question of whether to copy these to build/ for Ant simulation. by kubycsolutions · 6 months ago
  43. 1bab182 Having trouble doing binary maven-assembly. Probably another idiom error. Comment out temporarily. by kubycsolutions · 6 months ago
  44. ca91e67 Trying to do the distributions files in proper Maven idiom. Getting reasonable result for src, though I want it in the ant-alike build/ directory. The bin assembly is blowing up on me and is checked in disabled. by kubycsolutions · 6 months ago
  45. af6924d Better approach to gathering ant-equivalent binary downloadable... minus tests for not. by kubycsolutions · 6 months ago
  46. 535c604 Improve .gitignore, some scattered comments. by kubycsolutions · 6 months ago
  47. 7780d63 Move master Version.java to more maven-line src dir. Still want to address keeping this and poms in synch. by kubycsolutions · 6 months ago
  48. fdf4831 Remove mvn cutover artifacts by kubycsolutions · 6 months ago
  49. 239ffd9 Gather *.source.jar into /build too by kubycsolutions · 6 months ago
  50. c0b52db Drop manual invocation of stylebook document generation; mvn now handles. by kubycsolutions · 6 months ago
  51. 726b19e Get stylebook and related compiled doc working from mvn pom. by kubycsolutions · 6 months ago
  52. becbdcc Undo directory rename in .sh by kubycsolutions · 6 months ago
  53. 2ac5a12 Yeah, it might be better to keep the xml-site stylesheets in a tar.gz and expand them at build time, but mvn doesn't have a simple untar (except via antrun or exec) and the're already checked in expanded, so... by kubycsolutions · 6 months ago
  54. e349d81 Note that target/site/xalan/local appears to be superfluous, but don't kill it just yet. by kubycsolutions · 6 months ago
  55. b2eaeed Slight cleanup of the stylebook invocation. Still need to move that into pom.xml... by kubycsolutions · 6 months ago
  56. 3023f61 Continuing to work on generating equivalent of Ant ./build output directory. Gather sources? Distribution archives? by kubycsolutions · 6 months ago
  57. 38ed850 Put both versioned and unversioned artifacts into xalan-java/build. Should upload src jars too...? by kubycsolutions · 6 months ago
  58. 0c8404e Fix one package-name typo, exclude jboss/CORBA from samples jarfile. by kubycsolutions · 6 months ago
  59. 264d12d Yeah, moving the resources broke the build. Something is depending upon output_xml.properties being in the original location. We can change that, but Not Now; reverting that move. by kubycsolutions · 6 months ago
  60. 5355e7e Improved logic for creating xalan-java/build/ directory, back-compatability for xalan-test etc. by kubycsolutions · 6 months ago
  61. 26dd22e Working on the build/ convenience output. Good news: It's now simplifying the jarnames. Bad news: Still creating/stepping on ../build. Maven conditionals are hairy... by kubycsolutions · 6 months ago
  62. 5c82ba1 Working on the convenience build/ output directory. Still need to keep that from running in the parent. by kubycsolutions · 6 months ago
  63. 2a58274 Windows doesn't need Execute bit, and it's just a distraction on .bat files. Drop it. by kubycsolutions · 6 months ago
  64. d99e119 Forgot Vlad's point about normalizing the resource directory in the serializer package. Late moves applied now. by kubycsolutions · 6 months ago
  65. beb7338 Deletions, additions, and modifications to complete Maven cut-over. by kubycsolutions · 6 months ago
  66. 604ecd7 Phase 1: Move unchanged files to conform to Maven conventions by kubycsolutions · 6 months ago
  67. acdb899 XALANJ-2671: Change history recovered. A bit of postprocessing was required to repair execute permissions and newlines. by kubycsolutions · 7 months ago
  68. 71a91c2 committing minor changes to xalanj README file, as per the following change that was done earlier : movement of the 2.7.3_release test cases to jira directory. also making a minor improvement to error handling within xalanj implementation codebase, when variables were not been resolved within an xslt 1.0 stylesheet. by Mukul Gandhi · 8 months ago
  69. 144e866 Revert default indent-amount by Joe Kesselman · 11 months ago
  70. 5645f26 increasing the default indent amount for the xalanj document serializer. this makes it little bit easier to view xalanj xslt transformation result. doing this xalanj codebase change on 'master' branch. the previous commit, did this codebase change on xalanj branch xalan-j_xslt3.0. by Mukul Gandhi · 12 months ago
  71. 6d440bf changing project name within .project file on the master branch by Mukul Gandhi · 1 year, 1 month ago
  72. a055acc Add SECURITY.md by Gary Gregory · 1 year, 2 months ago
  73. f51fdd9 resetting state of the branch, appropriate for git clone. deleting certain java files, that are generated by the tools during build. by Mukul Gandhi · 1 year, 1 month ago
  74. 25b9c33 minor corrections to, linux build.sh file by Mukul Gandhi · 1 year, 1 month ago xalan-j_2_7_3-rc10
  75. 28169ad minor changes to, xalanj build configuration by Mukul Gandhi · 1 year, 1 month ago
  76. 4987308 minor changes to, xalanj readme file by Mukul Gandhi · 1 year, 1 month ago
  77. 8762a12 minor changes to, xalanj readme file by Mukul Gandhi · 1 year, 1 month ago
  78. a0a1d6b doing minor changes, to xalanj readme file by Mukul Gandhi · 1 year, 1 month ago
  79. 027a055 minor changes to, xalanj readme file by Mukul Gandhi · 1 year, 1 month ago
  80. f9380ef few fixes to, xalanj build configuration by Mukul Gandhi · 1 year, 1 month ago
  81. ab1ef70 minor improvements to xalanj build.sh script by Mukul Gandhi · 1 year, 1 month ago
  82. 5940a08 minor changes to xalanj readme file by Mukul Gandhi · 1 year, 1 month ago
  83. 6d6528a modifying xalanj readme file by Mukul Gandhi · 1 year, 1 month ago
  84. 2bb29ca minor changes to xalanj readme file by Mukul Gandhi · 1 year, 1 month ago
  85. 4010755 adding file xercesSamples.jar to xalanj build by Mukul Gandhi · 1 year, 1 month ago
  86. 13d27a3 modifying xalanj readme file by Mukul Gandhi · 1 year, 1 month ago
  87. 1d52b40 improving xalanj readme file by Mukul Gandhi · 1 year, 1 month ago
  88. edbfb09 minor changes to xalanj release notes text by Mukul Gandhi · 1 year, 1 month ago
  89. 3a870b0 updating xalanj readme file meta-data by Mukul Gandhi · 1 year, 1 month ago
  90. f477aba updating xalanj readme file, for the xalanj 2.7.3 release by Mukul Gandhi · 1 year, 1 month ago
  91. a018e0d adding build.sh file, provided by Joseph Kesselman. making the previous build.sh file as deprecated. by Mukul Gandhi · 1 year, 2 months ago
  92. 8ff67cf making minor changes to, xalanj documentation meta-data by Mukul Gandhi · 1 year, 3 months ago
  93. 8add3b0 improving xalanj tests build configuration. updating readme file as well. by Mukul Gandhi · 1 year, 3 months ago
  94. 21a8a8d modifying little bit xalanj readme file by Mukul Gandhi · 1 year, 3 months ago
  95. 0f7ad03 making build file changes, for using newer version of jtidy by Mukul Gandhi · 1 year, 3 months ago
  96. f224862 committing improvements to, xalanj build configuration. updating the, by Mukul Gandhi · 1 year, 3 months ago
  97. 3fbc500 few fixes to, xalanj tests build file by Mukul Gandhi · 1 year, 3 months ago
  98. e11014b improvements to, xalanj build configuration. we now require, ant tests by Mukul Gandhi · 1 year, 3 months ago
  99. 617b058 disabling ant task <javac>'s compilation warnings during build. this by Mukul Gandhi · 1 year, 3 months ago
  100. f2cc86d xalanj commit : committing improvements for, XalanJ tests configuration by Mukul Gandhi · 1 year, 3 months ago