From 858b84d9128d906c2d94e433f533c8578c688c43 Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Wed, 14 Feb 2007 01:56:49 +0000 Subject: [PATCH] Removed ant so that build file works more consistently (including in source release). (SMACK-197) git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7103 b35dd754-fafc-0310-a699-88a17e54d16e --- build/README.html | 9 ++++++-- build/ant | 42 -------------------------------------- build/ant.bat | 51 ---------------------------------------------- build/ant.jar | Bin 2440562 -> 0 bytes build/build.xml | 2 +- 5 files changed, 8 insertions(+), 96 deletions(-) delete mode 100644 build/ant delete mode 100644 build/ant.bat delete mode 100644 build/ant.jar diff --git a/build/README.html b/build/README.html index d251dd606..0f3256316 100644 --- a/build/README.html +++ b/build/README.html @@ -74,8 +74,7 @@ compile and make changes to the Smack source code. http://www.jivesoftware.org/smack/. The Smack build process is based on Ant. Visit the Ant website -for more information. There is no need to download and install Ant - a version of it is included -in this distribution. +for more information and downloads.

This documentation is divided into two sections:

    @@ -142,6 +141,12 @@ possible, instructions are provided for both Unix/Linux and Windows users. +Configure Ant + +

    Test the Build Script