|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <classpath> |
3 | | - <classpathentry kind="src" path="src"/> |
4 | | - <classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.9.4.jar"/> |
5 | | - <classpathentry exported="true" kind="lib" path="lib/commons-text-1.10.0.jar"/> |
6 | | - <classpathentry exported="true" kind="lib" path="lib/opencsv-5.7.0.jar"/> |
7 | | - <classpathentry exported="true" kind="lib" path="lib/snakeyaml-1.30.jar"/> |
8 | | - <classpathentry exported="true" kind="lib" path="lib/json-simple-1.1.1.jar"/> |
9 | | - <classpathentry exported="true" kind="lib" path="lib/commons-io-2.9.0.jar" sourcepath="lib/commons-io-2.9.0-sources.jar"> |
| 3 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> |
10 | 4 | <attributes> |
11 | | - <attribute name="javadoc_location" value="jar:platform:/resource/com.espressif.idf.core/lib/commons-io-2.9.0-javadoc.jar!/"/> |
| 5 | + <attribute name="module" value="true"/> |
| 6 | + <attribute name="maven.pomderived" value="true"/> |
12 | 7 | </attributes> |
13 | 8 | </classpathentry> |
| 9 | + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
| 10 | + <classpathentry kind="src" path="src/"/> |
| 11 | + <classpathentry exported="true" kind="lib" path="lib/json-simple-1.1.1.jar"/> |
14 | 12 | <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.4.jar" sourcepath="lib/commons-collections4-4.4-sources.jar"> |
15 | 13 | <attributes> |
16 | 14 | <attribute name="javadoc_location" value="jar:platform:/resource/com.espressif.idf.core/lib/commons-collections4-4.4-javadoc.jar!/"/> |
17 | 15 | </attributes> |
18 | 16 | </classpathentry> |
19 | | - <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
20 | | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> |
| 17 | + <classpathentry exported="true" kind="lib" path="lib/commons-io-2.9.0.jar" sourcepath="lib/commons-io-2.9.0-sources.jar"> |
21 | 18 | <attributes> |
22 | | - <attribute name="module" value="true"/> |
23 | | - <attribute name="maven.pomderived" value="true"/> |
| 19 | + <attribute name="javadoc_location" value="jar:platform:/resource/com.espressif.idf.core/lib/commons-io-2.9.0-javadoc.jar!/"/> |
24 | 20 | </attributes> |
25 | 21 | </classpathentry> |
26 | | - <classpathentry kind="output" path="target/classes"/> |
| 22 | + <classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.12.0.jar"/> |
| 23 | + <classpathentry exported="true" kind="lib" path="lib/snakeyaml-1.30.jar"/> |
| 24 | + <classpathentry exported="true" kind="lib" path="lib/opencsv-5.7.0.jar"/> |
| 25 | + <classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.9.4.jar"/> |
| 26 | + <classpathentry exported="true" kind="lib" path="lib/commons-text-1.10.0.jar"/> |
| 27 | + <classpathentry kind="output" path="bin"/> |
27 | 28 | </classpath> |
0 commit comments