From 5716c15248acdb7dba42d951cf8273ee87cc6846 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Mon, 14 May 2012 17:53:39 -0700 Subject: Original upload of the glob library This is a few extracted classes from Ant, under Apache License Public 2.0 Change-Id: Id1b91ebab95e8d746787d40d5a1a820bd77bff8d --- README.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.txt (limited to 'README.txt') 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) + -- cgit v1.2.3