- Timestamp:
- 11/19/08 15:00:00 (4 years ago)
- Location:
- trunk/EmptyPlugin/lib/Foswiki
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from trunk/EmptyPlugin/lib/TWiki)
-
Plugins/EmptyPlugin/build.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin/build.pl
r736 r811 4 4 # plugin or contrib and edit. 5 5 # 6 # Read the comments at the top of lib/ TWiki/Contrib/Build.pm for6 # Read the comments at the top of lib/Foswiki/Contrib/Build.pm for 7 7 # details of how the build process works, and what files you 8 8 # have to provide and where. … … 23 23 } 24 24 25 use TWiki::Contrib::Build;25 use Foswiki::Contrib::Build; 26 26 27 27 # Declare our build package 28 28 package BuildBuild; 29 use base qw( TWiki::Contrib::Build );29 use base qw( Foswiki::Contrib::Build ); 30 30 31 31 sub new {
Note: See TracChangeset
for help on using the changeset viewer.
