Skip to content

Commit c96da52

Browse files
committed
Converted to Maven Project
1 parent 02c9455 commit c96da52

File tree

85 files changed

+1524
-3322
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+1524
-3322
lines changed

.classpath

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" output="target/classes" path="src/main/java">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-9">
44
<attributes>
5-
<attribute name="optional" value="true"/>
65
<attribute name="maven.pomderived" value="true"/>
76
</attributes>
87
</classpathentry>
9-
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
8+
<classpathentry kind="src" output="target/classes" path="src">
109
<attributes>
1110
<attribute name="optional" value="true"/>
1211
<attribute name="maven.pomderived" value="true"/>
13-
<attribute name="test" value="true"/>
1412
</attributes>
1513
</classpathentry>
16-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
14+
<classpathentry excluding="**" kind="src" output="target/classes" path="resources">
1715
<attributes>
1816
<attribute name="maven.pomderived" value="true"/>
1917
</attributes>

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Network Trash Folder
4646
Temporary Items
4747
.apdisk
4848

49-
# Ignore more files
50-
spartanizer.xml
49+
# Ignore XR3Player folders
50+
/target/*

.idea/artifacts/javaFXPlSyst.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.idea/compiler.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.idea/description.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.idea/gradle.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/uiDesigner.xml

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)