Skip to content
Snippets Groups Projects
Commit 9a7bd3a7 authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

Task #9895 - Structural change

parent f46876ef
No related branches found
No related tags found
No related merge requests found
Showing
with 48 additions and 50 deletions
...@@ -5800,46 +5800,45 @@ SAS/Specification_Services/lib/validation_service_rpc.py -text ...@@ -5800,46 +5800,45 @@ SAS/Specification_Services/lib/validation_service_rpc.py -text
SAS/Specification_Services/test/CMakeLists.txt -text SAS/Specification_Services/test/CMakeLists.txt -text
SAS/Specification_Services/test/setup_queues_and_services.sh -text SAS/Specification_Services/test/setup_queues_and_services.sh -text
SAS/Trigger_Services/CMakeLists.txt -text SAS/Trigger_Services/CMakeLists.txt -text
SAS/Trigger_Services/TriggerReceptionService/CMakeLists.txt -text SAS/Trigger_Services/__init__.py -text
SAS/Trigger_Services/TriggerReceptionService/__init__.py -text SAS/Trigger_Services/bin/CMakeLists.txt -text
SAS/Trigger_Services/TriggerReceptionService/bin/CMakeLists.txt -text SAS/Trigger_Services/bin/triggerrestinterface -text
SAS/Trigger_Services/TriggerReceptionService/bin/triggerrestinterface -text SAS/Trigger_Services/bin/triggerservice -text
SAS/Trigger_Services/TriggerReceptionService/bin/triggerservice -text SAS/Trigger_Services/django_rest/db.sqlite3 -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/db.sqlite3 -text SAS/Trigger_Services/django_rest/manage.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/manage.py -text SAS/Trigger_Services/django_rest/restinterface/.idea/.name -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/.idea/.name -text SAS/Trigger_Services/django_rest/restinterface/.idea/encodings.xml -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/.idea/encodings.xml -text SAS/Trigger_Services/django_rest/restinterface/.idea/inspectionProfiles/Project_Default.xml -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/.idea/inspectionProfiles/Project_Default.xml -text SAS/Trigger_Services/django_rest/restinterface/.idea/inspectionProfiles/profiles_settings.xml -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/.idea/inspectionProfiles/profiles_settings.xml -text SAS/Trigger_Services/django_rest/restinterface/.idea/misc.xml -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/.idea/misc.xml -text SAS/Trigger_Services/django_rest/restinterface/.idea/modules.xml -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/.idea/modules.xml -text SAS/Trigger_Services/django_rest/restinterface/.idea/scopes/scope_settings.xml -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/.idea/scopes/scope_settings.xml -text SAS/Trigger_Services/django_rest/restinterface/.idea/triggerservice.iml -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/.idea/triggerservice.iml -text SAS/Trigger_Services/django_rest/restinterface/.idea/vcs.xml -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/.idea/vcs.xml -text SAS/Trigger_Services/django_rest/restinterface/.idea/workspace.xml -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/.idea/workspace.xml -text SAS/Trigger_Services/django_rest/restinterface/__init__.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/__init__.py -text SAS/Trigger_Services/django_rest/restinterface/credentials.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/credentials.py -text SAS/Trigger_Services/django_rest/restinterface/settings.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/settings.py -text SAS/Trigger_Services/django_rest/restinterface/triggerinterface/__init__.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/triggerinterface/__init__.py -text SAS/Trigger_Services/django_rest/restinterface/triggerinterface/admin.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/triggerinterface/admin.py -text SAS/Trigger_Services/django_rest/restinterface/triggerinterface/apps.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/triggerinterface/apps.py -text SAS/Trigger_Services/django_rest/restinterface/triggerinterface/migrations/__init__.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/triggerinterface/migrations/__init__.py -text SAS/Trigger_Services/django_rest/restinterface/triggerinterface/models.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/triggerinterface/models.py -text SAS/Trigger_Services/django_rest/restinterface/triggerinterface/serializers.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/triggerinterface/serializers.py -text SAS/Trigger_Services/django_rest/restinterface/triggerinterface/tests.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/triggerinterface/tests.py -text SAS/Trigger_Services/django_rest/restinterface/triggerinterface/views.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/triggerinterface/views.py -text SAS/Trigger_Services/django_rest/restinterface/urls.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/urls.py -text SAS/Trigger_Services/django_rest/restinterface/wsgi.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/restinterface/wsgi.py -text SAS/Trigger_Services/django_rest/urls.py -text
SAS/Trigger_Services/TriggerReceptionService/django_rest/urls.py -text SAS/Trigger_Services/lib/CMakeLists.txt -text
SAS/Trigger_Services/TriggerReceptionService/lib/CMakeLists.txt -text SAS/Trigger_Services/lib/__init__.py -text
SAS/Trigger_Services/TriggerReceptionService/lib/__init__.py -text SAS/Trigger_Services/lib/config.py -text
SAS/Trigger_Services/TriggerReceptionService/lib/config.py -text SAS/Trigger_Services/lib/trigger_service.py -text
SAS/Trigger_Services/TriggerReceptionService/lib/trigger_service.py -text SAS/Trigger_Services/lib/trigger_service_rpc.py -text
SAS/Trigger_Services/TriggerReceptionService/lib/trigger_service_rpc.py -text SAS/Trigger_Services/test/CMakeLists.txt -text
SAS/Trigger_Services/TriggerReceptionService/test/CMakeLists.txt -text SAS/Trigger_Services/test/setup_queues_and_services.sh -text
SAS/Trigger_Services/TriggerReceptionService/test/setup_queues_and_services.sh -text SAS/Trigger_Services/test/trigger-testing.xml -text
SAS/Trigger_Services/TriggerReceptionService/test/trigger-testing.xml -text SAS/Trigger_Services/test/trigger_misc_testing_nov2016.xml -text
SAS/Trigger_Services/TriggerReceptionService/test/trigger_misc_testing_nov2016.xml -text
SAS/XML_generator/CMakeLists.txt -text SAS/XML_generator/CMakeLists.txt -text
SAS/XML_generator/src/CMakeLists.txt -text SAS/XML_generator/src/CMakeLists.txt -text
SAS/XML_generator/src/xmlgen -text SAS/XML_generator/src/xmlgen -text
......
add_subdirectory(TriggerReceptionService)
lofar_find_package(Python 2.7 REQUIRED)
lofar_package(sip 0.1 DEPENDS PyCommon)
include(PythonInstall)
add_subdirectory(lib)
add_subdirectory(bin)
add_subdirectory(test)
lofar_find_package(Python 2.7 REQUIRED)
lofar_package(sip 0.1 DEPENDS PyCommon)
include(PythonInstall)
add_subdirectory(lib)
add_subdirectory(bin)
add_subdirectory(test)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment