aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-05-15 11:06:04 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-05-15 11:06:04 -0700
commit0f189400fd2a36bf11bfb058e7f3917eb7ed163a (patch)
tree31cfb93323da466e36cd74fb8fd2ece06ecf97d6 /README.txt
parentd1fa5c0d9856fe4e3dc2d30cb96e3cc847ff125f (diff)
parent5716c15248acdb7dba42d951cf8273ee87cc6846 (diff)
downloadandroid_external_ant-glob-cm-13.0.tar.gz
android_external_ant-glob-cm-13.0.tar.bz2
android_external_ant-glob-cm-13.0.zip
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..3e26409
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,27 @@
+Ant Glob support
+
+Apache Ant
+Copyright 1999-2012 The Apache Software Foundation
+-------------------------------------
+
+This project is a fork of a subset of Ant 1.8.3:
+http://ant.apache.com/
+
+Specifically, it contains the subset of Ant related to matching glob patterns
+to paths
+
+The fork was modified as follows:
+* Started with version 1.8.3
+
+* Extracted
+ org.apache.tools.ant.types.selectors.SelectorUtils
+ and then everything it transitively references that was truly needed:
+ org.apache.tools.ant.util.FileUtils,
+ org.apache.tools.ant.taskdefs.condition.Condition,
+ org.apache.tools.ant.taskdefs.condition.OS,
+ org.apache.tools.ant.BuildException
+
+* FileUtils was pruned to keep only 2 methods, which brought OS (which
+ brought Condition). In turn this brought in BuildException which was trimmed
+ up a bit (removing references to Location)
+