From 421afcf7ec939fd22a8f7e9b52c1d7d577b74984 Mon Sep 17 00:00:00 2001
From: erbel <johannes.erbel@cs.uni-goettingen.de>
Date: Wed, 23 Jan 2019 11:36:40 +0100
Subject: [PATCH] Adjusted Gitlab Pages

---
 config/html/edit/index.html                   | 37 -------------------
 config/html/index.hmtl                        | 32 ----------------
 config/html/{model => }/index.html            | 13 ++-----
 .../bin/.gitignore                            |  1 -
 4 files changed, 4 insertions(+), 79 deletions(-)
 delete mode 100644 config/html/edit/index.html
 delete mode 100644 config/html/index.hmtl
 rename config/html/{model => }/index.html (61%)
 delete mode 100644 de.ugoe.cs.rwm.mocci.connector.dummy/bin/.gitignore

diff --git a/config/html/edit/index.html b/config/html/edit/index.html
deleted file mode 100644
index c985e7c..0000000
--- a/config/html/edit/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <meta name="generator" content="GitLab Pages">
-    <title>MOCCI Model Edit</title>
-    <link rel="stylesheet" href="../../style.css">
-  </head>
-  <body>
-  <center>
-    <div class="navbar">
-      <a href="./findbugs/main.html/">Findbugs</a>
-      <a href="./checkstyle/main.html/">Checkstyle</a>
-      <a href="./tests/test/index.html">Test Reports</a>
-      <a href="./jacoco/index.html">JaCoCo</a>
-      <a href="./javadoc/index.html">Javadoc</a>
-      <b><a href="./de.ugoe.cs.rwm.mocci.model.edit.jar">Download Jar</a></b>
-    </div>
-
-    <h1>MOCCI Model Edit Report</h1>
-
-    <p>
-      This is a small report navigation page for the Mocci model edit project.
-    </p>
-    <p>
-      Other subprojects used by MOCCI:
-      <ul>
-      <li><a href="https://rwm.pages.gwdg.de/de.ugoe.cs.rwm.mocci/index.hmtl">MOCCI</a></li>
-<li><a href="https://rwm.pages.gwdg.de/de.ugoe.cs.rwm.wocci/index.hmtl">WOCCI</a></li>
-        <li><a href="https://rwm.pages.gwdg.de/de.ugoe.cs.rwm.tocci/index.hmtl">TOCCI</a></li>
-	<li><a href="https://rwm.pages.gwdg.de/de.ugoe.cs.rwm.cocci/index.hmtl">COCCI</a></li>
-	<li><a href="https://rwm.pages.gwdg.de/de.ugoe.cs.rwm.docci/index.hmtl">DOCCI</a></li>
-       </ul> 
-  </body>
-  </center>
-</html>
-
diff --git a/config/html/index.hmtl b/config/html/index.hmtl
deleted file mode 100644
index 460d63d..0000000
--- a/config/html/index.hmtl
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <meta name="generator" content="GitLab Pages">
-    <title>MOCCI</title>
-    <link rel="stylesheet" href="style.css">
-  </head>
-  <body>
-  <center>
-    <div class="navbar">
-      <a href="./model/index.html/">Model</a>
-      <a href="./edit/index.html/">Edit</a>
-    </div>
-
-    <h1>MOCCI Report</h1>
-
-    <p>
-      This is a small report navigation page for the MOCCI project.
-    </p>
-    <p>
-      Other subprojects used by MOCCI:
-      <ul>
-        <li><a href="https://rwm.pages.gwdg.de/de.ugoe.cs.rwm.tocci/index.hmtl">TOCCI</a></li>
-	<li><a href="https://rwm.pages.gwdg.de/de.ugoe.cs.rwm.cocci/index.hmtl">COCCI</a></li>
-	<li><a href="https://rwm.pages.gwdg.de/de.ugoe.cs.rwm.docci/index.hmtl">DOCCI</a></li>
-	<li><a href="https://rwm.pages.gwdg.de/de.ugoe.cs.rwm.wocci/index.hmtl">WOCCI</a></li>
-       </ul> 
-  </body>
-  </center>
-</html>
-
diff --git a/config/html/model/index.html b/config/html/index.html
similarity index 61%
rename from config/html/model/index.html
rename to config/html/index.html
index b306643..2b4ff57 100644
--- a/config/html/model/index.html
+++ b/config/html/index.html
@@ -3,25 +3,20 @@
   <head>
     <meta charset="utf-8">
     <meta name="generator" content="GitLab Pages">
-    <title>MOCCI Model</title>
+    <title>MOCCI Extension Model</title>
     <link rel="stylesheet" href="../../style.css">
   </head>
   <body>
   <center>
     <div class="navbar">
-      <a href="./findbugs/main.html/">Findbugs</a>
-      <a href="./checkstyle/main.html/">Checkstyle</a>
-      <a href="./tests/test/index.html">Test Reports</a>
-      <a href="./jacoco/index.html">JaCoCo</a>
-      <a href="./javadoc/index.html">Javadoc</a>
-      <b><a href="../de.ugoe.cs.rwm.mocci.model.jar">Download Jar</a></b>
-      <b><a href="../updatesite.zip">Download Eclipse Plugin Archive</a></b>
+      <b><a href="./model/de.ugoe.cs.rwm.mocci.model.jar">Download Jar</a></b>
+      <b><a href="./model/updatesite.zip">Download Eclipse Plugin Archive</a></b>
     </div>
 
     <h1>MOCCI Model Report</h1>
 
     <p>
-      This is a small report navigation page for the Mocci model project.
+      This is a small report navigation page for the monitoring extension model project.
     </p>
     <p>
       Other subprojects used by MOCCI:
diff --git a/de.ugoe.cs.rwm.mocci.connector.dummy/bin/.gitignore b/de.ugoe.cs.rwm.mocci.connector.dummy/bin/.gitignore
deleted file mode 100644
index fd04598..0000000
--- a/de.ugoe.cs.rwm.mocci.connector.dummy/bin/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/de/
-- 
GitLab