File tree 3 files changed +8
-19
lines changed
3 files changed +8
-19
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" >
4
- <attributes >
5
- <attribute name =" maven.pomderived" value =" true" />
6
- </attributes >
7
- </classpathentry >
8
3
<classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
9
4
<classpathentry kind =" src" output =" bin" path =" src" >
10
5
<attributes >
20
15
<attribute name =" maven.pomderived" value =" true" />
21
16
</attributes >
22
17
</classpathentry >
18
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" />
23
19
<classpathentry kind =" output" path =" bin" />
24
20
</classpath >
25
-
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
9
9
org.eclipse.jdt.core.codeComplete.staticFieldSuffixes =
10
10
org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes =
11
11
org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes =
12
+ org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
12
13
org.eclipse.jdt.core.compiler.codegen.targetPlatform =17
13
14
org.eclipse.jdt.core.compiler.compliance =17
14
15
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
@@ -17,5 +18,3 @@ org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
17
18
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
18
19
org.eclipse.jdt.core.compiler.release =enabled
19
20
org.eclipse.jdt.core.compiler.source =17
20
-
21
-
Original file line number Diff line number Diff line change 38
38
<version >2.10.1</version >
39
39
<type >jar</type >
40
40
</dependency >
41
- <dependency >
42
- <groupId >org.apache.commons</groupId >
43
- <artifactId >commons-compress</artifactId >
44
- <version >1.25.0</version >
45
- <type >jar</type >
46
- </dependency >
47
41
<dependency >
48
42
<groupId >commons-io</groupId >
49
43
<artifactId >commons-io</artifactId >
50
44
<version >2.15.0</version >
51
45
<type >jar</type >
52
46
</dependency >
47
+ <dependency >
48
+ <groupId >org.apache.commons</groupId >
49
+ <artifactId >commons-compress</artifactId >
50
+ <version >1.25.0</version >
51
+ <type >jar</type >
52
+ </dependency >
53
53
</dependencies >
54
54
</location >
55
55
</locations >
56
- <implicitDependencies >
57
- <plugin id =" org.eclipse.ui.ide" />
58
- <plugin id =" org.eclipse.platform" />
59
- <plugin id =" org.eclipse.cdt" />
60
- </implicitDependencies >
61
56
<targetJRE path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" />
62
57
</target >
You can’t perform that action at this time.
0 commit comments