Commit 4864a9f 1 parent dc11d99 commit 4864a9f Copy full SHA for 4864a9f
File tree 5 files changed +27
-8
lines changed
5 files changed +27
-8
lines changed Original file line number Diff line number Diff line change 9
9
<classpathentry excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" >
10
10
<attributes >
11
11
<attribute name =" maven.pomderived" value =" true" />
12
+ <attribute name =" optional" value =" true" />
12
13
</attributes >
13
14
</classpathentry >
14
15
<classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
18
19
<attribute name =" test" value =" true" />
19
20
</attributes >
20
21
</classpathentry >
21
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 " >
22
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 " >
22
23
<attributes >
23
24
<attribute name =" maven.pomderived" value =" true" />
24
25
</attributes >
30
31
<attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
31
32
</attributes >
32
33
</classpathentry >
34
+ <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
35
+ <attributes >
36
+ <attribute name =" maven.pomderived" value =" true" />
37
+ <attribute name =" test" value =" true" />
38
+ <attribute name =" optional" value =" true" />
39
+ </attributes >
40
+ </classpathentry >
33
41
<classpathentry kind =" output" path =" target/classes" />
34
42
</classpath >
Original file line number Diff line number Diff line change 1
1
eclipse.preferences.version =1
2
2
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3
3
org.eclipse.jdt.core.compiler.codegen.methodParameters =do not generate
4
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
4
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =11
5
5
org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
6
- org.eclipse.jdt.core.compiler.compliance =1.8
6
+ org.eclipse.jdt.core.compiler.compliance =11
7
7
org.eclipse.jdt.core.compiler.debug.lineNumber =generate
8
8
org.eclipse.jdt.core.compiler.debug.localVariable =generate
9
9
org.eclipse.jdt.core.compiler.debug.sourceFile =generate
10
10
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
11
+ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
11
12
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
12
13
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
14
+ org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
13
15
org.eclipse.jdt.core.compiler.release =disabled
14
- org.eclipse.jdt.core.compiler.source =1.8
16
+ org.eclipse.jdt.core.compiler.source =11
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?><project-modules id =" moduleCoreId" project-version =" 1.5.0" >
2
- <wb-module deploy-name =" fits-1.2.1-SNAPSHOT" >
2
+
3
+ <wb-module deploy-name =" fits-2.1.0-SNAPSHOT" >
3
4
<wb-resource deploy-path =" /WEB-INF/web.xml" source-path =" /src/main/webapp/WEB-INF/web.xml" />
5
+
4
6
<wb-resource deploy-path =" /" source-path =" /target/m2e-wtp/web-resources" />
7
+
5
8
<wb-resource deploy-path =" /" source-path =" /WebContent" tag =" defaultRootSource" />
9
+
6
10
<wb-resource deploy-path =" /WEB-INF/classes" source-path =" /src/main/java" />
11
+
7
12
<wb-resource deploy-path =" /WEB-INF/classes" source-path =" /src/main/resources" />
13
+
8
14
<wb-resource deploy-path =" /" source-path =" /src/main/webapp" />
15
+
9
16
<property name =" java-output-path" value =" /FITSservlet_GitHub/bin" />
10
- <property name =" context-root" value =" fits" />
17
+ <property name =" context-root" value =" fits-2.1.0-SNAPSHOT" />
18
+
11
19
</wb-module >
20
+
12
21
</project-modules >
Original file line number Diff line number Diff line change 3
3
<fixed facet =" wst.jsdt.web" />
4
4
<installed facet =" jst.web" version =" 3.0" />
5
5
<installed facet =" wst.jsdt.web" version =" 1.0" />
6
- <installed facet =" java" version =" 1.8 " />
6
+ <installed facet =" java" version =" 11 " />
7
7
</faceted-project >
Original file line number Diff line number Diff line change 98
98
<dependency >
99
99
<groupId >commons-fileupload</groupId >
100
100
<artifactId >commons-fileupload</artifactId >
101
- <version >1.4 </version >
101
+ <version >1.5 </version >
102
102
</dependency >
103
103
<dependency >
104
104
<groupId >commons-lang</groupId >
You can’t perform that action at this time.
0 commit comments