Skip to content

Commit

Permalink
Item1244: shrinkage
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/PhpBB3UsersContrib@3053 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Mar 13, 2009
1 parent 2b25736 commit 581c4e0
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions lib/Foswiki/Contrib/PhpBB3UsersContrib/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,5 @@

use Foswiki::Contrib::Build;

# Declare our build package
package BuildBuild;
use base qw( Foswiki::Contrib::Build );

sub new {
my $class = shift;
return bless( $class->SUPER::new( "PhpBB3UsersContrib" ), $class );
}

# Example: Override the build target
sub target_build {
my $this = shift;

$this->SUPER::target_build();

# Do other build stuff here
}

# Create the build object
my $build = new BuildBuild();

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

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

0 comments on commit 581c4e0

Please sign in to comment.