From 03fce7031132b6f38293124a23618121cabdbfb2 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Wed, 8 Feb 2023 15:38:16 +0000 Subject: [PATCH] File structure: - corrected overwritten symbolic links --- src/automation/src/main/proto/acl.proto | 1 + src/automation/src/main/proto/automation.proto | 1 + src/automation/src/main/proto/context.proto | 1 + src/automation/src/main/proto/device.proto | 1 + src/automation/src/main/proto/kpi_sample_types.proto | 1 + src/automation/src/main/proto/monitoring.proto | 1 + 6 files changed, 6 insertions(+) create mode 120000 src/automation/src/main/proto/acl.proto create mode 120000 src/automation/src/main/proto/automation.proto create mode 120000 src/automation/src/main/proto/context.proto create mode 120000 src/automation/src/main/proto/device.proto create mode 120000 src/automation/src/main/proto/kpi_sample_types.proto create mode 120000 src/automation/src/main/proto/monitoring.proto diff --git a/src/automation/src/main/proto/acl.proto b/src/automation/src/main/proto/acl.proto new file mode 120000 index 000000000..158ae78eb --- /dev/null +++ b/src/automation/src/main/proto/acl.proto @@ -0,0 +1 @@ +../../../../../proto/acl.proto \ No newline at end of file diff --git a/src/automation/src/main/proto/automation.proto b/src/automation/src/main/proto/automation.proto new file mode 120000 index 000000000..afef7a8e4 --- /dev/null +++ b/src/automation/src/main/proto/automation.proto @@ -0,0 +1 @@ +../../../../../proto/automation.proto \ No newline at end of file diff --git a/src/automation/src/main/proto/context.proto b/src/automation/src/main/proto/context.proto new file mode 120000 index 000000000..7f33c4bc7 --- /dev/null +++ b/src/automation/src/main/proto/context.proto @@ -0,0 +1 @@ +../../../../../proto/context.proto \ No newline at end of file diff --git a/src/automation/src/main/proto/device.proto b/src/automation/src/main/proto/device.proto new file mode 120000 index 000000000..ad6e7c47e --- /dev/null +++ b/src/automation/src/main/proto/device.proto @@ -0,0 +1 @@ +../../../../../proto/device.proto \ No newline at end of file diff --git a/src/automation/src/main/proto/kpi_sample_types.proto b/src/automation/src/main/proto/kpi_sample_types.proto new file mode 120000 index 000000000..98e748bbf --- /dev/null +++ b/src/automation/src/main/proto/kpi_sample_types.proto @@ -0,0 +1 @@ +../../../../../proto/kpi_sample_types.proto \ No newline at end of file diff --git a/src/automation/src/main/proto/monitoring.proto b/src/automation/src/main/proto/monitoring.proto new file mode 120000 index 000000000..aceaa7328 --- /dev/null +++ b/src/automation/src/main/proto/monitoring.proto @@ -0,0 +1 @@ +../../../../../proto/monitoring.proto \ No newline at end of file -- GitLab