diff --git a/.gitattributes b/.gitattributes index aefc0d6b86549aacae8c66b833cb1b7d63723e79..1abb9f30365549bf1ebb646e210eb37d02a8a148 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1135,15 +1135,10 @@ MAC/APL/APLCommon/test/tAntennaField.sh -text MAC/APL/APLCommon/test/tParentControl.cc -text MAC/APL/APLCommon/test/tParentControl.h -text MAC/APL/APLCommon/test/tParentControl.log_prop -text -MAC/APL/Appl_Controller/CMakeLists.txt -text MAC/APL/Appl_Controller/forkexec.cc -text MAC/APL/Appl_Controller/forkexec.h -text -MAC/APL/CASATools/CMakeLists.txt -text -MAC/APL/CASATools/include/CASATools/CMakeLists.txt -text MAC/APL/CASATools/include/CASATools/CasaConverter.h -text -MAC/APL/CASATools/src/CMakeLists.txt -text MAC/APL/CASATools/src/CasaConverter.cc -text -MAC/APL/CASATools/test/CMakeLists.txt -text MAC/APL/CASATools/test/tCasaConverter.cc -text MAC/APL/CASATools/test/tCasaConverter.log_prop -text MAC/APL/CEPCU/src/CEPlogProcessor/CEPDatapoints.dpl -text @@ -1249,7 +1244,6 @@ MAC/APL/PIC/RSP_Driver/test/tRCUCables.in_4 -text MAC/APL/PIC/RSP_Driver/test/tRCUCables.in_5 -text MAC/APL/PIC/RSP_Driver/test/tRCUCables.in_6 -text MAC/APL/PIC/RSP_Driver/test/tRCUCables.in_CableAtts -text -MAC/APL/PIC/RSP_Protocol/test/CMakeLists.txt -text MAC/APL/PIC/RSP_Protocol/test/tRCUSettings.cc -text MAC/APL/PIC/RSP_Protocol/test/tRCUSettings.stdout -text MAC/APL/PIC/TBB_Driver/test/StubRawEvent.cc -text @@ -1777,7 +1771,6 @@ MAC/GCF/README -text svneol=native#application/octet-stream MAC/GCF/RTDB/test/readScript.ctl -text MAC/GCF/RTDB/test/writeScript.ctl -text MAC/GCF/TM/include/GCF/TM/TestTask.h -text -MAC/GCF/TM/src/TestFramework/CMakeLists.txt -text MAC/GCF/TM/src/TestFramework/TestFW_Protocol.prot -text MAC/GCF/TM/src/TestFramework/TestTask.cc -text MAC/GCF/TM/test/Echo_Protocol.prot -text svneol=native#application/octet-stream @@ -2230,7 +2223,6 @@ MAC/Tools/NTP/timepps.h -text MAC/Tools/NTP/timer.c -text MAC/Tools/NTP/timer.c.patch -text MAC/Tools/NTP/timex.h -text -MAC/Tools/Rubidium/CMakeLists.txt -text MAC/Tools/Rubidium/filter.py -text MAC/Tools/Rubidium/plotrubidium -text MAC/Tools/Rubidium/rlp.py -text diff --git a/MAC/APL/Appl_Controller/CMakeLists.txt b/MAC/APL/Appl_Controller/CMakeLists.txt index fe61f841e9fe6a7844c01446f0c84629277f6027..05e52aa3f92f48e82ac0a4b263f72531357c5b95 100644 --- a/MAC/APL/Appl_Controller/CMakeLists.txt +++ b/MAC/APL/Appl_Controller/CMakeLists.txt @@ -1,4 +1,4 @@ -# $Id: CMakeLists.txt 13516 2009-06-30 10:05:44Z loose $ +# $Id$ lofar_package(Appl_Controller 2.0 DEPENDS Common MACIO ALC PLC) diff --git a/MAC/APL/CASATools/CMakeLists.txt b/MAC/APL/CASATools/CMakeLists.txt index cdc1384c873f165d1b0e2e0ac62b49512193c627..0e1043236f1f99f43b56355e6aaa293c761199f9 100644 --- a/MAC/APL/CASATools/CMakeLists.txt +++ b/MAC/APL/CASATools/CMakeLists.txt @@ -1,4 +1,4 @@ -# $Id: CMakeLists.txt 14697 2009-12-16 15:06:53Z loose $ +# $Id$ # Do not split the following line, otherwise makeversion will fail! lofar_package(CASATools 1.0 DEPENDS Common RTCCommon) diff --git a/MAC/APL/CASATools/include/CASATools/CMakeLists.txt b/MAC/APL/CASATools/include/CASATools/CMakeLists.txt index d993fbdc634a4009318f1e83c0eccf3888255369..1205955965d74fb9ed785570f0aeebb4b1d774bd 100644 --- a/MAC/APL/CASATools/include/CASATools/CMakeLists.txt +++ b/MAC/APL/CASATools/include/CASATools/CMakeLists.txt @@ -1,4 +1,4 @@ -# $Id: CMakeLists.txt 15531 2010-04-23 09:08:18Z romein $ +# $Id$ # Create symbolic link to include directory. execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink diff --git a/MAC/APL/CASATools/src/CMakeLists.txt b/MAC/APL/CASATools/src/CMakeLists.txt index 51c578092d18bc2d3af13f8ee6d1ce5054e65b23..9e9f0c166f240fe2cdd591542cce9becdbab4dc3 100644 --- a/MAC/APL/CASATools/src/CMakeLists.txt +++ b/MAC/APL/CASATools/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# $Id: CMakeLists.txt 14273 2009-10-16 10:08:29Z loose $ +# $Id$ include(LofarPackageVersion) diff --git a/MAC/APL/CASATools/test/CMakeLists.txt b/MAC/APL/CASATools/test/CMakeLists.txt index 2ab6e3eeb9dceb8e079570c79f92315a11f4978f..0dd2fe0152e317b317ed4be6f65b623a6945e369 100644 --- a/MAC/APL/CASATools/test/CMakeLists.txt +++ b/MAC/APL/CASATools/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# $Id: CMakeLists.txt 14273 2009-10-16 10:08:29Z loose $ +# $Id$ include(LofarCTest) diff --git a/MAC/APL/PIC/RSP_Protocol/test/CMakeLists.txt b/MAC/APL/PIC/RSP_Protocol/test/CMakeLists.txt index a24612267c8a5729863d99d4c34f4b1245c35c7f..5f69fe178c5a5df4eb7e20d0a8f406eabf334b60 100644 --- a/MAC/APL/PIC/RSP_Protocol/test/CMakeLists.txt +++ b/MAC/APL/PIC/RSP_Protocol/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# $Id: CMakeLists.txt 14588 2009-12-02 15:31:07Z overeem $ +# $Id$ include(LofarCTest) diff --git a/MAC/GCF/TM/src/TestFramework/CMakeLists.txt b/MAC/GCF/TM/src/TestFramework/CMakeLists.txt index 8d6f331841ac450432114e52ba9b542257f3f11f..78cc47e8c07a46589d2cb79a97a1554f0f59896b 100644 --- a/MAC/GCF/TM/src/TestFramework/CMakeLists.txt +++ b/MAC/GCF/TM/src/TestFramework/CMakeLists.txt @@ -1,4 +1,4 @@ -# $Id: CMakeLists.txt 14273 2009-10-16 10:08:29Z loose $ +# $Id$ # Add current source directory to -I path. This is needed because GCFTM uses # angle brackets for internal header files, instead of quotes.