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

Allow arbitrary Ant resources as signatures #78

Merged
merged 2 commits into from
Sep 25, 2015

Conversation

uschindler
Copy link
Member

This allows to add arbitrary resources as signatures to the Ant task. Just put any signature resources inside the element: <signatures></signatures>

This now allows to place anything inside that can be converted to an InputStream (URLs,...). The other inner elements are still supported, but may be deprecated in the future.

@uschindler uschindler added this to the 2.0 milestone Sep 25, 2015
@uschindler uschindler self-assigned this Sep 25, 2015
uschindler added a commit that referenced this pull request Sep 25, 2015
Allow arbitrary Ant resources as signatures
@uschindler uschindler merged commit aa8158f into master Sep 25, 2015
@uschindler uschindler deleted the features/AntResources branch September 25, 2015 22:23
@uschindler
Copy link
Member Author

I renamed the inner element to simply be <signatures></signatures> in a later commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant