Skip to content

Commit c690ed3

Browse files
authored
Merge pull request #6 from cicsdev/aj-project-files6.1
added .project files
2 parents ccc640c + 939eef6 commit c690ed3

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-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>cics-java-osgi-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-osgi-jdbc-app/.project

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-osgi-jdbc-app</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.buildship.core.gradleprojectbuilder</name>
14+
<arguments>
15+
</arguments>
16+
</buildCommand>
17+
<buildCommand>
18+
<name>org.eclipse.m2e.core.maven2Builder</name>
19+
<arguments>
20+
</arguments>
21+
</buildCommand>
22+
</buildSpec>
23+
<natures>
24+
<nature>org.eclipse.jdt.core.javanature</nature>
25+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
26+
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
27+
</natures>
28+
</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-osgi-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>

0 commit comments

Comments
 (0)