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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki.pm

    r812 r827  
    5050use Error qw( :try ); 
    5151use CGI;    # Always required to get html generation tags; 
    52  
    53 BEGIN { $Package::Alias::BRAVE = 1 } 
    54 use Package::Alias 
    55   'TWiki::Plugins' => 'Foswiki::Plugins', 
    56   'TWiki::Func' => 'Foswiki::Func'; 
    5752 
    5853use Foswiki::Response; 
Note: See TracChangeset for help on using the changeset viewer.