'new_launcher_alpha_091119'.
Sprout from BR_AR 2009-11-19 10:58:15 UTC ribes <ribes> 'eSSH remote patch, it use param[EXECUTIONHOST]'
Cherrypick from BR_AR 2009-11-12 13:34:49 UTC ribes <ribes> '- Use exportInputFiles in eSSH':
src/Core/Batch_CommunicationProtocolSH.cxx
src/SSH/CMakeLists.txt
{
vector<string> cmd;
cmd.push_back(CP_COMMAND);
-#ifndef WIN32
cmd.push_back("-r");
-#endif
cmd.push_back(fixPath(sourcePath));
cmd.push_back(fixPath(destinationPath));
return cmd;
APPEND_CLASSES_TO_SRC_FILES(${CLASS_LIST})
APPEND_CLASSES_TO_HDR_FILES(${CLASS_LIST})
-#IF (TEST_ENABLED)
-# add_subdirectory(Test)
-#ENDIF (TEST_ENABLED)
+IF (TEST_ENABLED)
+ add_subdirectory(Test)
+ENDIF (TEST_ENABLED)