Skip to content

Commit

Permalink
Item8039: fixed build script
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/MediaWikiTablePlugin@1818 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Jan 7, 2009
1 parent 3d7beb7 commit adb1961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/TWiki/Plugins/MediaWikiTablePlugin/build.pl
Expand Up @@ -5,10 +5,10 @@ BEGIN
}
}

use TWiki::Contrib::Build;
use Foswiki::Contrib::Build;

# Create the build object
$build = new TWiki::Contrib::Build( 'MediaWikiTablePlugin' );
$build = new Foswiki::Contrib::Build( 'MediaWikiTablePlugin' );

# Build the target on the command line, or the default target
$build->build($build->{target});
Expand Down

0 comments on commit adb1961

Please sign in to comment.