diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 393434f1706f5e3240b8924cb2a01152cec33783..0000000000000000000000000000000000000000 --- 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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/pom.xml b/pom.xml deleted file mode 100644 index ebdf652cb16e831ab72f61badf80453b19320437..0000000000000000000000000000000000000000 --- 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 51e8caf9f902ed321518e45954efa637170d9c12..0000000000000000000000000000000000000000 --- 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 e47e3afb8bedda856a3311c838b0b6e1b5d2fb32..0000000000000000000000000000000000000000 --- 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 127f755c907637f0d8c5c7a389a85480796b5bc1..0000000000000000000000000000000000000000 --- 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