From f44b3ba381017a40382aae35197aa42832b1112c Mon Sep 17 00:00:00 2001
From: Julian Horner <julian.horner@student.reutlingen-university.de>
Date: Thu, 23 Jul 2020 16:54:25 +0200
Subject: [PATCH] Deleted src/main/webapp/WEB-INF/beans.xml,
 src/main/webapp/WEB-INF/faces-config.xml, src/main/webapp/index.xhtml,
 .gitignore, README.md, pom.xml files

---
 .gitignore                               |  5 ---
 README.md                                |  0
 pom.xml                                  | 42 ------------------------
 src/main/webapp/WEB-INF/beans.xml        |  6 ----
 src/main/webapp/WEB-INF/faces-config.xml |  7 ----
 src/main/webapp/index.xhtml              | 10 ------
 6 files changed, 70 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 README.md
 delete mode 100644 pom.xml
 delete mode 100644 src/main/webapp/WEB-INF/beans.xml
 delete mode 100644 src/main/webapp/WEB-INF/faces-config.xml
 delete mode 100644 src/main/webapp/index.xhtml

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 393434f..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/target/
-/.settings/
-/.metadata/
-.classpath
-.project
\ No newline at end of file
diff --git a/README.md b/README.md
deleted file mode 100644
index e69de29..0000000
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index ebdf652..0000000
--- a/pom.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>de.dpunkt</groupId>
-    <artifactId>my-aktion</artifactId>
-    <version>0.0.1</version>
-    <packaging>war</packaging>
-    
-    <dependencies>
-        <dependency>
-            <groupId>jakarta.platform</groupId>
-            <artifactId>jakarta.jakartaee-api</artifactId>
-            <version>8.0.0</version>
-            <scope>provided</scope>
-        </dependency> 
-        <dependency>
-            <groupId>org.eclipse.microprofile</groupId>
-            <artifactId>microprofile</artifactId>
-            <version>3.0</version>
-            <type>pom</type>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
-
-	<build>
-		<finalName>my-aktion</finalName>
-		<plugins>
-			<plugin>
-				<groupId>org.wildfly.plugins</groupId>
-				<artifactId>wildfly-maven-plugin</artifactId>
-				<version>2.0.2.Final</version>
-			</plugin>
-		</plugins>
-	</build>
-    
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <maven.compiler.source>1.8</maven.compiler.source>
-        <maven.compiler.target>1.8</maven.compiler.target>
-        <failOnMissingWebXml>false</failOnMissingWebXml>
-    </properties>
-</project>
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/beans.xml b/src/main/webapp/WEB-INF/beans.xml
deleted file mode 100644
index 51e8caf..0000000
--- a/src/main/webapp/WEB-INF/beans.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_2_0.xsd"
-       bean-discovery-mode="all" version="2.0">
-</beans>
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/faces-config.xml b/src/main/webapp/WEB-INF/faces-config.xml
deleted file mode 100644
index e47e3af..0000000
--- a/src/main/webapp/WEB-INF/faces-config.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<faces-config version="2.3"
-	xmlns="http://xmlns.jcp.org/xml/ns/javaee"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
-http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_3.xsd">
-</faces-config>
\ No newline at end of file
diff --git a/src/main/webapp/index.xhtml b/src/main/webapp/index.xhtml
deleted file mode 100644
index 127f755..0000000
--- a/src/main/webapp/index.xhtml
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:h="http://java.sun.com/jsf/html">
-<h:head>
-	<title>Workshop Jakarta EE 8</title>
-</h:head>
-<h:body>
-	<h1>Jakarta EE 8: Willkommen zu unserem Workshop!</h1>
-</h:body>
-</html>
\ No newline at end of file
-- 
GitLab