From f36f2ac487718df952862cfc366577fd353325b8 Mon Sep 17 00:00:00 2001 From: George Clark Date: Mon, 22 Jan 2018 13:14:19 -0500 Subject: [PATCH] Item13883: Fix build script for TopicUserMappingContrib. Was failing with 501 status, trying to upload to foswiki.org --- .../Foswiki/Contrib/TopicUserMappingContrib/build.pl | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/TopicUserMappingContrib/lib/Foswiki/Contrib/TopicUserMappingContrib/build.pl b/TopicUserMappingContrib/lib/Foswiki/Contrib/TopicUserMappingContrib/build.pl index 7d5dc37948..c2b5c675d6 100755 --- a/TopicUserMappingContrib/lib/Foswiki/Contrib/TopicUserMappingContrib/build.pl +++ b/TopicUserMappingContrib/lib/Foswiki/Contrib/TopicUserMappingContrib/build.pl @@ -15,18 +15,6 @@ BEGIN # These defaults will be used when expanding tokens in .txt # files, but be warned, they can be overridden at upload time! -# name of web to upload to -$build->{UPLOADTARGETWEB} = 'Extensions'; - -# Full URL of pub directory -$build->{UPLOADTARGETPUB} = 'http://foswiki.org/pub'; - -# Full URL of bin directory -$build->{UPLOADTARGETSCRIPT} = 'http://foswiki.org/bin'; - -# Script extension -$build->{UPLOADTARGETSUFFIX} = ''; - # Build the target on the command line, or the default target $build->build( $build->{target} );