- Timestamp:
- 11/19/08 15:00:00 (4 years ago)
- Location:
- trunk/JSCalendarContrib/lib/Foswiki
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from trunk/JSCalendarContrib/lib/TWiki)
-
Contrib/JSCalendarContrib/build.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSCalendarContrib/lib/Foswiki/Contrib/JSCalendarContrib/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. … … 25 25 } 26 26 27 use TWiki::Contrib::Build;27 use Foswiki::Contrib::Build; 28 28 29 29 package JSCalendarBuild; 30 30 31 @JSCalendarBuild::ISA = ( " TWiki::Contrib::Build" );31 @JSCalendarBuild::ISA = ( "Foswiki::Contrib::Build" ); 32 32 33 33 sub new {
Note: See TracChangeset
for help on using the changeset viewer.
