Ignore:
Timestamp:
11/19/08 15:00:00 (4 years ago)
Author:
CrawfordCurrie
Message:

Item175: port a subset of the standard extensions over to the new namespace to make a working system with mixed TWiki and Foswiki plugins

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

Legend:

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

    r736 r811  
    44# plugin or contrib and edit. 
    55# 
    6 # Read the comments at the top of lib/TWiki/Contrib/Build.pm for 
     6# Read the comments at the top of lib/Foswiki/Contrib/Build.pm for 
    77# details of how the build process works, and what files you 
    88# have to provide and where. 
     
    2323} 
    2424 
    25 use TWiki::Contrib::Build; 
     25use Foswiki::Contrib::Build; 
    2626 
    2727# Declare our build package 
    2828package BuildBuild; 
    29 use base qw( TWiki::Contrib::Build ); 
     29use base qw( Foswiki::Contrib::Build ); 
    3030 
    3131sub new { 
Note: See TracChangeset for help on using the changeset viewer.