File tree Expand file tree Collapse file tree 4 files changed +90
-0
lines changed
cics-java-liberty-jdbc-bundle
cics-java-liberty-jdbc-web Expand file tree Collapse file tree 4 files changed +90
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <projectDescription >
3+ <name >com.ibm.cicsdev.springboot.jdbc</name >
4+ <projects >
5+ </projects >
6+ <buildSpec >
7+ <buildCommand >
8+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
9+ <arguments >
10+ </arguments >
11+ </buildCommand >
12+ <buildCommand >
13+ <name >org.eclipse.m2e.core.maven2Builder</name >
14+ <arguments >
15+ </arguments >
16+ </buildCommand >
17+ </buildSpec >
18+ <natures >
19+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
20+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
21+ </natures >
22+ </projectDescription >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <projectDescription >
3+ <name >cics-java-liberty-jdbc-bundle</name >
4+ <projects >
5+ </projects >
6+ <buildSpec >
7+ <buildCommand >
8+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
9+ <arguments >
10+ </arguments >
11+ </buildCommand >
12+ <buildCommand >
13+ <name >org.eclipse.m2e.core.maven2Builder</name >
14+ <arguments >
15+ </arguments >
16+ </buildCommand >
17+ </buildSpec >
18+ <natures >
19+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
20+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
21+ </natures >
22+ </projectDescription >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <projectDescription >
3+ <name >cics-java-liberty-jdbc-web</name >
4+ <projects >
5+ </projects >
6+ <buildSpec >
7+ <buildCommand >
8+ <name >org.eclipse.jdt.core.javabuilder</name >
9+ <arguments >
10+ </arguments >
11+ </buildCommand >
12+ <buildCommand >
13+ <name >org.eclipse.wst.common.project.facet.core.builder</name >
14+ <arguments >
15+ </arguments >
16+ </buildCommand >
17+ <buildCommand >
18+ <name >org.eclipse.wst.validation.validationbuilder</name >
19+ <arguments >
20+ </arguments >
21+ </buildCommand >
22+ <buildCommand >
23+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
24+ <arguments >
25+ </arguments >
26+ </buildCommand >
27+ <buildCommand >
28+ <name >org.eclipse.m2e.core.maven2Builder</name >
29+ <arguments >
30+ </arguments >
31+ </buildCommand >
32+ </buildSpec >
33+ <natures >
34+ <nature >org.eclipse.jdt.core.javanature</nature >
35+ <nature >org.eclipse.wst.common.project.facet.core.nature</nature >
36+ <nature >org.eclipse.wst.common.modulecore.ModuleCoreNature</nature >
37+ <nature >org.eclipse.jem.workbench.JavaEMFNature</nature >
38+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
39+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
40+ </natures >
41+ </projectDescription >
Original file line number Diff line number Diff line change 2323 <groupId >org.apache.maven.plugins</groupId >
2424 <artifactId >maven-war-plugin</artifactId >
2525 <version >3.4.0</version >
26+ <configuration >
27+ <archive >
28+ <addMavenDescriptor >false</addMavenDescriptor >
29+ </archive >
30+ </configuration >
2631 </plugin >
2732 </plugins >
2833 </build >
You can’t perform that action at this time.
0 commit comments