##// END OF EJS Templates
Move scripts to tools folder
Jani Honkonen -
r1203:5bd91523463d
parent child
Show More
1 NO CONTENT: file renamed from tests/scripts/Jobs.pm to tools/Jobs.pm
1 NO CONTENT: file renamed from tests/scripts/Tiny.pm to tools/Tiny.pm
@@ -1,6 +1,6
1 1 use File::Basename;
2 2 use feature "switch";
3 use lib 'test/scripts';
3 use lib 'tools';
4 4 use Jobs;
5 5
6 6 # read command line params
1 NO CONTENT: file renamed from tests/scripts/build_win_mingw.bat to tools/build_win_mingw.bat
1 NO CONTENT: file renamed from tests/scripts/build_win_vs2005.bat to tools/build_win_vs2005.bat
1 NO CONTENT: file renamed from tests/scripts/build_win_vs2008.bat to tools/build_win_vs2008.bat
1 NO CONTENT: file renamed from tests/scripts/build_win_vs2010.bat to tools/build_win_vs2010.bat
1 NO CONTENT: file renamed from tests/scripts/build_win_vs2010_64bit.bat to tools/build_win_vs2010_64bit.bat
1 NO CONTENT: file renamed from tests/scripts/jobs.ini to tools/jobs.ini
@@ -3,7 +3,7 use Cwd 'abs_path';
3 3 use File::Basename;
4 4 use File::Copy;
5 5 use feature "switch";
6 use lib 'test/scripts';
6 use lib 'tools';
7 7 use Jobs;
8 8
9 9 # read command line params
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now