Skip to content

Commit 1cbef45

Browse files
committed
Added installer
1 parent 0df9afe commit 1cbef45

File tree

13 files changed

+114
-431
lines changed

13 files changed

+114
-431
lines changed

.classpath

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,38 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" output="bin/main" path="src/main/java">
3+
<classpathentry kind="src" output="target/classes" path="src/main/java">
44
<attributes>
55
<attribute name="gradle_scope" value="main"/>
66
<attribute name="gradle_used_by_scope" value="main,test"/>
7+
<attribute name="optional" value="true"/>
8+
<attribute name="maven.pomderived" value="true"/>
79
</attributes>
810
</classpathentry>
9-
<classpathentry kind="src" output="bin/main" path="src/main/resources">
11+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
1012
<attributes>
1113
<attribute name="gradle_scope" value="main"/>
1214
<attribute name="gradle_used_by_scope" value="main,test"/>
15+
<attribute name="maven.pomderived" value="true"/>
1316
</attributes>
1417
</classpathentry>
15-
<classpathentry kind="src" output="bin/test" path="src/test/java">
18+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
1619
<attributes>
20+
<attribute name="test" value="true"/>
1721
<attribute name="gradle_scope" value="test"/>
1822
<attribute name="gradle_used_by_scope" value="test"/>
19-
<attribute name="test" value="true"/>
23+
<attribute name="optional" value="true"/>
24+
<attribute name="maven.pomderived" value="true"/>
25+
</attributes>
26+
</classpathentry>
27+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-16">
28+
<attributes>
29+
<attribute name="maven.pomderived" value="true"/>
30+
</attributes>
31+
</classpathentry>
32+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
33+
<attributes>
34+
<attribute name="maven.pomderived" value="true"/>
2035
</attributes>
2136
</classpathentry>
22-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
23-
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
24-
<classpathentry kind="output" path="bin/default"/>
37+
<classpathentry kind="output" path="target/classes"/>
2538
</classpath>

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33

44
# Ignore Gradle build output directory
55
build
6+
/target/

.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
</arguments>
1212
</buildCommand>
1313
<buildCommand>
14-
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
14+
<name>org.eclipse.m2e.core.maven2Builder</name>
1515
<arguments>
1616
</arguments>
1717
</buildCommand>
1818
</buildSpec>
1919
<natures>
20+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2021
<nature>org.eclipse.jdt.core.javanature</nature>
21-
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
2222
</natures>
2323
</projectDescription>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=16
3+
org.eclipse.jdt.core.compiler.compliance=16
4+
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
5+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
6+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
7+
org.eclipse.jdt.core.compiler.release=enabled
8+
org.eclipse.jdt.core.compiler.source=16
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
activeProfiles=
2+
eclipse.preferences.version=1
3+
resolveWorkspaceProjects=true
4+
version=1

build.gradle

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

gradle/wrapper/gradle-wrapper.jar

-58.1 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

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

gradlew

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

0 commit comments

Comments
 (0)