Skip to content

Commit a0b8ab0

Browse files
Share projects
0 parents  commit a0b8ab0

File tree

74 files changed

+947
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+947
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>com.ibm.cicsdev.osgi.ds.app.bundle_1.0.0</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.ibm.cics.bundle.ui.bundlebuilder</name>
10+
<arguments>
11+
<dictionary>
12+
<key>bundleID</key>
13+
<value>com.ibm.cicsdev.osgi.ds.app.bundle</value>
14+
</dictionary>
15+
<dictionary>
16+
<key>majorVersion</key>
17+
<value>1</value>
18+
</dictionary>
19+
<dictionary>
20+
<key>microVersion</key>
21+
<value>0</value>
22+
</dictionary>
23+
<dictionary>
24+
<key>minorVersion</key>
25+
<value>0</value>
26+
</dictionary>
27+
</arguments>
28+
</buildCommand>
29+
</buildSpec>
30+
<natures>
31+
<nature>com.ibm.cics.bundle.ui.bundlenature</nature>
32+
</natures>
33+
</projectDescription>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eclipse.preferences.version=1
2+
encoding//META-INF/cics.xml=UTF-8
3+
encoding/com.ibm.cicsdev.osgi.ds.app_1.0.0.osgibundle=UTF-8
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><cicsdefinitionprogram concurrency="REQUIRED" execkey="CICS" jvm="YES" jvmclass="com.ibm.cicsdev.osgi.ds.app.App" jvmserver="DFHOSGI" name="DSSTORE" xmlns="http://www.ibm.com/xmlns/prod/CICS/smw2int"/>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><cicsdefinitiontransaction localq="N_A" name="DSTS" program="DSSTORE" xmlns="http://www.ibm.com/xmlns/prod/CICS/smw2int"/>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<manifest xmlns="http://www.ibm.com/xmlns/prod/cics/bundle" id="com.ibm.cicsdev.osgi.ds.app.bundle" bundleMajorVer="1" bundleMinorVer="0" bundleMicroVer="0" bundleVersion="1" bundleRelease="0" build="IntB-201705232112">
3+
<meta_directives>
4+
<timestamp>2018-04-18T13:38:28.006+01:00</timestamp>
5+
</meta_directives>
6+
<define name="com.ibm.cicsdev.osgi.ds.app_1.0.0" type="http://www.ibm.com/xmlns/prod/cics/bundle/OSGIBUNDLE" path="com.ibm.cicsdev.osgi.ds.app_1.0.0.osgibundle"/>
7+
<define name="DSSTORE" type="http://www.ibm.com/xmlns/prod/cics/bundle/PROGRAM" path="DSSTORE.program"/>
8+
<define name="DSTS" type="http://www.ibm.com/xmlns/prod/cics/bundle/TRANSACTION" path="DSTS.transaction"/>
9+
</manifest>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<osgibundle symbolicname="com.ibm.cicsdev.osgi.ds.app" version="1.0.0" jvmserver="DFHOSGI"/>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
5+
<attributes>
6+
<attribute name="owner.project.facets" value="java"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="src" path=".apt_generated">
10+
<attributes>
11+
<attribute name="optional" value="true"/>
12+
</attributes>
13+
</classpathentry>
14+
<classpathentry exported="true" kind="con" path="com.ibm.osgi.container"/>
15+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
16+
<classpathentry kind="output" path="bin"/>
17+
</classpath>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<factorypath>
2+
<factorypathentry kind="PLUGIN" id="com.ibm.jee.annotations.processor" enabled="true" runInBatchMode="false"/>
3+
<factorypathentry kind="PLUGIN" id="com.ibm.cics.server.invocation.processor.ui" enabled="true" runInBatchMode="false"/>
4+
<factorypathentry kind="PLUGIN" id="com.ibm.etools.javaee.cdi.ext.ui" enabled="false" runInBatchMode="false"/>
5+
<factorypathentry kind="PLUGIN" id="com.ibm.jaxrs.annotations.processor" enabled="false" runInBatchMode="false"/>
6+
<factorypathentry kind="PLUGIN" id="org.eclipse.jst.ws.annotations.core" enabled="true" runInBatchMode="false"/>
7+
</factorypath>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.apt_generated/
2+
/bin/
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>com.ibm.cicsdev.osgi.ds.app_1.0.0</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.wst.validation.validationbuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.pde.ManifestBuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
<buildCommand>
29+
<name>org.eclipse.pde.SchemaBuilder</name>
30+
<arguments>
31+
</arguments>
32+
</buildCommand>
33+
<buildCommand>
34+
<name>org.eclipse.pde.ds.core.builder</name>
35+
<arguments>
36+
</arguments>
37+
</buildCommand>
38+
<buildCommand>
39+
<name>com.ibm.cics.explorer.sdk.CICSJavaOSGiBuilder</name>
40+
<arguments>
41+
</arguments>
42+
</buildCommand>
43+
</buildSpec>
44+
<natures>
45+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
46+
<nature>org.eclipse.jdt.core.javanature</nature>
47+
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
48+
<nature>org.eclipse.pde.PluginNature</nature>
49+
</natures>
50+
</projectDescription>

0 commit comments

Comments
 (0)