File tree Expand file tree Collapse file tree 3 files changed +8
-19
lines changed Expand file tree Collapse file tree 3 files changed +8
-19
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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 >
83 <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
94 <classpathentry kind =" src" output =" bin" path =" src" >
105 <attributes >
2015 <attribute name =" maven.pomderived" value =" true" />
2116 </attributes >
2217 </classpathentry >
18+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" />
2319 <classpathentry kind =" output" path =" bin" />
2420</classpath >
25-
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
99org.eclipse.jdt.core.codeComplete.staticFieldSuffixes =
1010org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes =
1111org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes =
12+ org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
1213org.eclipse.jdt.core.compiler.codegen.targetPlatform =17
1314org.eclipse.jdt.core.compiler.compliance =17
1415org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
@@ -17,5 +18,3 @@ org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
1718org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
1819org.eclipse.jdt.core.compiler.release =enabled
1920org.eclipse.jdt.core.compiler.source =17
20-
21-
Original file line number Diff line number Diff line change 3838 <version >2.10.1</version >
3939 <type >jar</type >
4040 </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 >
4741 <dependency >
4842 <groupId >commons-io</groupId >
4943 <artifactId >commons-io</artifactId >
5044 <version >2.15.0</version >
5145 <type >jar</type >
5246 </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 >
5353 </dependencies >
5454 </location >
5555 </locations >
56- <implicitDependencies >
57- <plugin id =" org.eclipse.ui.ide" />
58- <plugin id =" org.eclipse.platform" />
59- <plugin id =" org.eclipse.cdt" />
60- </implicitDependencies >
6156 <targetJRE path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" />
6257</target >
You can’t perform that action at this time.
0 commit comments