Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/org/apache/tools/ant/ | 03-May-2024 | - | 1,277 | 603 | ||
.classpath | D | 03-May-2024 | 226 | 7 | 6 | |
.gitignore | D | 03-May-2024 | 42 | 7 | 6 | |
.project | D | 03-May-2024 | 367 | 18 | 17 | |
Android.bp | D | 03-May-2024 | 1.8 KiB | 53 | 48 | |
METADATA | D | 03-May-2024 | 39 | 4 | 3 | |
MODULE_LICENSE_APL | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 14.9 KiB | 273 | 258 | |
OWNERS | D | 03-May-2024 | 152 | 5 | 4 | |
README.txt | D | 03-May-2024 | 864 | 28 | 20 | |
README.version | D | 03-May-2024 | 110 | 4 | 3 |
README.txt
1Ant Glob support 2 3Apache Ant 4Copyright 1999-2012 The Apache Software Foundation 5------------------------------------- 6 7This project is a fork of a subset of Ant 1.8.3: 8http://ant.apache.com/ 9 10Specifically, it contains the subset of Ant related to matching glob patterns 11to paths 12 13The 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
README.version
1URL: http://archive.apache.org/dist/ant/source/apache-ant-1.8.3-src.tar.gz 2Version: 1.8.3 3BugComponent: 99142 4