Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.classpath | 21-Oct-2016 | 226 | |
.gitignore | 21-Oct-2016 | 42 | |
.project | 21-Oct-2016 | 367 | |
Android.mk | 21-Oct-2016 | 878 | |
MODULE_LICENSE_APL | 21-Oct-2016 | 0 | |
NOTICE | 21-Oct-2016 | 14.9K | |
README.txt | 21-Oct-2016 | 864 | |
README.version | 21-Oct-2016 | 110 | |
src/ | 21-Oct-2016 |
1 Ant Glob support 2 3 Apache Ant 4 Copyright 1999-2012 The Apache Software Foundation 5 ------------------------------------- 6 7 This project is a fork of a subset of Ant 1.8.3: 8 http://ant.apache.com/ 9 10 Specifically, it contains the subset of Ant related to matching glob patterns 11 to paths 12 13 The fork was modified as follows: 14 * Started with version 1.8.3 15 16 * Extracted 17 org.apache.tools.ant.types.selectors.SelectorUtils 18 and then everything it transitively references that was truly needed: 19 org.apache.tools.ant.util.FileUtils, 20 org.apache.tools.ant.taskdefs.condition.Condition, 21 org.apache.tools.ant.taskdefs.condition.OS, 22 org.apache.tools.ant.BuildException 23 24 * FileUtils was pruned to keep only 2 methods, which brought OS (which 25 brought Condition). In turn this brought in BuildException which was trimmed 26 up a bit (removing references to Location) 27 28
1 URL: http://archive.apache.org/dist/ant/source/apache-ant-1.8.3-src.tar.gz 2 Version: 1.8.3 3 BugComponent: 99142 4