Skip to content

Commit 1998b80

Browse files
committed
update
1 parent b3cf1d0 commit 1998b80

File tree

6 files changed

+593
-8
lines changed

6 files changed

+593
-8
lines changed

teams-fall2022/CaffeinatedLaboratory/A4/mv/MavenProject/.classpath

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,38 @@
66
<attribute name="maven.pomderived" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
9+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
1010
<attributes>
11+
<attribute name="optional" value="true"/>
1112
<attribute name="maven.pomderived" value="true"/>
13+
<attribute name="test" value="true"/>
1214
</attributes>
1315
</classpathentry>
14-
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
16+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
1517
<attributes>
16-
<attribute name="optional" value="true"/>
1718
<attribute name="maven.pomderived" value="true"/>
18-
<attribute name="test" value="true"/>
1919
</attributes>
2020
</classpathentry>
21-
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
21+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2222
<attributes>
2323
<attribute name="maven.pomderived" value="true"/>
24-
<attribute name="test" value="true"/>
2524
</attributes>
2625
</classpathentry>
27-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
26+
<classpathentry kind="src" path="target/generated-sources/annotations">
2827
<attributes>
28+
<attribute name="optional" value="true"/>
2929
<attribute name="maven.pomderived" value="true"/>
30+
<attribute name="ignore_optional_problems" value="true"/>
31+
<attribute name="m2e-apt" value="true"/>
3032
</attributes>
3133
</classpathentry>
32-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
34+
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
3335
<attributes>
36+
<attribute name="optional" value="true"/>
3437
<attribute name="maven.pomderived" value="true"/>
38+
<attribute name="ignore_optional_problems" value="true"/>
39+
<attribute name="m2e-apt" value="true"/>
40+
<attribute name="test" value="true"/>
3541
</attributes>
3642
</classpathentry>
3743
<classpathentry kind="output" path="target/classes"/>

teams-fall2022/CaffeinatedLaboratory/A4/mv/MavenProject/.project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,15 @@
2020
<nature>org.eclipse.jdt.core.javanature</nature>
2121
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2222
</natures>
23+
<filteredResources>
24+
<filter>
25+
<id>1666146957775</id>
26+
<name></name>
27+
<type>30</type>
28+
<matcher>
29+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
30+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
31+
</matcher>
32+
</filter>
33+
</filteredResources>
2334
</projectDescription>

0 commit comments

Comments
 (0)