Ignore:
Timestamp:
11/20/08 13:04:58 (4 years ago)
Author:
CrawfordCurrie
Message:

Item175: BuildContrib now builds both Foswiki and TWiki targeted plugins. If you want to target both, then target TWiki. TWiki plugins require the TWikiCompatibilityContrib to be installed.

Location:
trunk/BuildContrib/lib/Foswiki
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/BuildContrib/lib/Foswiki/Contrib/BuildContrib/TEMPLATE_installer.pl

    r548 r827  
    33# Install script for %$MODULE% 
    44# 
    5 # Copyright (C) 2004-2007 NextWiki Contributors. All Rights Reserved. 
    6 # NextWiki Contributors are listed in the AUTHORS file in the root of 
     5# Copyright (C) 2004-2007 Foswiki Contributors. All Rights Reserved. 
     6# Foswiki Contributors are listed in the AUTHORS file in the root of 
    77# this distribution. NOTE: Please extend that file, not this notice. 
    88# 
     
    5555=cut 
    5656 
    57 # This is all done in package TWiki so that reading LocalSite.cfg and TWiki.cfg 
     57# This is all done in package Foswiki so that reading LocalSite.cfg and Foswiki.cfg 
    5858# will put the config vars into the right namespace. 
    59 package TWiki; 
     59package Foswiki; 
    6060 
    6161# The root of package URLs 
     
    139139} 
    140140 
    141 TWiki::Extender::install( $PACKAGES_URL, '%$MODULE%', '%$ROOTMODULE%', @DATA ); 
     141Foswiki::Extender::install( $PACKAGES_URL, '%$MODULE%', '%$ROOTMODULE%', @DATA ); 
    142142 
    1431431; 
Note: See TracChangeset for help on using the changeset viewer.