Skip to content

Commit

Permalink
Item9014: use correct build package
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/FreeMarkerPlugin@7385 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed May 12, 2010
1 parent 1c066dd commit 23d9df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/FreeMarkerPlugin/build.pl
Expand Up @@ -11,7 +11,7 @@ BEGIN
use Foswiki::Contrib::Build;

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

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

0 comments on commit 23d9df0

Please sign in to comment.