Skip to content

Commit

Permalink
Item554: Adding the stuff needed for build contrib and
Browse files Browse the repository at this point in the history
development under an SVN tree


git-svn-id: http://svn.foswiki.org/trunk/X509UserPlugin@1541 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Dec 23, 2008
1 parent 8f90c0d commit c471641
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Empty file.
8 changes: 8 additions & 0 deletions lib/TWiki/Plugins/X509UserPlugin/MANIFEST
@@ -0,0 +1,8 @@
data/TWiki/X509UserPlugin.txt 0644
data/Sandbox/TWikiRegistration.txt 0644
lib/TWiki/Users/X509UserMapping.pm 0444
lib/TWiki/Users/X509UserMapping/Cert.pm 0444
lib/TWiki/Users/X509PasswdUser.pm 0444
lib/TWiki/Plugins/X509UserPlugin.pm 0444
lib/TWiki/Plugins/X509UserPlugin/Config.spec 0444
lib/TWiki/LoginManager/X509Login.pm 0444
11 changes: 11 additions & 0 deletions lib/TWiki/Plugins/X509UserPlugin/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("X509UserPlugin");
$build->build($build->{target});

0 comments on commit c471641

Please sign in to comment.