Skip to content

Commit 63db9e0

Browse files
env update
1 parent 220f601 commit 63db9e0

File tree

23 files changed

+107
-104
lines changed

23 files changed

+107
-104
lines changed
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
104
<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"/>
127
</attributes>
138
</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"/>
1412
<classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.4.jar" sourcepath="lib/commons-collections4-4.4-sources.jar">
1513
<attributes>
1614
<attribute name="javadoc_location" value="jar:platform:/resource/com.espressif.idf.core/lib/commons-collections4-4.4-javadoc.jar!/"/>
1715
</attributes>
1816
</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">
2118
<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!/"/>
2420
</attributes>
2521
</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"/>
2728
</classpath>

bundles/com.espressif.idf.debug.gdbjtag.openocd/.classpath

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</attributes>
77
</classpathentry>
88
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9-
<classpathentry kind="src" path="src"/>
9+
<classpathentry kind="src" path="src/"/>
10+
<classpathentry exported="true" kind="lib" path="svd" sourcepath="svd"/>
1011
<classpathentry kind="output" path="target/classes"/>
1112
</classpath>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
3+
org.eclipse.jdt.core.compiler.compliance=11
4+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
5+
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
6+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
8+
org.eclipse.jdt.core.compiler.release=enabled
9+
org.eclipse.jdt.core.compiler.source=11

bundles/com.espressif.idf.help/.classpath

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77
</attributes>
88
</classpathentry>
99
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
10-
<classpathentry kind="src" output="target/classes" path="src">
11-
<attributes>
12-
<attribute name="optional" value="true"/>
13-
<attribute name="maven.pomderived" value="true"/>
14-
</attributes>
15-
</classpathentry>
16-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
17-
<attributes>
18-
<attribute name="maven.pomderived" value="true"/>
19-
</attributes>
20-
</classpathentry>
21-
<classpathentry kind="output" path="target/classes"/>
10+
<classpathentry kind="src" path="src/"/>
11+
<classpathentry kind="output" path="bin"/>
2212
</classpath>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8

bundles/com.espressif.idf.launch.serial.ui/.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</attributes>
88
</classpathentry>
99
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
10-
<classpathentry kind="src" path="src"/>
11-
<classpathentry kind="lib" path="libs/jSerialComm-2.9.3.jar"/>
12-
<classpathentry kind="output" path="target/classes"/>
10+
<classpathentry kind="src" path="src/"/>
11+
<classpathentry exported="true" kind="lib" path="libs/jSerialComm-2.9.3.jar"/>
12+
<classpathentry kind="output" path="bin"/>
1313
</classpath>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
53
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
64
<attributes>
75
<attribute name="module" value="true"/>
86
<attribute name="maven.pomderived" value="true"/>
97
</attributes>
108
</classpathentry>
11-
<classpathentry kind="output" path="target/classes"/>
9+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
10+
<classpathentry kind="src" path="src/"/>
11+
<classpathentry kind="output" path="bin"/>
1212
</classpath>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
53
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
64
<attributes>
75
<attribute name="module" value="true"/>
86
<attribute name="maven.pomderived" value="true"/>
97
</attributes>
108
</classpathentry>
11-
<classpathentry kind="output" path="target/classes"/>
9+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
10+
<classpathentry kind="src" path="src/"/>
11+
<classpathentry kind="output" path="bin"/>
1212
</classpath>

0 commit comments

Comments
 (0)