Skip to content

Commit

Permalink
Item13239: 3 years in waiting-for-release is not healthy
Browse files Browse the repository at this point in the history
  • Loading branch information
cdot committed Apr 25, 2017
1 parent f4e08fd commit c7f14ef
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions lib/Foswiki/Plugins/JQTablePlugin/build.pl
Expand Up @@ -5,23 +5,6 @@
# Create the build object
$build = new Foswiki::Contrib::Build('JQTablePlugin');

# (Optional) Set the details of the repository for uploads.
# This can be any web on any accessible Foswiki installation.
# 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} );

0 comments on commit c7f14ef

Please sign in to comment.