Skip to content

Commit 93fbe6d

Browse files
authored
Merge pull request #9 from cicsdev/aj-changes-5.5
Aj changes 5.5
2 parents a8ab6c0 + b0fd7ed commit 93fbe6d

File tree

4 files changed

+90
-0
lines changed

4 files changed

+90
-0
lines changed

.project

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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>

cics-java-liberty-jdbc-web/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
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>

0 commit comments

Comments
 (0)