Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNG-8395] Add a <Source> element in the model. #1936

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 25, 2024

  1. Add a <Source> element in the model. Properties are:

    - directory (inherited from FileSet)
    - includes  (inherited from PatternSet)
    - excludes  (inherited from PatternSet)
    - scope
    - lang
    - module
    - targetVersion
    - targetPath (taken from <Resource>)
    - filtering (taken from <Resource>)
    - enabled
    
    This commit also renames `source` parameter value in `reader-stax.vm`
    for avoiding name collision with the new `Source` model element.
    
    apache#1936
    desruisseaux committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4f2aae0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Resolve an ambiguity in the description of target behavior.

    Rename `filtering` as `stringFiltering` for avoiding confusion with file filtering.
    desruisseaux committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    fce3d38 View commit details
    Browse the repository at this point in the history