Skip to content

Commit

Permalink
Item552: Checking in the build contrib stuff for dev on SVN
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/ThumbnailPlugin@1560 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Dec 23, 2008
1 parent d2c1eb7 commit 49a183c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Empty file.
2 changes: 2 additions & 0 deletions lib/Foswiki/Plugins/ThumbnailPlugin/MANIFEST
@@ -0,0 +1,2 @@
data/System/ThumbnailPlugin.txt 0644
lib/Foswiki/Plugins/ThumbnailPlugin.pm 0444
11 changes: 11 additions & 0 deletions lib/Foswiki/Plugins/ThumbnailPlugin/build.pl
@@ -0,0 +1,11 @@
#!/usr/bin/perl -w
#
BEGIN {
foreach my $pc (split(/:/, $ENV{FOSWIKI_LIBS})) {
unshift @INC, $pc;
}
}
use Foswiki::Contrib::Build;

my $build = new Foswiki::Contrib::Build("ThumbnailPlugin");
$build->build($build->{target});

0 comments on commit 49a183c

Please sign in to comment.