Skip to content

Commit ed2f204

Browse files
author
elchananarb
committed
Update .classpath
1 parent c013a10 commit ed2f204

1 file changed

Lines changed: 6 additions & 16 deletions

File tree

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
44
<attributes>
5-
<attribute name="maven.pomderived" value="true"/>
5+
<attribute name="module" value="true"/>
66
</attributes>
77
</classpathentry>
88
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
99
<classpathentry exported="true" kind="lib" path="lib/slf4j-simple-1.7.5.jar"/>
10-
<classpathentry kind="lib" path="lib/slf4j-reload4j-1.7.36.jar"/>
1110
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
1211
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.12.4.jar"/>
1312
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.12.4.jar"/>
@@ -17,16 +16,7 @@
1716
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar"/>
1817
<classpathentry exported="true" kind="lib" path="lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar"/>
1918
<classpathentry exported="true" kind="lib" path="lib/org-eclipse-mylyn-commons-core.jar"/>
20-
<classpathentry kind="src" output="bin" path="src">
21-
<attributes>
22-
<attribute name="optional" value="true"/>
23-
<attribute name="maven.pomderived" value="true"/>
24-
</attributes>
25-
</classpathentry>
26-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
27-
<attributes>
28-
<attribute name="maven.pomderived" value="true"/>
29-
</attributes>
30-
</classpathentry>
31-
<classpathentry kind="output" path="bin"/>
32-
</classpath>
19+
<classpathentry kind="src" path="src"/>
20+
<classpathentry kind="lib" path="lib/slf4j-reload4j-1.7.36.jar"/>
21+
<classpathentry kind="output" path="target/classes"/>
22+
</classpath>

0 commit comments

Comments
 (0)