You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by rl...@apache.org on 2020/04/11 19:00:50 UTC

[xalan-c] branch master updated (f270d37 -> e5a303f)

This is an automated email from the ASF dual-hosted git repository.

rleigh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/xalan-c.git.


    from f270d37  Merge pull request #12 from rleigh-codelibre/XALANC-787_drop_project_files
     new 4ba23ee  XALANC-788: Remove support for Autoconf build
     new 34a6f9a  XALANC-788: Travis CI tests CMake only
     new 708398e  XALANC-788: Remove runConfigure and gmake documentation
     new d046322  XALANC-788: Remove obsolete build script collections
     new 2497241  XALANC-788: Travis CI uses bionic and latest cmake and ninja
     new e5a303f  Merge pull request #13 from rleigh-codelibre/XALANC-788_drop_autoconf_build

The 4402 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                              |   22 +-
 Makefile.in                              |   58 -
 Makefile.incl.in                         |  675 ----
 README                                   |  116 +-
 Tests/Makefile.in                        |  113 -
 config.guess                             | 1480 ---------
 config.sub                               | 1801 -----------
 configure                                | 5058 ------------------------------
 configure.in                             |  165 -
 install-sh                               |  518 ---
 makedepends                              |  122 -
 runConfigure                             |  686 ----
 samples/Makefile.in                      |  287 --
 samples/runConfigure                     |  361 ---
 scripts/ci-travis                        |  103 +-
 scripts/xalan-ms-scripts.zip             |  Bin 44555 -> 0 bytes
 scripts/xalan-unix-scripts.tar           |  Bin 10240 -> 0 bytes
 src/xalanc/Makefile.in                   |  302 --
 src/xalanc/Utils/Makefile.in             |  188 --
 src/xalanc/Utils/MsgCreator/Makefile.in  |   47 -
 src/xalanc/Utils/XalanMsgLib/Makefile.in |   79 -
 xdocs/sources/xalan/build_instruct.xml   |   83 +-
 xdocs/sources/xalan/buildlibs.xml        |  269 --
 xdocs/sources/xalan/readme.xml           |   78 -
 xdocs/sources/xalan/samples.xml          |   30 +-
 25 files changed, 17 insertions(+), 12624 deletions(-)
 delete mode 100644 Makefile.in
 delete mode 100644 Makefile.incl.in
 delete mode 100644 Tests/Makefile.in
 delete mode 100755 config.guess
 delete mode 100755 config.sub
 delete mode 100755 configure
 delete mode 100644 configure.in
 delete mode 100755 install-sh
 delete mode 100644 makedepends
 delete mode 100755 runConfigure
 delete mode 100644 samples/Makefile.in
 delete mode 100755 samples/runConfigure
 delete mode 100644 scripts/xalan-ms-scripts.zip
 delete mode 100644 scripts/xalan-unix-scripts.tar
 delete mode 100644 src/xalanc/Makefile.in
 delete mode 100644 src/xalanc/Utils/Makefile.in
 delete mode 100644 src/xalanc/Utils/MsgCreator/Makefile.in
 delete mode 100644 src/xalanc/Utils/XalanMsgLib/Makefile.in


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org