My favorites | Sign in
Google
                
Search
for
Updated Aug 28, 2008 by galgwt.reviews
DevGuidePublicPackageFiltering  
Filter files into and out of your public path and source path to avoid publishing files unintentionally.

Filtering Public and Source Packages

The module XML format's <public>, <source> and <super-source> elements supports certain attributes and nested elements to allow pattern-based inclusion and exclusion in the public path. These elements follow the same rules as Ant's FileSet element. Please see the documentation for FileSet for a general overview. These elements do not support the full FileSet semantics. Only the following attributes and nested elements are currently supported:

  • The includes attribute
  • The excludes attribute
  • The defaultexcludes attribute
  • The casesensitive attribute
  • Nested include tags
  • Nested exclude tags

Other attributes and nested elements are not supported.

Important

The default value of defaultexcludes is true. By default, the patterns listed here are excluded.


Sign in to add a comment