Skip to content

Commit 5c73518

Browse files
Merge pull request #27 from cicsdev/add-eclipse-project-files
Add Eclipse project files for submodules and update .gitignore
2 parents c259064 + 607410b commit 5c73518

8 files changed

Lines changed: 107 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ buildNumber.properties
1717
.mvn/timing.properties
1818

1919
# Eclipse
20-
.classpath
21-
.project
22-
.settings/
20+
# Note: .project, .classpath, and .settings/ are committed for multi-module projects
2321
bin/
2422

2523
# IntelliJ IDEA
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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-17/"/>
4+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
5+
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer">
6+
<attributes>
7+
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
8+
</attributes>
9+
</classpathentry>
10+
<classpathentry kind="src" path=".apt_generated">
11+
<attributes>
12+
<attribute name="optional" value="true"/>
13+
</attributes>
14+
</classpathentry>
15+
<classpathentry kind="output" path="bin/default"/>
16+
</classpath>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>cics-java-liberty-springboot-transactions-app</name>
4+
<comment></comment>
5+
<projects/>
6+
<natures>
7+
<nature>org.eclipse.jdt.core.javanature</nature>
8+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
9+
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
10+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
11+
</natures>
12+
<buildSpec>
13+
<buildCommand>
14+
<name>org.eclipse.jdt.core.javabuilder</name>
15+
<arguments/>
16+
</buildCommand>
17+
<buildCommand>
18+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
19+
<arguments/>
20+
</buildCommand>
21+
<buildCommand>
22+
<name>org.eclipse.wst.validation.validationbuilder</name>
23+
<arguments/>
24+
</buildCommand>
25+
</buildSpec>
26+
<linkedResources/>
27+
<filteredResources/>
28+
</projectDescription>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#
2+
#Tue Jun 16 15:59:47 BST 2026
3+
eclipse.preferences.version=1
4+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
5+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
6+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
7+
org.eclipse.jdt.core.compiler.compliance=17
8+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
9+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
10+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
11+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
12+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
13+
org.eclipse.jdt.core.compiler.source=17
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project-modules id="moduleCoreId" project-version="1.5.0">
3+
<wb-module deploy-name="cics-java-liberty-springboot-transactions-app">
4+
<property name="context-root" value="cics-java-liberty-springboot-transactions-app"/>
5+
</wb-module>
6+
</project-modules>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<faceted-project>
3+
<fixed facet="jst.java"/>
4+
<fixed facet="jst.web"/>
5+
<installed facet="jst.web" version="2.4"/>
6+
<installed facet="jst.java" version="17"/>
7+
</faceted-project>
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>cics-java-liberty-springboot-transactions-cicsbundle</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.m2e.core.maven2Builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
21+
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
22+
</natures>
23+
</projectDescription>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
arguments=
2+
auto.sync=false
3+
build.scans.enabled=false
4+
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
5+
connection.project.dir=..
6+
eclipse.preferences.version=1
7+
gradle.user.home=
8+
java.home=
9+
jvm.arguments=
10+
offline.mode=false
11+
override.workspace.settings=false
12+
show.console.view=false
13+
show.executions.view=false

0 commit comments

Comments
 (0)