From 321a5dbd374df5a68eaa998b4560bb6f6436020b Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Sun, 7 Feb 2021 16:00:00 +0100
Subject: [PATCH] dev for Milestone 0.0.14

---
 run_uml.sh => run_uml_gaphor.sh | 1 +
 run_uml_plantuml.sh             | 8 ++++++++
 2 files changed, 9 insertions(+)
 rename run_uml.sh => run_uml_gaphor.sh (74%)
 create mode 100755 run_uml_plantuml.sh

diff --git a/run_uml.sh b/run_uml_gaphor.sh
similarity index 74%
rename from run_uml.sh
rename to run_uml_gaphor.sh
index 058e6dd5..8c7aeaa5 100755
--- a/run_uml.sh
+++ b/run_uml_gaphor.sh
@@ -3,6 +3,7 @@
 #
 # Start the gaphor UML Application
 #
+echo "Start the gaphor UML Application"
 . venv/bin/activate
 pip install -r requirements.txt
 gaphor
\ No newline at end of file
diff --git a/run_uml_plantuml.sh b/run_uml_plantuml.sh
new file mode 100755
index 00000000..f9cef0c9
--- /dev/null
+++ b/run_uml_plantuml.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+#
+# Start the plantuml UML Application
+#
+echo "Start the plantuml UML Application"
+. venv/bin/activate
+java -jar docs/uml_plantuml/plantuml.1.2021.1.jar
\ No newline at end of file
-- 
GitLab