Skip to content
Snippets Groups Projects
Commit 0d2781ea authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #2699, #514: Moved share directory containing clusterdesc files from...

Task #2699, #514: Moved share directory containing clusterdesc files from LCS/Common to CEP/LMWCommon
parent 0ec82d8f
No related branches found
No related tags found
No related merge requests found
Showing
with 16 additions and 16 deletions
...@@ -975,6 +975,21 @@ CEP/Imager/LofarFT/src/LofarCubeSkyEquation.cc -text ...@@ -975,6 +975,21 @@ CEP/Imager/LofarFT/src/LofarCubeSkyEquation.cc -text
CEP/Imager/LofarFT/src/LofarVisibilityResampler.cc -text CEP/Imager/LofarFT/src/LofarVisibilityResampler.cc -text
CEP/Imager/LofarFT/src/LofarVisibilityResamplerBase.cc -text CEP/Imager/LofarFT/src/LofarVisibilityResamplerBase.cc -text
CEP/Imager/LofarFT/src/addImagingInfo -text CEP/Imager/LofarFT/src/addImagingInfo -text
CEP/LMWCommon/share/cep2.clusterdesc -text
CEP/LMWCommon/share/development.clusterdesc -text
CEP/LMWCommon/share/full.clusterdesc -text
CEP/LMWCommon/share/imaging.clusterdesc -text
CEP/LMWCommon/share/local.clusterdesc -text
CEP/LMWCommon/share/production.clusterdesc -text
CEP/LMWCommon/share/pulsar.clusterdesc -text
CEP/LMWCommon/share/sub1.clusterdesc -text
CEP/LMWCommon/share/sub2.clusterdesc -text
CEP/LMWCommon/share/sub3.clusterdesc -text
CEP/LMWCommon/share/sub4.clusterdesc -text
CEP/LMWCommon/share/sub5.clusterdesc -text
CEP/LMWCommon/share/sub6.clusterdesc -text
CEP/LMWCommon/share/sub7.clusterdesc -text
CEP/LMWCommon/share/sub8.clusterdesc -text
CEP/LMWCommon/src/cexecms -text CEP/LMWCommon/src/cexecms -text
CEP/LMWCommon/src/cexecms-part -text CEP/LMWCommon/src/cexecms-part -text
CEP/LMWCommon/src/expandparameter -text CEP/LMWCommon/src/expandparameter -text
...@@ -2136,21 +2151,6 @@ LCS/Common/include/Common/NewHandler.h -text ...@@ -2136,21 +2151,6 @@ LCS/Common/include/Common/NewHandler.h -text
LCS/Common/include/Common/Thread/Cancellation.h -text LCS/Common/include/Common/Thread/Cancellation.h -text
LCS/Common/include/Common/Thread/Condition.h -text LCS/Common/include/Common/Thread/Condition.h -text
LCS/Common/include/Common/Thread/Mutex.h -text LCS/Common/include/Common/Thread/Mutex.h -text
LCS/Common/share/cep2.clusterdesc -text
LCS/Common/share/development.clusterdesc -text
LCS/Common/share/full.clusterdesc -text
LCS/Common/share/imaging.clusterdesc -text
LCS/Common/share/local.clusterdesc -text
LCS/Common/share/production.clusterdesc -text
LCS/Common/share/pulsar.clusterdesc -text
LCS/Common/share/sub1.clusterdesc -text
LCS/Common/share/sub2.clusterdesc -text
LCS/Common/share/sub3.clusterdesc -text
LCS/Common/share/sub4.clusterdesc -text
LCS/Common/share/sub5.clusterdesc -text
LCS/Common/share/sub6.clusterdesc -text
LCS/Common/share/sub7.clusterdesc -text
LCS/Common/share/sub8.clusterdesc -text
LCS/Common/src/Common-Model.cat -text LCS/Common/src/Common-Model.cat -text
LCS/Common/src/NewHandler.cc -text LCS/Common/src/NewHandler.cc -text
LCS/Common/src/Thread/Cancellation.cc -text LCS/Common/src/Thread/Cancellation.cc -text
......
...@@ -7,5 +7,6 @@ lofar_find_package(Boost REQUIRED) ...@@ -7,5 +7,6 @@ lofar_find_package(Boost REQUIRED)
lofar_find_package(Casacore COMPONENTS casa REQUIRED) lofar_find_package(Casacore COMPONENTS casa REQUIRED)
add_subdirectory(include/LMWCommon) add_subdirectory(include/LMWCommon)
add_subdirectory(share)
add_subdirectory(src) add_subdirectory(src)
add_subdirectory(test) add_subdirectory(test)
...@@ -9,5 +9,4 @@ lofar_find_package(Readline) ...@@ -9,5 +9,4 @@ lofar_find_package(Readline)
add_subdirectory(include/Common) add_subdirectory(include/Common)
add_subdirectory(src) add_subdirectory(src)
add_subdirectory(share)
add_subdirectory(test) add_subdirectory(test)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment