- Timestamp:
- 11/28/08 15:12:15 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin/build.pl
r852 r1043 2 2 #!/usr/bin/perl -w 3 3 BEGIN { 4 unshift @INC, split( /:/, $ENV{ TWIKI_LIBS} );4 unshift @INC, split( /:/, $ENV{FOSWIKI_LIBS} ); 5 5 } 6 6 use Foswiki::Contrib::Build; … … 9 9 $build = new Foswiki::Contrib::Build('TinyMCEPlugin'); 10 10 11 # Set the details of the repository for uploads.12 # This can be any web on any accessible TWiki installation.13 14 # name of web to upload to15 $build->{UPLOADTARGETWEB} = 'Extensions';16 # Full URL of pub directory17 $build->{UPLOADTARGETPUB} = 'http://foswiki.org/pub';18 # Full URL of bin directory19 $build->{UPLOADTARGETSCRIPT} = 'http://foswiki.org/bin';20 # Script extension21 $build->{UPLOADTARGETSUFFIX} = '';22 23 11 # Build the target on the command line, or the default target 24 12 $build->build($build->{target});
Note: See TracChangeset
for help on using the changeset viewer.
