- Timestamp:
- 11/19/08 19:11:33 (4 years ago)
- Location:
- trunk/UnitTestContrib/lib/Foswiki
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from trunk/UnitTestContrib/lib/TWiki)
-
Contrib/UnitTestContrib/build.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UnitTestContrib/lib/Foswiki/Contrib/UnitTestContrib/build.pl
r14 r816 3 3 unshift @INC, split( /:/, $ENV{TWIKI_LIBS} ); 4 4 } 5 use TWiki::Contrib::Build;5 use Foswiki::Contrib::Build; 6 6 7 7 # Create the build object 8 $build = new TWiki::Contrib::Build('UnitTestContrib');8 $build = new Foswiki::Contrib::Build('UnitTestContrib'); 9 9 10 10 # (Optional) Set the details of the repository for uploads.
Note: See TracChangeset
for help on using the changeset viewer.
