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

Legend:

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

    r14 r811  
    99} 
    1010 
    11 use TWiki::Contrib::Build; 
     11use Foswiki::Contrib::Build; 
    1212 
    1313# Create the build object 
    14 $build = new TWiki::Contrib::Build( 'InterwikiPlugin' ); 
     14$build = new Foswiki::Contrib::Build( 'InterwikiPlugin' ); 
    1515 
    1616# Build the target on the command line, or the default target 
Note: See TracChangeset for help on using the changeset viewer.