]> git.uio.no Git - u/erikhf/frm.git/commitdiff
reverted initial setup
authorErik Haider Forsén <erik@forsen.not>
Sat, 31 Oct 2015 15:18:34 +0000 (16:18 +0100)
committerErik Haider Forsén <erik@forsen.not>
Sat, 31 Oct 2015 15:18:34 +0000 (16:18 +0100)
.gitignore
pom.xml [deleted file]
src/main/webapp/WEB-INF/web.xml [deleted file]
src/main/webapp/index.jsp [deleted file]

index 9f970225adb6a6ada5c22d46d02684b6b0f5525e..1fe1b00e4f1796bb694dfeeeca0d7a73605261c2 100644 (file)
@@ -1 +1,2 @@
-target/
\ No newline at end of file
+.idea/
+node_modules/
diff --git a/pom.xml b/pom.xml
deleted file mode 100644 (file)
index 19944cf..0000000
--- a/pom.xml
+++ /dev/null
@@ -1,21 +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/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>no.uio.inf5750</groupId>
-  <artifactId>frm</artifactId>
-  <packaging>war</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <name>frm Maven Webapp</name>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <finalName>frm</finalName>
-  </build>
-</project>
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644 (file)
index 9f88c1f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<!DOCTYPE web-app PUBLIC
- "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
- "http://java.sun.com/dtd/web-app_2_3.dtd" >
-
-<web-app>
-  <display-name>Archetype Created Web Application</display-name>
-</web-app>
diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp
deleted file mode 100644 (file)
index c38169b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<html>
-<body>
-<h2>Hello World!</h2>
-</body>
-</html>