Ignore:
Timestamp:
11/28/08 15:12:15 (3 years ago)
Author:
CrawfordCurrie
Message:

Item6041: fix empty bullet list Item324: get it working on Foswiki Item295: further detoxing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin/build.pl

    r852 r1043  
    22#!/usr/bin/perl -w 
    33BEGIN { 
    4     unshift @INC, split( /:/, $ENV{TWIKI_LIBS} ); 
     4    unshift @INC, split( /:/, $ENV{FOSWIKI_LIBS} ); 
    55} 
    66use Foswiki::Contrib::Build; 
     
    99$build = new Foswiki::Contrib::Build('TinyMCEPlugin'); 
    1010 
    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 to 
    15 $build->{UPLOADTARGETWEB} = 'Extensions'; 
    16 # Full URL of pub directory 
    17 $build->{UPLOADTARGETPUB} = 'http://foswiki.org/pub'; 
    18 # Full URL of bin directory 
    19 $build->{UPLOADTARGETSCRIPT} = 'http://foswiki.org/bin'; 
    20 # Script extension 
    21 $build->{UPLOADTARGETSUFFIX} = ''; 
    22  
    2311# Build the target on the command line, or the default target 
    2412$build->build($build->{target}); 
Note: See TracChangeset for help on using the changeset viewer.