Skip to content

Commit fdc2c34

Browse files
Improve clarity of names.
- Project renames - More commenting - Class renames
1 parent 36f20e7 commit fdc2c34

File tree

48 files changed

+442
-270
lines changed

Some content is hidden

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

48 files changed

+442
-270
lines changed

projects/com.ibm.cicsdev.osgi.ds.app.bundle_1.0.0/.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>com.ibm.cicsdev.osgi.ds.app.bundle_1.0.0</name>
3+
<name>com.ibm.cicsdev.osgi.ds.cicsapp.bundle_1.0.0</name>
44
<comment></comment>
55
<projects>
66
</projects>
@@ -10,7 +10,7 @@
1010
<arguments>
1111
<dictionary>
1212
<key>bundleID</key>
13-
<value>com.ibm.cicsdev.osgi.ds.app.bundle</value>
13+
<value>com.ibm.cicsdev.osgi.ds.cicsapp</value>
1414
</dictionary>
1515
<dictionary>
1616
<key>majorVersion</key>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
eclipse.preferences.version=1
22
encoding//META-INF/cics.xml=UTF-8
3-
encoding/com.ibm.cicsdev.osgi.ds.app_1.0.0.osgibundle=UTF-8
3+
encoding/com.ibm.cicsdev.osgi.ds.cicsapp_1.0.0.osgibundle=UTF-8
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?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">
2+
<manifest xmlns="http://www.ibm.com/xmlns/prod/cics/bundle" id="com.ibm.cicsdev.osgi.ds.cicsapp" bundleMajorVer="1" bundleMinorVer="0" bundleMicroVer="0" bundleVersion="1" bundleRelease="0" build="IntB-201705232112">
33
<meta_directives>
44
<timestamp>2018-04-18T13:38:28.006+01:00</timestamp>
55
</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"/>
6+
<define name="com.ibm.cicsdev.osgi.ds.cicsapp_1.0.0" type="http://www.ibm.com/xmlns/prod/cics/bundle/OSGIBUNDLE" path="com.ibm.cicsdev.osgi.ds.cicsapp_1.0.0.osgibundle"/>
77
<define name="DSSTORE" type="http://www.ibm.com/xmlns/prod/cics/bundle/PROGRAM" path="DSSTORE.program"/>
88
<define name="DSTS" type="http://www.ibm.com/xmlns/prod/cics/bundle/TRANSACTION" path="DSTS.transaction"/>
99
</manifest>

projects/com.ibm.cicsdev.osgi.ds.app.bundle_1.0.0/com.ibm.cicsdev.osgi.ds.app_1.0.0.osgibundle

Lines changed: 0 additions & 2 deletions
This file was deleted.
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.cicsapp" version="1.0.0" jvmserver="DFHOSGI"/>

projects/com.ibm.cicsdev.osgi.ds.app_1.0.0/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>com.ibm.cicsdev.osgi.ds.app_1.0.0</name>
3+
<name>com.ibm.cicsdev.osgi.ds.cicsapp_1.0.0</name>
44
<comment></comment>
55
<projects>
66
</projects>

projects/com.ibm.cicsdev.osgi.ds.app_1.0.0/.settings/org.eclipse.wst.common.component

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2-
<wb-module deploy-name="com.ibm.cicsdev.osgi.ds.app_1.0.0">
2+
<wb-module deploy-name="com.ibm.cicsdev.osgi.ds.cicsapp_1.0.0">
33
<wb-resource deploy-path="/" source-path="/" tag="defaultRootSource"/>
44
<wb-resource deploy-path="/bin" source-path="/src"/>
55
<wb-resource deploy-path="/bin" source-path="/.apt_generated"/>
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
3-
Bundle-Name: com.ibm.cicsdev.osgi.ds.app_1.0.0
4-
Bundle-SymbolicName: com.ibm.cicsdev.osgi.ds.app
3+
Bundle-Name: com.ibm.cicsdev.osgi.ds.cicsapp_1.0.0
4+
Bundle-SymbolicName: com.ibm.cicsdev.osgi.ds.cicsapp
55
Bundle-Version: 1.0.0
6-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
6+
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
77
Bundle-ClassPath: bin
8-
Import-Package: com.ibm.cics.server;version="1.700.0",
9-
com.ibm.cicsdev.osgi.ds,
8+
Import-Package: com.ibm.cics.server;version="[1.700.0,2.0.0)",
9+
com.ibm.cicsdev.osgi.ds.storage,
1010
org.osgi.service.component
11-
Service-Component: OSGI-INF/com.ibm.cicsdev.osgi.ds.app.App.xml
11+
Service-Component: OSGI-INF/com.ibm.cicsdev.osgi.ds.cicsapp.CICSApp.xml
1212
Bundle-ActivationPolicy: lazy
13-
CICS-MainClass: com.ibm.cicsdev.osgi.ds.app.App
14-
Export-Package: com.ibm.cicsdev.osgi.ds.app;version="1.0.0"
13+
CICS-MainClass: com.ibm.cicsdev.osgi.ds.cicsapp.CICSApp
14+
Export-Package: com.ibm.cicsdev.osgi.ds.cicsapp;version="1.0.0"

projects/com.ibm.cicsdev.osgi.ds.app_1.0.0/OSGI-INF/com.ibm.cicsdev.osgi.ds.app.App.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" deactivate="deactivate" modified="modified" name="com.ibm.cicsdev.osgi.ds.app.CICSApp">
3+
<implementation class="com.ibm.cicsdev.osgi.ds.cicsapp.CICSApp"/>
4+
<reference bind="bindStorageService" cardinality="1..1" interface="com.ibm.cicsdev.osgi.ds.storage.StorageService" name="StorageService" policy="dynamic" unbind="unbindStorageService"/>
5+
</scr:component>

0 commit comments

Comments
 (0)