From 910a7f007074da7e70871c7304bf0888a62a4288 Mon Sep 17 00:00:00 2001 From: George Tziavas <g.tziavas@ac.upatras.gr> Date: Thu, 29 May 2025 15:06:04 +0300 Subject: [PATCH] removed .bpmn and added it to .gitignore --- .../main/resources/processes/MetricoDeploymentReq.bpmn2d | 6 ------ .../main/resources/processes/ServiceCreationProcess.bpmn2d | 6 ------ .../resources/processes/StartOrderProcessProcess.bpmn2d | 6 ------ .gitignore | 1 + 4 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 .bpmn/src/main/resources/processes/MetricoDeploymentReq.bpmn2d delete mode 100644 .bpmn/src/main/resources/processes/ServiceCreationProcess.bpmn2d delete mode 100644 .bpmn/src/main/resources/processes/StartOrderProcessProcess.bpmn2d diff --git a/.bpmn/src/main/resources/processes/MetricoDeploymentReq.bpmn2d b/.bpmn/src/main/resources/processes/MetricoDeploymentReq.bpmn2d deleted file mode 100644 index d91d95f..0000000 --- a/.bpmn/src/main/resources/processes/MetricoDeploymentReq.bpmn2d +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="ASCII"?> -<pi:Diagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:al="http://eclipse.org/graphiti/mm/algorithms" xmlns:pi="http://eclipse.org/graphiti/mm/pictograms" visible="true" gridUnit="10" diagramTypeId="BPMNdiagram" name="MetricoDeploymentReq" snapToGrid="true" version="0.13.0"> - <graphicsAlgorithm xsi:type="al:Rectangle" background="//@colors.1" foreground="//@colors.0" lineWidth="1" transparency="0.0" width="1000" height="1000"/> - <colors red="227" green="238" blue="249"/> - <colors red="255" green="255" blue="255"/> -</pi:Diagram> diff --git a/.bpmn/src/main/resources/processes/ServiceCreationProcess.bpmn2d b/.bpmn/src/main/resources/processes/ServiceCreationProcess.bpmn2d deleted file mode 100644 index f6e94ec..0000000 --- a/.bpmn/src/main/resources/processes/ServiceCreationProcess.bpmn2d +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="ASCII"?> -<pi:Diagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:al="http://eclipse.org/graphiti/mm/algorithms" xmlns:pi="http://eclipse.org/graphiti/mm/pictograms" visible="true" gridUnit="10" diagramTypeId="BPMNdiagram" name="ServiceCreationProcess" snapToGrid="true" version="0.13.0"> - <graphicsAlgorithm xsi:type="al:Rectangle" background="//@colors.1" foreground="//@colors.0" lineWidth="1" transparency="0.0" width="1000" height="1000"/> - <colors red="227" green="238" blue="249"/> - <colors red="255" green="255" blue="255"/> -</pi:Diagram> diff --git a/.bpmn/src/main/resources/processes/StartOrderProcessProcess.bpmn2d b/.bpmn/src/main/resources/processes/StartOrderProcessProcess.bpmn2d deleted file mode 100644 index 0579cc9..0000000 --- a/.bpmn/src/main/resources/processes/StartOrderProcessProcess.bpmn2d +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="ASCII"?> -<pi:Diagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:al="http://eclipse.org/graphiti/mm/algorithms" xmlns:pi="http://eclipse.org/graphiti/mm/pictograms" visible="true" gridUnit="10" diagramTypeId="BPMNdiagram" name="StartOrderProcessProcess" snapToGrid="true" version="0.13.0"> - <graphicsAlgorithm xsi:type="al:Rectangle" background="//@colors.1" foreground="//@colors.0" lineWidth="1" transparency="0.0" width="1000" height="1000"/> - <colors red="227" green="238" blue="249"/> - <colors red="255" green="255" blue="255"/> -</pi:Diagram> diff --git a/.gitignore b/.gitignore index 5601d3b..8e0205a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .project .classpath /.settings +/.bpmn \ No newline at end of file -- GitLab