- Timestamp:
- 11/24/08 10:14:44 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WidgetsSkin/lib/Foswiki/Contrib/WidgetsSkin/build.pl
r736 r912 5 5 # plugin or contrib and edit. 6 6 # 7 # Read the comments at the top of lib/ TWiki/Contrib/Build.pm for7 # Read the comments at the top of lib/Foswiki/Contrib/Build.pm for 8 8 # details of how the build process works, and what files you 9 9 # have to provide and where. … … 22 22 BEGIN { unshift @INC, split( /:/, $ENV{TWIKI_LIBS} ) } 23 23 24 use TWiki::Contrib::Build;24 use Foswiki::Contrib::Build; 25 25 26 26 # Declare our build package 27 27 package BuildBuild; 28 use base qw( TWiki::Contrib::Build );28 use base qw( Foswiki::Contrib::Build ); 29 29 30 30 sub new {
Note: See TracChangeset
for help on using the changeset viewer.
