Skip to content

Commit f3665c7

Browse files
Fix Eclipse configuration for multi-module project
- Updated .classpath to remove src/main/java reference (root is parent POM only) - Simplified Eclipse configuration to match JDBC repository structure - Individual modules (app and cicsbundle) have their own Eclipse configs - Resolves 'missing required source folder' error in Eclipse
1 parent 837825f commit f3665c7

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

.classpath

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" output="bin/main" path="src/main/java">
4-
<attributes>
5-
<attribute name="gradle_scope" value="main"/>
6-
<attribute name="gradle_used_by_scope" value="main,test"/>
7-
</attributes>
8-
</classpathentry>
9-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
104
<attributes>
115
<attribute name="module" value="true"/>
126
</attributes>
137
</classpathentry>
14-
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
15-
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer">
16-
<attributes>
17-
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
18-
</attributes>
19-
</classpathentry>
208
<classpathentry kind="output" path="bin/default"/>
219
</classpath>
10+
11+
<!-- Made with Bob -->

.project

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>com.ibm.cicsdev.springboot.jcics</name>
3+
<name>cics-java-liberty-springboot-jcics</name>
44
<comment></comment>
55
<projects>
66
</projects>
@@ -40,3 +40,5 @@
4040
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
4141
</natures>
4242
</projectDescription>
43+
44+
<!-- Made with Bob -->

0 commit comments

Comments
 (0)