From 5ed8f052bfd76286f622ad77f8e9783b6e3f9f3f Mon Sep 17 00:00:00 2001
From: Radek Oslejsek <oslejsek@fi.muni.cz>
Date: Tue, 15 Oct 2019 09:32:26 +0200
Subject: [PATCH] Fixed direcotry struture: GUI/GUI moved to GUI

---
 GUI/{GUI => }/pom.xml                                           | 0
 GUI/{GUI => }/src/main/nbm/manifest.mf                          | 0
 .../main/resources/cz/findetis/analyst/gui/Bundle.properties    | 0
 pom.xml                                                         | 2 +-
 4 files changed, 1 insertion(+), 1 deletion(-)
 rename GUI/{GUI => }/pom.xml (100%)
 rename GUI/{GUI => }/src/main/nbm/manifest.mf (100%)
 rename GUI/{GUI => }/src/main/resources/cz/findetis/analyst/gui/Bundle.properties (100%)

diff --git a/GUI/GUI/pom.xml b/GUI/pom.xml
similarity index 100%
rename from GUI/GUI/pom.xml
rename to GUI/pom.xml
diff --git a/GUI/GUI/src/main/nbm/manifest.mf b/GUI/src/main/nbm/manifest.mf
similarity index 100%
rename from GUI/GUI/src/main/nbm/manifest.mf
rename to GUI/src/main/nbm/manifest.mf
diff --git a/GUI/GUI/src/main/resources/cz/findetis/analyst/gui/Bundle.properties b/GUI/src/main/resources/cz/findetis/analyst/gui/Bundle.properties
similarity index 100%
rename from GUI/GUI/src/main/resources/cz/findetis/analyst/gui/Bundle.properties
rename to GUI/src/main/resources/cz/findetis/analyst/gui/Bundle.properties
diff --git a/pom.xml b/pom.xml
index 4f160509..08c794a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
         <module>application</module>
         <module>MeshModel</module>
         <module>Renderer</module>
-        <module>GUI/GUI</module>
+        <module>GUI</module>
     </modules>
 
     <properties>
-- 
GitLab