|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <classpath> |
3 | | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> |
| 3 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> |
4 | 4 | <attributes> |
5 | | - <attribute name="module" value="true"/> |
| 5 | + <attribute name="maven.pomderived" value="true"/> |
6 | 6 | </attributes> |
7 | 7 | </classpathentry> |
8 | 8 | <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
9 | 9 | <classpathentry exported="true" kind="lib" path="lib/slf4j-simple-1.7.5.jar"/> |
10 | 10 | <classpathentry exported="true" kind="lib" path="lib/slf4j-reload4j-1.7.36.jar"/> |
11 | 11 | <classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.7.5.jar"/> |
12 | | - <classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.12.4.jar"/> |
13 | | - <classpathentry exported="true" kind="lib" path="lib/jackson-core-2.12.4.jar"/> |
14 | 12 | <classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.12.0.jar"/> |
15 | 13 | <classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.4.4.jar"/> |
16 | | - <classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.13.4.2.jar"/> |
17 | 14 | <classpathentry exported="true" kind="lib" path="lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar"/> |
18 | 15 | <classpathentry exported="true" kind="lib" path="lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar"/> |
19 | 16 | <classpathentry exported="true" kind="lib" path="lib/org-eclipse-mylyn-commons-core.jar"/> |
20 | | - <classpathentry kind="src" path="src/"/> |
21 | | - <classpathentry kind="output" path="target/classes"/> |
| 17 | + <classpathentry kind="lib" path="lib/jackson-annotations-2.15.2.jar"/> |
| 18 | + <classpathentry kind="lib" path="lib/jackson-core-2.15.2.jar"/> |
| 19 | + <classpathentry kind="lib" path="lib/jackson-databind-2.15.2.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"/> |
22 | 32 | </classpath> |
0 commit comments