Skip to content

Commit 2f4dc55

Browse files
committed
log4j fixes
1 parent a204ad6 commit 2f4dc55

File tree

3 files changed

+75
-73
lines changed

3 files changed

+75
-73
lines changed

.classpath

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@
2828
<attribute name="maven.pomderived" value="true"/>
2929
</attributes>
3030
</classpathentry>
31-
<classpathentry kind="src" path="target/generated-sources/annotations">
31+
<classpathentry kind="src" path=".apt_generated">
3232
<attributes>
3333
<attribute name="optional" value="true"/>
34-
<attribute name="maven.pomderived" value="true"/>
35-
<attribute name="ignore_optional_problems" value="true"/>
36-
<attribute name="m2e-apt" value="true"/>
3734
</attributes>
3835
</classpathentry>
39-
<classpathentry kind="src" path=".apt_generated">
36+
<classpathentry kind="src" output="target/test-classes" path=".apt_generated_tests">
4037
<attributes>
4138
<attribute name="optional" value="true"/>
39+
<attribute name="test" value="true"/>
4240
</attributes>
4341
</classpathentry>
44-
<classpathentry kind="src" output="target/test-classes" path=".apt_generated_tests">
42+
<classpathentry kind="src" path="target/generated-sources/annotations">
4543
<attributes>
4644
<attribute name="optional" value="true"/>
47-
<attribute name="test" value="true"/>
45+
<attribute name="maven.pomderived" value="true"/>
46+
<attribute name="ignore_optional_problems" value="true"/>
47+
<attribute name="m2e-apt" value="true"/>
4848
</attributes>
4949
</classpathentry>
5050
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">

0 commit comments

Comments
 (0)