org.apache.tools.ant.types.resources.Union Java Examples
The following examples show how to use
org.apache.tools.ant.types.resources.Union.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: WebUpToDate.java From EasyMPermission with MIT License | 2 votes |
/** * Nested resource collections as sources. * @return the source resources to configure. * @since Ant 1.7 */ public Union createSrcResources() { return sourceResources; }