From 563b175290bc0311c8a833d5586c2d951d71f480 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Fri, 15 Dec 2023 01:59:57 -0500 Subject: [PATCH] Reorg packages (3) (#6704) Co-authored-by: Lars Hvam --- src/{ => repo}/stage/package.devc.xml | 2 +- src/{ => repo}/stage/zcl_abapgit_merge.clas.abap | 0 src/{ => repo}/stage/zcl_abapgit_merge.clas.xml | 0 .../zcl_abapgit_object_filter_tran.clas.abap | 0 ...cl_abapgit_object_filter_tran.clas.testclasses.abap | 0 .../zcl_abapgit_object_filter_tran.clas.xml | 0 src/{ => repo}/stage/zcl_abapgit_stage.clas.abap | 0 src/{ => repo}/stage/zcl_abapgit_stage.clas.xml | 0 src/{ => repo}/stage/zcl_abapgit_stage_logic.clas.abap | 0 src/{ => repo}/stage/zcl_abapgit_stage_logic.clas.xml | 0 src/{ => repo}/stage/zif_abapgit_merge.intf.abap | 0 src/{ => repo}/stage/zif_abapgit_merge.intf.xml | 0 src/{ => repo}/stage/zif_abapgit_stage_logic.intf.abap | 0 src/{ => repo}/stage/zif_abapgit_stage_logic.intf.xml | 0 src/repo/utils/package.devc.xml | 10 ++++++++++ src/{ => repo}/utils/zcl_abapgit_item_state.clas.abap | 0 .../utils/zcl_abapgit_item_state.clas.testclasses.abap | 0 src/{ => repo}/utils/zcl_abapgit_item_state.clas.xml | 0 src/{ => repo}/utils/zcl_abapgit_news.clas.abap | 0 .../utils/zcl_abapgit_news.clas.testclasses.abap | 0 src/{ => repo}/utils/zcl_abapgit_news.clas.xml | 0 src/{ => repo}/utils/zcl_abapgit_repo_labels.clas.abap | 0 .../zcl_abapgit_repo_labels.clas.testclasses.abap | 0 src/{ => repo}/utils/zcl_abapgit_repo_labels.clas.xml | 0 .../utils/zcl_abapgit_requirement_helper.clas.abap | 0 ...cl_abapgit_requirement_helper.clas.testclasses.abap | 0 .../utils/zcl_abapgit_requirement_helper.clas.xml | 0 src/{ => repo}/utils/zcl_abapgit_version.clas.abap | 0 .../utils/zcl_abapgit_version.clas.testclasses.abap | 0 src/{ => repo}/utils/zcl_abapgit_version.clas.xml | 0 src/{ => repo}/utils/zcl_abapgit_zip.clas.abap | 0 src/{ => repo}/utils/zcl_abapgit_zip.clas.xml | 0 32 files changed, 11 insertions(+), 1 deletion(-) rename src/{ => repo}/stage/package.devc.xml (85%) rename src/{ => repo}/stage/zcl_abapgit_merge.clas.abap (100%) rename src/{ => repo}/stage/zcl_abapgit_merge.clas.xml (100%) rename src/repo/{ => stage}/zcl_abapgit_object_filter_tran.clas.abap (100%) rename src/repo/{ => stage}/zcl_abapgit_object_filter_tran.clas.testclasses.abap (100%) rename src/repo/{ => stage}/zcl_abapgit_object_filter_tran.clas.xml (100%) rename src/{ => repo}/stage/zcl_abapgit_stage.clas.abap (100%) rename src/{ => repo}/stage/zcl_abapgit_stage.clas.xml (100%) rename src/{ => repo}/stage/zcl_abapgit_stage_logic.clas.abap (100%) rename src/{ => repo}/stage/zcl_abapgit_stage_logic.clas.xml (100%) rename src/{ => repo}/stage/zif_abapgit_merge.intf.abap (100%) rename src/{ => repo}/stage/zif_abapgit_merge.intf.xml (100%) rename src/{ => repo}/stage/zif_abapgit_stage_logic.intf.abap (100%) rename src/{ => repo}/stage/zif_abapgit_stage_logic.intf.xml (100%) create mode 100644 src/repo/utils/package.devc.xml rename src/{ => repo}/utils/zcl_abapgit_item_state.clas.abap (100%) rename src/{ => repo}/utils/zcl_abapgit_item_state.clas.testclasses.abap (100%) rename src/{ => repo}/utils/zcl_abapgit_item_state.clas.xml (100%) rename src/{ => repo}/utils/zcl_abapgit_news.clas.abap (100%) rename src/{ => repo}/utils/zcl_abapgit_news.clas.testclasses.abap (100%) rename src/{ => repo}/utils/zcl_abapgit_news.clas.xml (100%) rename src/{ => repo}/utils/zcl_abapgit_repo_labels.clas.abap (100%) rename src/{ => repo}/utils/zcl_abapgit_repo_labels.clas.testclasses.abap (100%) rename src/{ => repo}/utils/zcl_abapgit_repo_labels.clas.xml (100%) rename src/{ => repo}/utils/zcl_abapgit_requirement_helper.clas.abap (100%) rename src/{ => repo}/utils/zcl_abapgit_requirement_helper.clas.testclasses.abap (100%) rename src/{ => repo}/utils/zcl_abapgit_requirement_helper.clas.xml (100%) rename src/{ => repo}/utils/zcl_abapgit_version.clas.abap (100%) rename src/{ => repo}/utils/zcl_abapgit_version.clas.testclasses.abap (100%) rename src/{ => repo}/utils/zcl_abapgit_version.clas.xml (100%) rename src/{ => repo}/utils/zcl_abapgit_zip.clas.abap (100%) rename src/{ => repo}/utils/zcl_abapgit_zip.clas.xml (100%) diff --git a/src/stage/package.devc.xml b/src/repo/stage/package.devc.xml similarity index 85% rename from src/stage/package.devc.xml rename to src/repo/stage/package.devc.xml index 45f1cf7ce..bbf3b4eaa 100644 --- a/src/stage/package.devc.xml +++ b/src/repo/stage/package.devc.xml @@ -3,7 +3,7 @@ - abapGit - Stage + abapGit - Repository Stage diff --git a/src/stage/zcl_abapgit_merge.clas.abap b/src/repo/stage/zcl_abapgit_merge.clas.abap similarity index 100% rename from src/stage/zcl_abapgit_merge.clas.abap rename to src/repo/stage/zcl_abapgit_merge.clas.abap diff --git a/src/stage/zcl_abapgit_merge.clas.xml b/src/repo/stage/zcl_abapgit_merge.clas.xml similarity index 100% rename from src/stage/zcl_abapgit_merge.clas.xml rename to src/repo/stage/zcl_abapgit_merge.clas.xml diff --git a/src/repo/zcl_abapgit_object_filter_tran.clas.abap b/src/repo/stage/zcl_abapgit_object_filter_tran.clas.abap similarity index 100% rename from src/repo/zcl_abapgit_object_filter_tran.clas.abap rename to src/repo/stage/zcl_abapgit_object_filter_tran.clas.abap diff --git a/src/repo/zcl_abapgit_object_filter_tran.clas.testclasses.abap b/src/repo/stage/zcl_abapgit_object_filter_tran.clas.testclasses.abap similarity index 100% rename from src/repo/zcl_abapgit_object_filter_tran.clas.testclasses.abap rename to src/repo/stage/zcl_abapgit_object_filter_tran.clas.testclasses.abap diff --git a/src/repo/zcl_abapgit_object_filter_tran.clas.xml b/src/repo/stage/zcl_abapgit_object_filter_tran.clas.xml similarity index 100% rename from src/repo/zcl_abapgit_object_filter_tran.clas.xml rename to src/repo/stage/zcl_abapgit_object_filter_tran.clas.xml diff --git a/src/stage/zcl_abapgit_stage.clas.abap b/src/repo/stage/zcl_abapgit_stage.clas.abap similarity index 100% rename from src/stage/zcl_abapgit_stage.clas.abap rename to src/repo/stage/zcl_abapgit_stage.clas.abap diff --git a/src/stage/zcl_abapgit_stage.clas.xml b/src/repo/stage/zcl_abapgit_stage.clas.xml similarity index 100% rename from src/stage/zcl_abapgit_stage.clas.xml rename to src/repo/stage/zcl_abapgit_stage.clas.xml diff --git a/src/stage/zcl_abapgit_stage_logic.clas.abap b/src/repo/stage/zcl_abapgit_stage_logic.clas.abap similarity index 100% rename from src/stage/zcl_abapgit_stage_logic.clas.abap rename to src/repo/stage/zcl_abapgit_stage_logic.clas.abap diff --git a/src/stage/zcl_abapgit_stage_logic.clas.xml b/src/repo/stage/zcl_abapgit_stage_logic.clas.xml similarity index 100% rename from src/stage/zcl_abapgit_stage_logic.clas.xml rename to src/repo/stage/zcl_abapgit_stage_logic.clas.xml diff --git a/src/stage/zif_abapgit_merge.intf.abap b/src/repo/stage/zif_abapgit_merge.intf.abap similarity index 100% rename from src/stage/zif_abapgit_merge.intf.abap rename to src/repo/stage/zif_abapgit_merge.intf.abap diff --git a/src/stage/zif_abapgit_merge.intf.xml b/src/repo/stage/zif_abapgit_merge.intf.xml similarity index 100% rename from src/stage/zif_abapgit_merge.intf.xml rename to src/repo/stage/zif_abapgit_merge.intf.xml diff --git a/src/stage/zif_abapgit_stage_logic.intf.abap b/src/repo/stage/zif_abapgit_stage_logic.intf.abap similarity index 100% rename from src/stage/zif_abapgit_stage_logic.intf.abap rename to src/repo/stage/zif_abapgit_stage_logic.intf.abap diff --git a/src/stage/zif_abapgit_stage_logic.intf.xml b/src/repo/stage/zif_abapgit_stage_logic.intf.xml similarity index 100% rename from src/stage/zif_abapgit_stage_logic.intf.xml rename to src/repo/stage/zif_abapgit_stage_logic.intf.xml diff --git a/src/repo/utils/package.devc.xml b/src/repo/utils/package.devc.xml new file mode 100644 index 000000000..80a083980 --- /dev/null +++ b/src/repo/utils/package.devc.xml @@ -0,0 +1,10 @@ + + + + + + abapGit - Repository Utilities + + + + diff --git a/src/utils/zcl_abapgit_item_state.clas.abap b/src/repo/utils/zcl_abapgit_item_state.clas.abap similarity index 100% rename from src/utils/zcl_abapgit_item_state.clas.abap rename to src/repo/utils/zcl_abapgit_item_state.clas.abap diff --git a/src/utils/zcl_abapgit_item_state.clas.testclasses.abap b/src/repo/utils/zcl_abapgit_item_state.clas.testclasses.abap similarity index 100% rename from src/utils/zcl_abapgit_item_state.clas.testclasses.abap rename to src/repo/utils/zcl_abapgit_item_state.clas.testclasses.abap diff --git a/src/utils/zcl_abapgit_item_state.clas.xml b/src/repo/utils/zcl_abapgit_item_state.clas.xml similarity index 100% rename from src/utils/zcl_abapgit_item_state.clas.xml rename to src/repo/utils/zcl_abapgit_item_state.clas.xml diff --git a/src/utils/zcl_abapgit_news.clas.abap b/src/repo/utils/zcl_abapgit_news.clas.abap similarity index 100% rename from src/utils/zcl_abapgit_news.clas.abap rename to src/repo/utils/zcl_abapgit_news.clas.abap diff --git a/src/utils/zcl_abapgit_news.clas.testclasses.abap b/src/repo/utils/zcl_abapgit_news.clas.testclasses.abap similarity index 100% rename from src/utils/zcl_abapgit_news.clas.testclasses.abap rename to src/repo/utils/zcl_abapgit_news.clas.testclasses.abap diff --git a/src/utils/zcl_abapgit_news.clas.xml b/src/repo/utils/zcl_abapgit_news.clas.xml similarity index 100% rename from src/utils/zcl_abapgit_news.clas.xml rename to src/repo/utils/zcl_abapgit_news.clas.xml diff --git a/src/utils/zcl_abapgit_repo_labels.clas.abap b/src/repo/utils/zcl_abapgit_repo_labels.clas.abap similarity index 100% rename from src/utils/zcl_abapgit_repo_labels.clas.abap rename to src/repo/utils/zcl_abapgit_repo_labels.clas.abap diff --git a/src/utils/zcl_abapgit_repo_labels.clas.testclasses.abap b/src/repo/utils/zcl_abapgit_repo_labels.clas.testclasses.abap similarity index 100% rename from src/utils/zcl_abapgit_repo_labels.clas.testclasses.abap rename to src/repo/utils/zcl_abapgit_repo_labels.clas.testclasses.abap diff --git a/src/utils/zcl_abapgit_repo_labels.clas.xml b/src/repo/utils/zcl_abapgit_repo_labels.clas.xml similarity index 100% rename from src/utils/zcl_abapgit_repo_labels.clas.xml rename to src/repo/utils/zcl_abapgit_repo_labels.clas.xml diff --git a/src/utils/zcl_abapgit_requirement_helper.clas.abap b/src/repo/utils/zcl_abapgit_requirement_helper.clas.abap similarity index 100% rename from src/utils/zcl_abapgit_requirement_helper.clas.abap rename to src/repo/utils/zcl_abapgit_requirement_helper.clas.abap diff --git a/src/utils/zcl_abapgit_requirement_helper.clas.testclasses.abap b/src/repo/utils/zcl_abapgit_requirement_helper.clas.testclasses.abap similarity index 100% rename from src/utils/zcl_abapgit_requirement_helper.clas.testclasses.abap rename to src/repo/utils/zcl_abapgit_requirement_helper.clas.testclasses.abap diff --git a/src/utils/zcl_abapgit_requirement_helper.clas.xml b/src/repo/utils/zcl_abapgit_requirement_helper.clas.xml similarity index 100% rename from src/utils/zcl_abapgit_requirement_helper.clas.xml rename to src/repo/utils/zcl_abapgit_requirement_helper.clas.xml diff --git a/src/utils/zcl_abapgit_version.clas.abap b/src/repo/utils/zcl_abapgit_version.clas.abap similarity index 100% rename from src/utils/zcl_abapgit_version.clas.abap rename to src/repo/utils/zcl_abapgit_version.clas.abap diff --git a/src/utils/zcl_abapgit_version.clas.testclasses.abap b/src/repo/utils/zcl_abapgit_version.clas.testclasses.abap similarity index 100% rename from src/utils/zcl_abapgit_version.clas.testclasses.abap rename to src/repo/utils/zcl_abapgit_version.clas.testclasses.abap diff --git a/src/utils/zcl_abapgit_version.clas.xml b/src/repo/utils/zcl_abapgit_version.clas.xml similarity index 100% rename from src/utils/zcl_abapgit_version.clas.xml rename to src/repo/utils/zcl_abapgit_version.clas.xml diff --git a/src/utils/zcl_abapgit_zip.clas.abap b/src/repo/utils/zcl_abapgit_zip.clas.abap similarity index 100% rename from src/utils/zcl_abapgit_zip.clas.abap rename to src/repo/utils/zcl_abapgit_zip.clas.abap diff --git a/src/utils/zcl_abapgit_zip.clas.xml b/src/repo/utils/zcl_abapgit_zip.clas.xml similarity index 100% rename from src/utils/zcl_abapgit_zip.clas.xml rename to src/repo/utils/zcl_abapgit_zip.clas.xml