summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2016-04-12 09:56:33 +0000
committerJaven O'Neal <onealj@apache.org>2016-04-12 09:56:33 +0000
commit6c38d6cf2695ce2f39985802f29336d7c8db0589 (patch)
tree127f1cbedca3d1ab5cc1585a91146437283fd31d /build.xml
parent22376d8c16ed1d0408a9f95f2f45d2fd2c263606 (diff)
downloadpoi-6c38d6cf2695ce2f39985802f29336d7c8db0589.tar.gz
poi-6c38d6cf2695ce2f39985802f29336d7c8db0589.zip
sourceforge findbugs can't be downloaded over HTTPS yet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738751 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index f3807948eb..b0369e58ff 100644
--- a/build.xml
+++ b/build.xml
@@ -1863,7 +1863,7 @@ under the License.
<target name="findbugs">
<!-- NOTE: we did not update to 3.x yet because it requires Java 7, but we are still supporting Java 6 currently! -->
<downloadfile
- src="https://prdownloads.sourceforge.net/findbugs/findbugs-noUpdateChecks-2.0.3.zip?download"
+ src="http://prdownloads.sourceforge.net/findbugs/findbugs-noUpdateChecks-2.0.3.zip?download"
dest="${main.lib}/findbugs-noUpdateChecks-2.0.3.zip"/>
<property name="findbugs.home" value="build/findbugs" />