From a9923af0ff4681c6219de24e3c34856a85c4ce29 Mon Sep 17 00:00:00 2001 From: Joe Schmetzer Date: Wed, 24 Jul 2024 16:44:30 +1000 Subject: [PATCH] Remove old, unused build definitions --- BUILDING.txt | 17 --- build.xml.original | 289 --------------------------------------------- 2 files changed, 306 deletions(-) delete mode 100644 BUILDING.txt delete mode 100644 build.xml.original diff --git a/BUILDING.txt b/BUILDING.txt deleted file mode 100644 index ec52cb32..00000000 --- a/BUILDING.txt +++ /dev/null @@ -1,17 +0,0 @@ - ********************** -********************* Building Hamcrest ********************* - ********************** - ---[ Build requirements ]------------------------------------- - -* JDK 1.8 - ---[ Building from the command line ]------------------------- - -Execute Gradle target: - ./gradlew clean build javadoc - -This will download the correct version of Gradle, do a full -clean build, run all tests and (if successful) package up -a distribution. The resulting builds reside in the 'build' -directory. diff --git a/build.xml.original b/build.xml.original deleted file mode 100644 index 95662ee0..00000000 --- a/build.xml.original +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -