File tree Expand file tree Collapse file tree 8 files changed +731
-7
lines changed
io.openliberty.mpRestClient.4.0_fat
io.openliberty.springboot.fat40.security.app
io.openliberty.springboot.fat40.webanno.app Expand file tree Collapse file tree 8 files changed +731
-7
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11" >
4
+ <attributes >
5
+ <attribute name =" module" value =" true" />
6
+ </attributes >
7
+ </classpathentry >
8
+ <classpathentry kind =" con" path =" aQute.bnd.classpath.container" />
9
+ <classpathentry kind =" src" output =" bin" path =" fat/src" />
10
+ <classpathentry kind =" src" output =" bin" path =" test-applications/prototype/src" />
11
+ <classpathentry kind =" src" output =" bin" path =" test-applications/prototypeClientApp/src" />
12
+ <classpathentry kind =" src" output =" bin" path =" test-applications/multipart/src" />
13
+ <classpathentry kind =" src" output =" bin" path =" test-applications/multipartClientApp/src" />
14
+ <classpathentry kind =" output" path =" bin" />
15
+ </classpath >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >io.openliberty.mpRestClient.4.0_fat</name >
4
+ <comment ></comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.jdt.core.javabuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ <buildCommand >
14
+ <name >bndtools.core.bndbuilder</name >
15
+ <arguments >
16
+ </arguments >
17
+ </buildCommand >
18
+ </buildSpec >
19
+ <natures >
20
+ <nature >org.eclipse.jdt.core.javanature</nature >
21
+ <nature >bndtools.core.bndnature</nature >
22
+ </natures >
23
+ </projectDescription >
Original file line number Diff line number Diff line change
1
+ compileErrorAction =build
2
+ eclipse.preferences.version =1
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ encoding/bnd.bnd =UTF-8
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 38
38
-testpath: \
39
39
org.springframework.boot:spring-boot;${springBootVersion40}, \
40
40
org.springframework.boot:spring-boot-autoconfigure;${springBootVersion40}, \
41
+ org.springframework.boot:spring-boot-web-server;${springBootVersion40}, \
41
42
\
42
43
org.springframework:spring-beans;${springVersion40}, \
43
44
org.springframework:spring-context;${springVersion40}, \
Original file line number Diff line number Diff line change @@ -28,16 +28,12 @@ src: \
28
28
src/main/java, \
29
29
src/main/resources
30
30
31
- // TODO: Why is this needed? The fat20 project doesn't need it.
32
-
33
- -buildpath: \
34
- io.openliberty.jakarta.servlet.6.1
35
-
36
31
-testpath: \
37
32
org.springframework.boot:spring-boot;${springBootVersion40}, \
38
33
org.springframework.boot:spring-boot-autoconfigure;${springBootVersion40}, \
34
+ org.springframework.boot:spring-boot-web-server;${springBootVersion40}, \
39
35
\
40
36
org.springframework:spring-beans;${springVersion40}, \
41
37
org.springframework:spring-context;${springVersion40}, \
42
- org.springframework:spring-web;${springVersion40}
43
-
38
+ org.springframework:spring-web;${springVersion40}, \
39
+ io.openliberty.jakarta.servlet.6.1
You can’t perform that action at this time.
0 commit comments