From fe7c497ca891b37e1b8b5b56c12bc8c7a4f8c37f Mon Sep 17 00:00:00 2001 From: psxlover Date: Sat, 15 Sep 2012 22:37:08 +0300 Subject: [PATCH] Fixed two stupid mistakes in the build.xml: 1) used a mirror for the commons-codec download, and there was an update on it today, so the older version got removed from the mirror 2) used filterset when copying binary files which was corrupting them Also while I was at it I updated the forge version. --- build.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index aac63562..da710da1 100644 --- a/build.xml +++ b/build.xml @@ -18,7 +18,7 @@ - + @@ -63,7 +63,7 @@ - + @@ -189,6 +189,7 @@ +