Skip to content

Commit 1b594ab

Browse files
authored
Merge pull request #13 from cicsdev/aj-changes
.project files and pom minor change
2 parents 84f8e43 + fb64f90 commit 1b594ab

File tree

4 files changed

+30
-16
lines changed

4 files changed

+30
-16
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>cics-java-liberty-link</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>

cics-java-liberty-link-app/.project

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
33
<name>cics-java-liberty-link-app</name>
4-
<comment></comment>
54
<projects>
65
</projects>
76
<buildSpec>
@@ -32,11 +31,11 @@
3231
</buildCommand>
3332
</buildSpec>
3433
<natures>
35-
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
36-
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
3734
<nature>org.eclipse.jdt.core.javanature</nature>
38-
<nature>org.eclipse.m2e.core.maven2Nature</nature>
3935
<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>
4038
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
39+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
4140
</natures>
4241
</projectDescription>

cics-java-liberty-link-app/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-war-plugin</artifactId>
5050
<version>3.4.0</version>
51+
<configuration>
52+
<archive>
53+
<addMavenDescriptor>false</addMavenDescriptor>
54+
</archive>
55+
</configuration>
5156
</plugin>
5257
</plugins>
5358
</build>
Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
33
<name>cics-java-liberty-link-bundle</name>
4-
<comment>CICS Bundle project for Gradle and Maven support.</comment>
54
<projects>
65
</projects>
76
<buildSpec>
@@ -20,15 +19,4 @@
2019
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2120
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
2221
</natures>
23-
<filteredResources>
24-
<filter>
25-
<id>1699625177765</id>
26-
<name></name>
27-
<type>30</type>
28-
<matcher>
29-
<id>org.eclipse.core.resources.regexFilterMatcher</id>
30-
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
31-
</matcher>
32-
</filter>
33-
</filteredResources>
3422
</projectDescription>

0 commit comments

Comments
 (0)