Skip to content

Commit f92d2f5

Browse files
authored
Merge pull request #32838 from jhanders34/more_eclipse_cleanup
Fix up things for running in eclipse
2 parents 0eae236 + f5b2496 commit f92d2f5

File tree

8 files changed

+731
-7
lines changed

8 files changed

+731
-7
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
compileErrorAction=build
2+
eclipse.preferences.version=1
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/bnd.bnd=UTF-8

dev/io.openliberty.mpRestClient.4.0_fat/.settings/org.eclipse.jdt.core.prefs

Lines changed: 398 additions & 0 deletions
Large diffs are not rendered by default.

dev/io.openliberty.mpRestClient.4.0_fat/.settings/org.eclipse.jdt.ui.prefs

Lines changed: 287 additions & 0 deletions
Large diffs are not rendered by default.

dev/io.openliberty.springboot.fat40.security.app/bnd.bnd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ src: \
3838
-testpath: \
3939
org.springframework.boot:spring-boot;${springBootVersion40}, \
4040
org.springframework.boot:spring-boot-autoconfigure;${springBootVersion40}, \
41+
org.springframework.boot:spring-boot-web-server;${springBootVersion40}, \
4142
\
4243
org.springframework:spring-beans;${springVersion40}, \
4344
org.springframework:spring-context;${springVersion40}, \

dev/io.openliberty.springboot.fat40.webanno.app/bnd.bnd

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,12 @@ src: \
2828
src/main/java, \
2929
src/main/resources
3030

31-
// TODO: Why is this needed? The fat20 project doesn't need it.
32-
33-
-buildpath: \
34-
io.openliberty.jakarta.servlet.6.1
35-
3631
-testpath: \
3732
org.springframework.boot:spring-boot;${springBootVersion40}, \
3833
org.springframework.boot:spring-boot-autoconfigure;${springBootVersion40}, \
34+
org.springframework.boot:spring-boot-web-server;${springBootVersion40}, \
3935
\
4036
org.springframework:spring-beans;${springVersion40}, \
4137
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

0 commit comments

Comments
 (0)