diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | pom.xml | 11 | ||||
| -rw-r--r-- | src/main/java/nl/sogyo/javaopdrachten/quote/Quote.java (renamed from src/nl/sogyo/javaopdrachten/quote/Quote.java) | 0 | ||||
| -rw-r--r-- | src/main/resources/decision-tree-data.txt (renamed from resources/decision-tree-data.txt) | 0 | ||||
| -rw-r--r-- | src/main/resources/item-fusion-data.txt (renamed from resources/item-fusion-data.txt) | 0 | ||||
| -rw-r--r-- | src/main/resources/profiling-data.txt (renamed from resources/profiling-data.txt) | 0 |
6 files changed, 13 insertions, 0 deletions
@@ -1,2 +1,4 @@ .idea *.iml + +target
\ No newline at end of file @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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>nl.sogyo.java-opdrachten</groupId> + <artifactId>java-opdrachten</artifactId> + <version>1.0-SNAPSHOT</version> + +</project>
\ No newline at end of file diff --git a/src/nl/sogyo/javaopdrachten/quote/Quote.java b/src/main/java/nl/sogyo/javaopdrachten/quote/Quote.java index ad21a41..ad21a41 100644 --- a/src/nl/sogyo/javaopdrachten/quote/Quote.java +++ b/src/main/java/nl/sogyo/javaopdrachten/quote/Quote.java diff --git a/resources/decision-tree-data.txt b/src/main/resources/decision-tree-data.txt index 1534f93..1534f93 100644 --- a/resources/decision-tree-data.txt +++ b/src/main/resources/decision-tree-data.txt diff --git a/resources/item-fusion-data.txt b/src/main/resources/item-fusion-data.txt index 4020818..4020818 100644 --- a/resources/item-fusion-data.txt +++ b/src/main/resources/item-fusion-data.txt diff --git a/resources/profiling-data.txt b/src/main/resources/profiling-data.txt index db05a0c..db05a0c 100644 --- a/resources/profiling-data.txt +++ b/src/main/resources/profiling-data.txt |
