- Timestamp:
- 11/20/08 13:04:58 (4 years ago)
- Location:
- trunk/BuildContrib/lib/Foswiki
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from trunk/BuildContrib/lib/TWiki)
-
Contrib/BuildContrib/TEMPLATE_installer.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BuildContrib/lib/Foswiki/Contrib/BuildContrib/TEMPLATE_installer.pl
r548 r827 3 3 # Install script for %$MODULE% 4 4 # 5 # Copyright (C) 2004-2007 NextWiki Contributors. All Rights Reserved.6 # NextWiki Contributors are listed in the AUTHORS file in the root of5 # Copyright (C) 2004-2007 Foswiki Contributors. All Rights Reserved. 6 # Foswiki Contributors are listed in the AUTHORS file in the root of 7 7 # this distribution. NOTE: Please extend that file, not this notice. 8 8 # … … 55 55 =cut 56 56 57 # This is all done in package TWiki so that reading LocalSite.cfg and TWiki.cfg57 # This is all done in package Foswiki so that reading LocalSite.cfg and Foswiki.cfg 58 58 # will put the config vars into the right namespace. 59 package TWiki;59 package Foswiki; 60 60 61 61 # The root of package URLs … … 139 139 } 140 140 141 TWiki::Extender::install( $PACKAGES_URL, '%$MODULE%', '%$ROOTMODULE%', @DATA );141 Foswiki::Extender::install( $PACKAGES_URL, '%$MODULE%', '%$ROOTMODULE%', @DATA ); 142 142 143 143 1;
Note: See TracChangeset
for help on using the changeset viewer.
