Ignore:
Timestamp:
11/24/08 10:14:44 (4 years ago)
Author:
SvenDowideit
Message:

Item273: move to Foswiki

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WidgetsSkin/lib/Foswiki/Contrib/WidgetsSkin/build.pl

    r736 r912  
    55# plugin or contrib and edit. 
    66# 
    7 # Read the comments at the top of lib/TWiki/Contrib/Build.pm for 
     7# Read the comments at the top of lib/Foswiki/Contrib/Build.pm for 
    88# details of how the build process works, and what files you 
    99# have to provide and where. 
     
    2222BEGIN { unshift @INC, split( /:/, $ENV{TWIKI_LIBS} ) } 
    2323 
    24 use TWiki::Contrib::Build; 
     24use Foswiki::Contrib::Build; 
    2525 
    2626# Declare our build package 
    2727package BuildBuild; 
    28 use base qw( TWiki::Contrib::Build ); 
     28use base qw( Foswiki::Contrib::Build ); 
    2929 
    3030sub new { 
Note: See TracChangeset for help on using the changeset viewer.