Add Eclipse configuration for multi-module project - #7
Merged
Conversation
Manvi-55
commented
Aug 24, 2026
Contributor
- Fix root .classpath: minimal parent form, JavaSE-17 (removes stale src/main/java entry)
- Fix root .project: rename from Java package style to repo name, remove WTP builders/natures
- Add root .settings/org.eclipse.core.resources.prefs (UTF-8 encoding)
- Add root .settings/org.eclipse.jdt.core.prefs (Java 17 compiler settings)
- Remove WTP facet files from root .settings/ (Issue 10 — root is parent container only)
- Fix -app/.classpath: JavaSE-17, CICS Liberty Libraries (V61/JEE_V10_R0), Buildship + M2E containers
- Fix -app/.project: correct name, Gradle+Maven natures and builders, WTP natures
- Fix -app/.settings/org.eclipse.jdt.core.prefs: Java 17 (was Java 1.8)
- Add -app/.settings/org.eclipse.wst.common.component: correct context-root and deploy-name
- Move -app/.settings/org.eclipse.wst.common.project.facet.core.xml: jst.java=17, jst.web=6.0
- Add -app/.settings/org.eclipse.wst.validation.prefs: suppress duplicate JAR errors (Issue 11a)
- Fix -cicsbundle/.project: add Gradle nature and builder
- Create -cicsbundle-eclipse project with bundle nature, META-INF/cics.xml, .warbundle
- Fix root .classpath: minimal parent form, JavaSE-17 (removes stale src/main/java entry) - Fix root .project: rename from Java package style to repo name, remove WTP builders/natures - Add root .settings/org.eclipse.core.resources.prefs (UTF-8 encoding) - Add root .settings/org.eclipse.jdt.core.prefs (Java 17 compiler settings) - Remove WTP facet files from root .settings/ (Issue 10 — root is parent container only) - Fix -app/.classpath: JavaSE-17, CICS Liberty Libraries (V61/JEE_V10_R0), Buildship + M2E containers - Fix -app/.project: correct name, Gradle+Maven natures and builders, WTP natures - Fix -app/.settings/org.eclipse.jdt.core.prefs: Java 17 (was Java 1.8) - Add -app/.settings/org.eclipse.wst.common.component: correct context-root and deploy-name - Move -app/.settings/org.eclipse.wst.common.project.facet.core.xml: jst.java=17, jst.web=6.0 - Add -app/.settings/org.eclipse.wst.validation.prefs: suppress duplicate JAR errors (Issue 11a) - Fix -cicsbundle/.project: add Gradle nature and builder - Create -cicsbundle-eclipse project with bundle nature, META-INF/cics.xml, .warbundle
IvanHargreaves
approved these changes
Aug 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.