Skip to content

Commit e714f82

Browse files
author
eugenp
committed
minor eclipse and formatting cleanup
1 parent 983823d commit e714f82

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

core-java/.classpath

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,11 @@
2626
<attribute name="maven.pomderived" value="true"/>
2727
</attributes>
2828
</classpathentry>
29+
<classpathentry kind="src" output="target/classes" path="src/main/java">
30+
<attributes>
31+
<attribute name="optional" value="true"/>
32+
<attribute name="maven.pomderived" value="true"/>
33+
</attributes>
34+
</classpathentry>
2935
<classpathentry kind="output" path="target/classes"/>
3036
</classpath>

httpclient/src/test/java/org/baeldung/httpclient/ProgressEntityWrapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import org.apache.http.HttpEntity;
88
import org.apache.http.entity.HttpEntityWrapper;
99

10-
1110
public class ProgressEntityWrapper extends HttpEntityWrapper {
1211
private final ProgressListener listener;
1312

spring-security-login-and-registration/.classpath

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,5 @@
2828
<attribute name="maven.pomderived" value="true"/>
2929
</attributes>
3030
</classpathentry>
31-
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
32-
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
3331
<classpathentry kind="output" path="target/classes"/>
3432
</classpath>

0 commit comments

Comments
 (0)