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

claude pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


    from d29eda15 Merge pull request #333 from 
Claudenw/RAT-409_site_generatation_requires_package
     add 9ab466c6 updated documentation generation
     add 13b13b8d maven help page complete
     add 664f6e72 changes to generate XSD and fix for plugin
     add 6994cbe4 fixed report generation
     add e8360b96 fixed merge error
     add 39eea548 removed unused XSD files
     add 6bf065a6 updated documentation generation
     add 9028bfc9 removed log arguments and cleaned up affected code
     add 8332a840 maven help page complete
     add 1d925457 changes to generate XSD and fix for plugin
     add 65533f6a fixed report generation
     add 62c6e9ea initial display of license info
     add ef709a83 updated documentation generation
     add c6b0b061 Big stash
     add 9f4860da removed log arguments and cleaned up affected code
     add 453852c3 maven help page complete
     add 9ed8f3e2 changes to generate XSD and fix for plugin
     add 575f0bfc fix to make all code use DefaultLog
     add 5d88a5b2 updated documentation generation
     add 3ae8b4c9 cleaned up merge issues
     add c25c39c0 Initial implementation
     add ff7e626c updates documentation as expected
     add 117e3b5f fixed rebase issues
     add 170bd9d2 fixed site generation problem
     add bc3dcf81 fixed site generation
     add 75ae042e updated documentation generation
     add 695ebf0d removed log arguments and cleaned up affected code
     add 9514fdab maven help page complete
     add 7d232eea changes to generate XSD and fix for plugin
     add 8b0ffdb5 fixed report generation
     add aaadbdf0 initial display of license info
     add c251e5ae updated documentation generation
     add e9d91d9c Big stash
     add 434d2fc0 removed log arguments and cleaned up affected code
     add 69dd1104 maven help page complete
     add 14883ca1 changes to generate XSD and fix for plugin
     add c35c03b3 fix to make all code use DefaultLog
     add b776bb84 updated documentation generation
     add 43509c0c cleaned up merge issues
     add db9febc2 Initial implementation
     add 1de70673 updates documentation as expected
     add 00b34c0b fixed rebase issues
     add 7cec4e4e fixed site generation problem
     add 008af3d8 fixed site generation
     add 6494b53b partial cleanup
     add 3b635802 fixed merge issues
     add ca79f61a RAT-383: Minor doc updates
     add dd55274a changed to gitbox.apache.org/repos/asf
     add a49e8d25 updated as per review
     add 66139b62 RAT-383: Minor doc fixes
     add 51ba184b RAT-383: Fix xml desc
     add 9a217847 Added change entry
     add bf1d4aba updated Sylesheet listing
     add 75f13948 Fixed typographic errors
     add 109a606f Merge branch 'master' into 
RAT-383_autoupdate_ANT_documentation
     add ea617956 Merge pull request #317 from 
Claudenw/RAT-383_autoupdate_ANT_documentation

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/rat/OptionCollection.java |   8 +-
 .../org/apache/rat/analysis/IHeaderMatcher.java    |  24 +-
 .../org/apache/rat/commandline/StyleSheets.java    |   8 +-
 .../src/main/java/org/apache/rat/help/Help.java    |   1 -
 .../main/java/org/apache/rat/help/Licenses.java    |  15 --
 .../java/org/apache/rat/walker/ArchiveWalker.java  |   1 -
 .../test/java/org/apache/rat/help/HelpTest.java    |   1 -
 apache-rat-plugin/pom.xml                          |   4 +-
 .../src/site/apt/examples/custom-license.apt.vm    |   2 +-
 .../java/org/apache/rat/mp/OptionMojoTest.java     |   4 +-
 apache-rat-tasks/pom.xml                           |  46 +++-
 .../src/main/java/org/apache/rat/anttasks/All.java |   5 +
 .../src/main/java/org/apache/rat/anttasks/Any.java |   7 +-
 .../java/org/apache/rat/anttasks/Copyright.java    |   5 +
 .../main/java/org/apache/rat/anttasks/Family.java  |   5 +
 .../main/java/org/apache/rat/anttasks/License.java |   5 +
 .../src/main/java/org/apache/rat/anttasks/Not.java |   5 +
 .../main/java/org/apache/rat/anttasks/Regex.java   |   5 +
 .../main/java/org/apache/rat/anttasks/Spdx.java    |   5 +
 .../main/java/org/apache/rat/anttasks/Text.java    |   5 +
 .../src/site/apt/examples/basic.apt.vm             |  49 ++--
 .../src/site/apt/examples/custom.apt.vm            | 156 ------------
 apache-rat-tasks/src/site/apt/index.apt.vm         |   2 +
 apache-rat-tasks/src/site/apt/report.apt           | 136 -----------
 apache-rat-tasks/src/site/apt/report.apt.vm        |  64 +++++
 apache-rat-tasks/src/site/apt/types.apt            | 269 ---------------------
 apache-rat-tasks/src/site/site.xml                 |   2 -
 apache-rat-tools/pom.xml                           |   1 +
 .../java/org/apache/rat/tools/AbstractOption.java  |   8 +
 .../org/apache/rat/tools/AntDocumentation.java     | 262 ++++++++++++++++++++
 .../main/java/org/apache/rat/tools/AntOption.java  |   2 +-
 .../org/apache/rat/tools/xsd/XsdGenerator.java     |   2 +-
 apache-rat-tools/src/main/resources/ant/report.tpl |  14 ++
 .../src/main/resources/license.apt                 |  17 +-
 .../default_output.txt => apt/output/example.apt}  |  34 ++-
 src/changes/changes.xml                            |   3 +
 src/site/apt/index.apt.vm                          |   4 +-
 src/site/apt/matcher_def.apt.vm                    |  22 +-
 src/site/site.xml                                  |   9 +
 39 files changed, 556 insertions(+), 661 deletions(-)
 delete mode 100644 apache-rat-tasks/src/site/apt/examples/custom.apt.vm
 delete mode 100644 apache-rat-tasks/src/site/apt/report.apt
 create mode 100644 apache-rat-tasks/src/site/apt/report.apt.vm
 delete mode 100644 apache-rat-tasks/src/site/apt/types.apt
 create mode 100644 
apache-rat-tools/src/main/java/org/apache/rat/tools/AntDocumentation.java
 create mode 100644 apache-rat-tools/src/main/resources/ant/report.tpl
 copy apache-rat-plugin/src/site/apt/argumentTypes.apt.vm => 
apache-rat-tools/src/main/resources/license.apt (79%)
 copy apache-rat/src/site/{examples/default_output.txt => 
apt/output/example.apt} (58%)

Reply via email to