From ca135637bdeea165466a7568ddb2e609014067dc Mon Sep 17 00:00:00 2001 From: Jeffrey Ryan Thalhammer Date: Sat, 23 Aug 2008 23:17:59 +0000 Subject: [PATCH] Added a build.xml script to all distributions. Tools like Eclipse and Intelli-J have good interfaces for creating and running Ant scripts. These files just serve as wrappers around Build.PL, so you can take advantage of those interfaces when working with Perl dists. --- build.xml | 193 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 193 insertions(+) create mode 100644 build.xml diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..0bbd72c --- /dev/null +++ b/build.xml @@ -0,0 +1,193 @@ + + + + + + + + Build the Perl-Critic distribution. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.9.1