Skip to content

Commit

Permalink
Item1146: publish to foswiki.org
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/DbiContrib@2703 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Feb 25, 2009
1 parent e62ba1e commit 681029f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lib/Foswiki/Contrib/DbiContrib/build.pl
Expand Up @@ -7,19 +7,5 @@ BEGIN
# Create the build object
$build = new Foswiki::Contrib::Build('DbiContrib');

# (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} = 'Plugins';
# Full URL of pub directory
$build->{UPLOADTARGETPUB} = 'http://fosiki.com/pub';
# Full URL of bin directory
$build->{UPLOADTARGETSCRIPT} = 'http://fosiki.com';
# Script extension
$build->{UPLOADTARGETSUFFIX} = '';

# Build the target on the command line, or the default target
$build->build($build->{target});

0 comments on commit 681029f

Please sign in to comment.