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/JSCalendarContrib/lib/Foswiki
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/JSCalendarContrib/lib/Foswiki/Contrib/JSCalendarContrib/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. 
     
    2525} 
    2626 
    27 use TWiki::Contrib::Build; 
     27use Foswiki::Contrib::Build; 
    2828 
    2929package JSCalendarBuild; 
    3030 
    31 @JSCalendarBuild::ISA = ( "TWiki::Contrib::Build" ); 
     31@JSCalendarBuild::ISA = ( "Foswiki::Contrib::Build" ); 
    3232 
    3333sub new { 
Note: See TracChangeset for help on using the changeset viewer.