Skip to content

Commit

Permalink
Item11881: correct plugin name
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/PdfPlugin@14866 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed May 19, 2012
1 parent 3672b88 commit 26499f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/PdfPlugin/build.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
# Build for FormPlugin
# Build for PdfPlugin
#
BEGIN {
foreach my $pc ( split( /:/, $ENV{FOSWIKI_LIBS} ) ) {
Expand All @@ -11,7 +11,7 @@ BEGIN
use Foswiki::Contrib::Build;

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

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

0 comments on commit 26499f1

Please sign in to comment.