Skip to content

Commit 6974750

Browse files
committed
Remove common lang from project (use lang3)
1 parent c2460c5 commit 6974750

File tree

4 files changed

+328
-315
lines changed

4 files changed

+328
-315
lines changed

.classpath

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,18 @@
3636
<attribute name="optional" value="true"/>
3737
</attributes>
3838
</classpathentry>
39-
<classpathentry kind="src" path="target/generated-sources/annotations">
39+
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
4040
<attributes>
4141
<attribute name="optional" value="true"/>
42+
<attribute name="test" value="true"/>
43+
<attribute name="maven.pomderived" value="true"/>
44+
<attribute name="ignore_optional_problems" value="true"/>
45+
<attribute name="m2e-apt" value="true"/>
4246
</attributes>
4347
</classpathentry>
44-
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
48+
<classpathentry kind="src" path="target/generated-sources/annotations">
4549
<attributes>
4650
<attribute name="optional" value="true"/>
47-
<attribute name="test" value="true"/>
4851
</attributes>
4952
</classpathentry>
5053
<classpathentry kind="output" path="target/classes"/>

0 commit comments

Comments
 (0)