Skip to content

Commit 68c1979

Browse files
committed
fix: eclipse setup
1 parent 855f9e1 commit 68c1979

14 files changed

+30
-222
lines changed

.classpath

-16
This file was deleted.

.project

+3-20
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>AngularAndSpring</name>
3+
<name>angularandspring</name>
44
<comment></comment>
55
<projects>
6+
<project>angularandspring-backend</project>
7+
<project>angularandspring-frontend</project>
68
</projects>
79
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.wst.common.project.facet.core.builder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
<buildCommand>
14-
<name>org.eclipse.jdt.core.javabuilder</name>
15-
<arguments>
16-
</arguments>
17-
</buildCommand>
18-
<buildCommand>
19-
<name>org.eclipse.wst.validation.validationbuilder</name>
20-
<arguments>
21-
</arguments>
22-
</buildCommand>
2310
<buildCommand>
2411
<name>org.eclipse.m2e.core.maven2Builder</name>
2512
<arguments>
2613
</arguments>
2714
</buildCommand>
2815
</buildSpec>
2916
<natures>
30-
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
31-
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
32-
<nature>org.eclipse.jdt.core.javanature</nature>
3317
<nature>org.eclipse.m2e.core.maven2Nature</nature>
34-
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
3518
</natures>
3619
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
eclipse.preferences.version=1
2-
encoding//backend/src/main/java=UTF-8
3-
encoding//backend/src/main/resources=UTF-8
4-
encoding//backend/src/main/resources/application.properties=UTF-8
5-
encoding//backend/src/test/java=UTF-8
62
encoding/<project>=UTF-8

.settings/org.eclipse.jdt.core.prefs

-118
This file was deleted.

.settings/org.eclipse.m2e.wtp.prefs

-3
This file was deleted.

.settings/org.eclipse.wst.common.component

-14
This file was deleted.

.settings/org.eclipse.wst.common.project.facet.core.xml

-5
This file was deleted.

.settings/org.eclipse.wst.validation.prefs

-21
This file was deleted.

.settings/org.eclipse.wst.xsl.core.prefs

-11
This file was deleted.

.settings/org.jboss.ide.eclipse.as.core.prefs

-2
This file was deleted.

.settings/ts.eclipse.ide.core.prefs

-2
This file was deleted.

backend/.classpath

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
1010
<attributes>
1111
<attribute name="maven.pomderived" value="true"/>
12+
<attribute name="optional" value="true"/>
1213
</attributes>
1314
</classpathentry>
1415
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
@@ -18,7 +19,13 @@
1819
<attribute name="test" value="true"/>
1920
</attributes>
2021
</classpathentry>
21-
<classpathentry kind="src" path="src/test/resources"/>
22+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
23+
<attributes>
24+
<attribute name="maven.pomderived" value="true"/>
25+
<attribute name="test" value="true"/>
26+
<attribute name="optional" value="true"/>
27+
</attributes>
28+
</classpathentry>
2229
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
2330
<attributes>
2431
<attribute name="maven.pomderived" value="true"/>

backend/.settings/org.eclipse.core.resources.prefs

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ eclipse.preferences.version=1
22
encoding//src/main/java=UTF-8
33
encoding//src/main/resources=UTF-8
44
encoding//src/test/java=UTF-8
5+
encoding//src/test/resources=UTF-8
56
encoding/<project>=UTF-8

frontend/.classpath

+18-5
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,39 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
3+
<classpathentry kind="src" output="target/classes" path="src/main/java">
44
<attributes>
5+
<attribute name="optional" value="true"/>
56
<attribute name="maven.pomderived" value="true"/>
67
</attributes>
78
</classpathentry>
8-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
9+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
910
<attributes>
1011
<attribute name="maven.pomderived" value="true"/>
12+
<attribute name="optional" value="true"/>
1113
</attributes>
1214
</classpathentry>
13-
<classpathentry kind="src" output="target/classes" path="src/main/java">
15+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
1416
<attributes>
1517
<attribute name="optional" value="true"/>
1618
<attribute name="maven.pomderived" value="true"/>
19+
<attribute name="test" value="true"/>
1720
</attributes>
1821
</classpathentry>
19-
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
22+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
2023
<attributes>
21-
<attribute name="optional" value="true"/>
2224
<attribute name="maven.pomderived" value="true"/>
2325
<attribute name="test" value="true"/>
26+
<attribute name="optional" value="true"/>
27+
</attributes>
28+
</classpathentry>
29+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
30+
<attributes>
31+
<attribute name="maven.pomderived" value="true"/>
32+
</attributes>
33+
</classpathentry>
34+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
35+
<attributes>
36+
<attribute name="maven.pomderived" value="true"/>
2437
</attributes>
2538
</classpathentry>
2639
<classpathentry kind="output" path="target/classes"/>

0 commit comments

Comments
 (0)