Skip to content

Commit

Permalink
Item491: moved UserListByPhotograph into the ImageGalleryPlugin, as i…
Browse files Browse the repository at this point in the history
…t depends on this plugin (and also makes a nice little demo of it)

git-svn-id: http://svn.foswiki.org/trunk@1509 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Dec 22, 2008
1 parent 40ea9bb commit a9f45f9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
data/TWiki/ImageGalleryPlugin.txt 0644
data/Main/UserListByPhotograph.txt 0644
lib/TWiki/Plugins/ImageGalleryPlugin/Core.pm 0644
lib/TWiki/Plugins/ImageGalleryPlugin.pm 0644
pub/TWiki/ImageGalleryPlugin/navi.png 0644
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ BEGIN
}
}

use TWiki::Contrib::Build;
use Foswiki::Contrib::Build;

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

# Build the target on the command line, or the default target
$build->build($build->{target});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ lib/Foswiki/Contrib/TopicUserMappingContrib/Config.spec

# Topic based Usermapping topics
data/Main/RegistrationAgent.txt 0644
data/Main/UserListByPhotograph.txt 0644
data/Main/UserListHeader.txt 0644
data/Main/NobodyGroup.txt 0644
data/Main/UserList.txt 0644
Expand Down

0 comments on commit a9f45f9

Please sign in to comment.