[shrinkwrap-issues] [JBoss JIRA] Created: (SHRINKWRAP-321) Support Filters on ResourceContainer.addAsResource

Tom Hintz (JIRA) jira-events at lists.jboss.org
Wed Aug 17 17:19:17 EDT 2011


Support Filters on ResourceContainer.addAsResource
--------------------------------------------------

                 Key: SHRINKWRAP-321
                 URL: https://issues.jboss.org/browse/SHRINKWRAP-321
             Project: ShrinkWrap
          Issue Type: Enhancement
          Components: api
    Affects Versions: 1.0.0-beta-5
            Reporter: Tom Hintz
            Priority: Minor


it would be nice to support filtering of resources when adding to a ResourceContainer, ie:

ShrinkWrap.create(JavaArchive.class)
  .addAsResource(new File("src/test/resources"), "/", Filters.exclude(".*/\\.svn.*"))


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the shrinkwrap-issues mailing list