Skip to content

Commit 51e0a96

Browse files
committed
Looks like it works
Signed-off-by: Kyrill Zotkin <[email protected]>
1 parent 89cbd76 commit 51e0a96

File tree

74 files changed

+980
-189
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

+980
-189
lines changed
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: Delete Old Versions
4+
5+
# Controls when the action will run.
6+
on:
7+
# Allows you to run this workflow manually from the Actions tab
8+
workflow_dispatch:
9+
10+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
11+
jobs:
12+
# This workflow contains a single job called "build"
13+
build:
14+
# The type of runner that the job will run on
15+
runs-on: ubuntu-latest
16+
17+
# Steps represent a sequence of tasks that will be executed as part of the job
18+
steps:
19+
- name: Delete Package Versions
20+
uses: actions/[email protected]
21+
with:
22+
package-name: 'org.enterprisedomain.org.enterprisedomain.*'
23+
token: ${{ secrets.DEL }}
24+
num-old-versions-to-delete: 1

bundles/org.enterprisedomain.classmaker.cdo.ui/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: ClassMaker CDO UI Support
44
Bundle-SymbolicName: org.enterprisedomain.classmaker.cdo.ui
5-
Bundle-Version: 0.8.46.qualifier
5+
Bundle-Version: 0.8.55.qualifier
66
Bundle-Vendor: Kyrill Zotkin
77
Require-Bundle: org.enterprisedomain.classmaker.cdo;bundle-version="0.0.1",
88
org.eclipse.emf.cdo.ui.shared;bundle-version="4.5.0",

bundles/org.enterprisedomain.classmaker.cdo.ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.enterprisedomain</groupId>
66
<artifactId>org.enterprisedomain.root</artifactId>
7-
<version>0.8.46-SNAPSHOT</version>
7+
<version>0.8.55-SNAPSHOT</version>
88
<relativePath>../../</relativePath>
99
</parent>
1010

bundles/org.enterprisedomain.classmaker.cdo.ui/target/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: ClassMaker CDO UI Support
44
Bundle-SymbolicName: org.enterprisedomain.classmaker.cdo.ui
5-
Bundle-Version: 0.8.46.202207050943
5+
Bundle-Version: 0.8.55.202208170821
66
Bundle-Vendor: Kyrill Zotkin
77
Require-Bundle: org.enterprisedomain.classmaker.cdo;bundle-version="0.0.
88
1",org.eclipse.emf.cdo.ui.shared;bundle-version="4.5.0",org.eclipse.emf
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
artifactId=org.enterprisedomain.classmaker.cdo.ui
22
groupId=org.enterprisedomain
3-
version=0.8.46-SNAPSHOT
3+
version=0.8.55-SNAPSHOT

bundles/org.enterprisedomain.classmaker.cdo.ui/target/p2artifacts.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<?artifactRepository version='1.1.0'?>
33
<artifacts size='2'>
4-
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo.ui' version='0.8.46.202207050943'>
4+
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo.ui' version='0.8.55.202208170821'>
55
<properties size='6'>
6-
<property name='artifact.size' value='6310'/>
7-
<property name='download.size' value='6310'/>
6+
<property name='artifact.size' value='6309'/>
7+
<property name='download.size' value='6309'/>
88
<property name='maven-groupId' value='org.enterprisedomain'/>
99
<property name='maven-artifactId' value='org.enterprisedomain.classmaker.cdo.ui'/>
10-
<property name='maven-version' value='0.8.46-SNAPSHOT'/>
10+
<property name='maven-version' value='0.8.55-SNAPSHOT'/>
1111
<property name='maven-type' value='eclipse-plugin'/>
1212
</properties>
1313
</artifact>
14-
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo.ui.source' version='0.8.46.202207050943'>
14+
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo.ui.source' version='0.8.55.202208170821'>
1515
<properties size='7'>
16-
<property name='artifact.size' value='942'/>
17-
<property name='download.size' value='942'/>
16+
<property name='artifact.size' value='940'/>
17+
<property name='download.size' value='940'/>
1818
<property name='maven-groupId' value='org.enterprisedomain'/>
1919
<property name='maven-artifactId' value='org.enterprisedomain.classmaker.cdo.ui'/>
20-
<property name='maven-version' value='0.8.46-SNAPSHOT'/>
20+
<property name='maven-version' value='0.8.55-SNAPSHOT'/>
2121
<property name='maven-classifier' value='sources'/>
2222
<property name='maven-type' value='java-source'/>
2323
</properties>

bundles/org.enterprisedomain.classmaker.cdo.ui/target/p2content.xml

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<units size='2'>
3-
<unit id='org.enterprisedomain.classmaker.cdo.ui' version='0.8.46.202207050943' singleton='false' generation='2'>
4-
<update id='org.enterprisedomain.classmaker.cdo.ui' range='[0.0.0,0.8.46.202207050943)' severity='0'/>
3+
<unit id='org.enterprisedomain.classmaker.cdo.ui' version='0.8.55.202208170821' singleton='false' generation='2'>
4+
<update id='org.enterprisedomain.classmaker.cdo.ui' range='[0.0.0,0.8.55.202208170821)' severity='0'/>
55
<properties size='6'>
66
<property name='org.eclipse.equinox.p2.name' value='ClassMaker CDO UI Support'/>
77
<property name='org.eclipse.equinox.p2.provider' value='Kyrill Zotkin'/>
88
<property name='maven-groupId' value='org.enterprisedomain'/>
99
<property name='maven-artifactId' value='org.enterprisedomain.classmaker.cdo.ui'/>
10-
<property name='maven-version' value='0.8.46-SNAPSHOT'/>
10+
<property name='maven-version' value='0.8.55-SNAPSHOT'/>
1111
<property name='maven-type' value='eclipse-plugin'/>
1212
</properties>
1313
<provides size='4'>
14-
<provided namespace='org.eclipse.equinox.p2.iu' name='org.enterprisedomain.classmaker.cdo.ui' version='0.8.46.202207050943'/>
15-
<provided namespace='osgi.bundle' name='org.enterprisedomain.classmaker.cdo.ui' version='0.8.46.202207050943'/>
16-
<provided namespace='osgi.identity' name='org.enterprisedomain.classmaker.cdo.ui' version='0.8.46.202207050943'>
14+
<provided namespace='org.eclipse.equinox.p2.iu' name='org.enterprisedomain.classmaker.cdo.ui' version='0.8.55.202208170821'/>
15+
<provided namespace='osgi.bundle' name='org.enterprisedomain.classmaker.cdo.ui' version='0.8.55.202208170821'/>
16+
<provided namespace='osgi.identity' name='org.enterprisedomain.classmaker.cdo.ui' version='0.8.55.202208170821'>
1717
<properties size='1'>
1818
<property name='type' value='osgi.bundle'/>
1919
</properties>
@@ -37,19 +37,19 @@
3737
</requiredProperties>
3838
</requires>
3939
<artifacts size='1'>
40-
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo.ui' version='0.8.46.202207050943'/>
40+
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo.ui' version='0.8.55.202208170821'/>
4141
</artifacts>
4242
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
4343
<touchpointData size='1'>
4444
<instructions size='1'>
4545
<instruction key='manifest'>
46-
Bundle-SymbolicName: org.enterprisedomain.classmaker.cdo.ui&#xA;Bundle-Version: 0.8.46.202207050943&#xA;
46+
Bundle-SymbolicName: org.enterprisedomain.classmaker.cdo.ui&#xA;Bundle-Version: 0.8.55.202208170821&#xA;
4747
</instruction>
4848
</instructions>
4949
</touchpointData>
5050
</unit>
51-
<unit id='org.enterprisedomain.classmaker.cdo.ui.source' version='0.8.46.202207050943' singleton='false'>
52-
<update id='org.enterprisedomain.classmaker.cdo.ui.source' range='[0.0.0,0.8.46.202207050943)' severity='0'/>
51+
<unit id='org.enterprisedomain.classmaker.cdo.ui.source' version='0.8.55.202208170821' singleton='false'>
52+
<update id='org.enterprisedomain.classmaker.cdo.ui.source' range='[0.0.0,0.8.55.202208170821)' severity='0'/>
5353
<properties size='10'>
5454
<property name='df_LT.bundleVendor' value='Kyrill Zotkin'/>
5555
<property name='df_LT.bundleName' value='ClassMaker CDO UI Support Source'/>
@@ -58,14 +58,14 @@
5858
<property name='org.eclipse.equinox.p2.bundle.localization' value='OSGI-INF/l10n/bundle-src'/>
5959
<property name='maven-groupId' value='org.enterprisedomain'/>
6060
<property name='maven-artifactId' value='org.enterprisedomain.classmaker.cdo.ui'/>
61-
<property name='maven-version' value='0.8.46-SNAPSHOT'/>
61+
<property name='maven-version' value='0.8.55-SNAPSHOT'/>
6262
<property name='maven-classifier' value='sources'/>
6363
<property name='maven-type' value='java-source'/>
6464
</properties>
6565
<provides size='5'>
66-
<provided namespace='org.eclipse.equinox.p2.iu' name='org.enterprisedomain.classmaker.cdo.ui.source' version='0.8.46.202207050943'/>
67-
<provided namespace='osgi.bundle' name='org.enterprisedomain.classmaker.cdo.ui.source' version='0.8.46.202207050943'/>
68-
<provided namespace='osgi.identity' name='org.enterprisedomain.classmaker.cdo.ui.source' version='0.8.46.202207050943'>
66+
<provided namespace='org.eclipse.equinox.p2.iu' name='org.enterprisedomain.classmaker.cdo.ui.source' version='0.8.55.202208170821'/>
67+
<provided namespace='osgi.bundle' name='org.enterprisedomain.classmaker.cdo.ui.source' version='0.8.55.202208170821'/>
68+
<provided namespace='osgi.identity' name='org.enterprisedomain.classmaker.cdo.ui.source' version='0.8.55.202208170821'>
6969
<properties size='1'>
7070
<property name='type' value='osgi.bundle'/>
7171
</properties>
@@ -74,13 +74,13 @@
7474
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
7575
</provides>
7676
<artifacts size='1'>
77-
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo.ui.source' version='0.8.46.202207050943'/>
77+
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo.ui.source' version='0.8.55.202208170821'/>
7878
</artifacts>
7979
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
8080
<touchpointData size='1'>
8181
<instructions size='1'>
8282
<instruction key='manifest'>
83-
Bundle-SymbolicName: org.enterprisedomain.classmaker.cdo.ui.source&#xA;Bundle-Version: 0.8.46.202207050943&#xA;
83+
Bundle-SymbolicName: org.enterprisedomain.classmaker.cdo.ui.source&#xA;Bundle-Version: 0.8.55.202208170821&#xA;
8484
</instruction>
8585
</instructions>
8686
</touchpointData>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Source Bundle Localization
2-
#Tue Jul 05 16:46:38 NOVT 2022
2+
#Wed Aug 17 15:24:43 NOVT 2022
33
bundleVendor=Kyrill Zotkin
44
bundleName=ClassMaker CDO UI Support Source

bundles/org.enterprisedomain.classmaker.cdo/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: ClassMaker CDO Support
44
Bundle-SymbolicName: org.enterprisedomain.classmaker.cdo;singleton:=true
5-
Bundle-Version: 0.8.46.qualifier
5+
Bundle-Version: 0.8.55.qualifier
66
Bundle-Vendor: Kyrill Zotkin
77
Automatic-Module-Name: org.enterprisedomain.classmaker.cdo
88
Bundle-RequiredExecutionEnvironment: JavaSE-11
99
Bundle-Activator: org.enterprisedomain.classmaker.cdo.Activator
1010
Require-Bundle: org.eclipse.osgi;bundle-version="[3.16.200,4.0.0)",
11-
org.enterprisedomain.classmaker;bundle-version="0.8.46",
11+
org.enterprisedomain.classmaker;bundle-version="0.8.55",
1212
org.eclipse.emf.cdo;bundle-version="4.15.0";visibility:=reexport,
1313
org.eclipse.emf.cdo.edit;bundle-version="4.5.6";visibility:=reexport
1414
Export-Package: org.enterprisedomain.classmaker.cdo

bundles/org.enterprisedomain.classmaker.cdo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.enterprisedomain</groupId>
66
<artifactId>org.enterprisedomain.root</artifactId>
7-
<version>0.8.46-SNAPSHOT</version>
7+
<version>0.8.55-SNAPSHOT</version>
88
<relativePath>../../</relativePath>
99
</parent>
1010

bundles/org.enterprisedomain.classmaker.cdo/target/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: ClassMaker CDO Support
44
Bundle-SymbolicName: org.enterprisedomain.classmaker.cdo;singleton:=true
5-
Bundle-Version: 0.8.46.202207050943
5+
Bundle-Version: 0.8.55.202208170821
66
Bundle-Vendor: Kyrill Zotkin
77
Automatic-Module-Name: org.enterprisedomain.classmaker.cdo
88
Bundle-RequiredExecutionEnvironment: JavaSE-11
99
Bundle-Activator: org.enterprisedomain.classmaker.cdo.Activator
1010
Require-Bundle: org.eclipse.osgi;bundle-version="[3.16.200,4.0.0)",org.e
11-
nterprisedomain.classmaker;bundle-version="0.8.46",org.eclipse.emf.cdo;
11+
nterprisedomain.classmaker;bundle-version="0.8.55",org.eclipse.emf.cdo;
1212
bundle-version="4.15.0";visibility:=reexport,org.eclipse.emf.cdo.edit;b
1313
undle-version="4.5.6";visibility:=reexport
1414
Export-Package: org.enterprisedomain.classmaker.cdo
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
artifactId=org.enterprisedomain.classmaker.cdo
22
groupId=org.enterprisedomain
3-
version=0.8.46-SNAPSHOT
3+
version=0.8.55-SNAPSHOT

bundles/org.enterprisedomain.classmaker.cdo/target/p2artifacts.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<?artifactRepository version='1.1.0'?>
33
<artifacts size='2'>
4-
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo' version='0.8.46.202207050943'>
4+
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo' version='0.8.55.202208170821'>
55
<properties size='6'>
6-
<property name='artifact.size' value='8830'/>
7-
<property name='download.size' value='8830'/>
6+
<property name='artifact.size' value='8834'/>
7+
<property name='download.size' value='8834'/>
88
<property name='maven-groupId' value='org.enterprisedomain'/>
99
<property name='maven-artifactId' value='org.enterprisedomain.classmaker.cdo'/>
10-
<property name='maven-version' value='0.8.46-SNAPSHOT'/>
10+
<property name='maven-version' value='0.8.55-SNAPSHOT'/>
1111
<property name='maven-type' value='eclipse-plugin'/>
1212
</properties>
1313
</artifact>
14-
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo.source' version='0.8.46.202207050943'>
14+
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo.source' version='0.8.55.202208170821'>
1515
<properties size='7'>
16-
<property name='artifact.size' value='3258'/>
17-
<property name='download.size' value='3258'/>
16+
<property name='artifact.size' value='3257'/>
17+
<property name='download.size' value='3257'/>
1818
<property name='maven-groupId' value='org.enterprisedomain'/>
1919
<property name='maven-artifactId' value='org.enterprisedomain.classmaker.cdo'/>
20-
<property name='maven-version' value='0.8.46-SNAPSHOT'/>
20+
<property name='maven-version' value='0.8.55-SNAPSHOT'/>
2121
<property name='maven-classifier' value='sources'/>
2222
<property name='maven-type' value='java-source'/>
2323
</properties>

bundles/org.enterprisedomain.classmaker.cdo/target/p2content.xml

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<units size='2'>
3-
<unit id='org.enterprisedomain.classmaker.cdo' version='0.8.46.202207050943' generation='2'>
4-
<update id='org.enterprisedomain.classmaker.cdo' range='[0.0.0,0.8.46.202207050943)' severity='0'/>
3+
<unit id='org.enterprisedomain.classmaker.cdo' version='0.8.55.202208170821' generation='2'>
4+
<update id='org.enterprisedomain.classmaker.cdo' range='[0.0.0,0.8.55.202208170821)' severity='0'/>
55
<properties size='6'>
66
<property name='org.eclipse.equinox.p2.name' value='ClassMaker CDO Support'/>
77
<property name='org.eclipse.equinox.p2.provider' value='Kyrill Zotkin'/>
88
<property name='maven-groupId' value='org.enterprisedomain'/>
99
<property name='maven-artifactId' value='org.enterprisedomain.classmaker.cdo'/>
10-
<property name='maven-version' value='0.8.46-SNAPSHOT'/>
10+
<property name='maven-version' value='0.8.55-SNAPSHOT'/>
1111
<property name='maven-type' value='eclipse-plugin'/>
1212
</properties>
1313
<provides size='5'>
14-
<provided namespace='org.eclipse.equinox.p2.iu' name='org.enterprisedomain.classmaker.cdo' version='0.8.46.202207050943'/>
15-
<provided namespace='osgi.bundle' name='org.enterprisedomain.classmaker.cdo' version='0.8.46.202207050943'/>
14+
<provided namespace='org.eclipse.equinox.p2.iu' name='org.enterprisedomain.classmaker.cdo' version='0.8.55.202208170821'/>
15+
<provided namespace='osgi.bundle' name='org.enterprisedomain.classmaker.cdo' version='0.8.55.202208170821'/>
1616
<provided namespace='java.package' name='org.enterprisedomain.classmaker.cdo' version='0.0.0'/>
17-
<provided namespace='osgi.identity' name='org.enterprisedomain.classmaker.cdo' version='0.8.46.202207050943'>
17+
<provided namespace='osgi.identity' name='org.enterprisedomain.classmaker.cdo' version='0.8.55.202208170821'>
1818
<properties size='1'>
1919
<property name='type' value='osgi.bundle'/>
2020
</properties>
@@ -23,7 +23,7 @@
2323
</provides>
2424
<requires size='5'>
2525
<required namespace='osgi.bundle' name='org.eclipse.osgi' range='[3.16.200,4.0.0)'/>
26-
<required namespace='osgi.bundle' name='org.enterprisedomain.classmaker' range='0.8.46'/>
26+
<required namespace='osgi.bundle' name='org.enterprisedomain.classmaker' range='0.8.55'/>
2727
<required namespace='osgi.bundle' name='org.eclipse.emf.cdo' range='4.15.0'/>
2828
<required namespace='osgi.bundle' name='org.eclipse.emf.cdo.edit' range='4.5.6'/>
2929
<requiredProperties namespace='osgi.ee' match='(&amp;(osgi.ee=JavaSE)(version=11))'>
@@ -33,19 +33,19 @@
3333
</requiredProperties>
3434
</requires>
3535
<artifacts size='1'>
36-
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo' version='0.8.46.202207050943'/>
36+
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo' version='0.8.55.202208170821'/>
3737
</artifacts>
3838
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
3939
<touchpointData size='1'>
4040
<instructions size='1'>
4141
<instruction key='manifest'>
42-
Bundle-SymbolicName: org.enterprisedomain.classmaker.cdo;singleton:=true&#xA;Bundle-Version: 0.8.46.202207050943&#xA;
42+
Bundle-SymbolicName: org.enterprisedomain.classmaker.cdo;singleton:=true&#xA;Bundle-Version: 0.8.55.202208170821&#xA;
4343
</instruction>
4444
</instructions>
4545
</touchpointData>
4646
</unit>
47-
<unit id='org.enterprisedomain.classmaker.cdo.source' version='0.8.46.202207050943' singleton='false'>
48-
<update id='org.enterprisedomain.classmaker.cdo.source' range='[0.0.0,0.8.46.202207050943)' severity='0'/>
47+
<unit id='org.enterprisedomain.classmaker.cdo.source' version='0.8.55.202208170821' singleton='false'>
48+
<update id='org.enterprisedomain.classmaker.cdo.source' range='[0.0.0,0.8.55.202208170821)' severity='0'/>
4949
<properties size='10'>
5050
<property name='df_LT.bundleVendor' value='Kyrill Zotkin'/>
5151
<property name='df_LT.bundleName' value='ClassMaker CDO Support Source'/>
@@ -54,14 +54,14 @@
5454
<property name='org.eclipse.equinox.p2.bundle.localization' value='OSGI-INF/l10n/bundle-src'/>
5555
<property name='maven-groupId' value='org.enterprisedomain'/>
5656
<property name='maven-artifactId' value='org.enterprisedomain.classmaker.cdo'/>
57-
<property name='maven-version' value='0.8.46-SNAPSHOT'/>
57+
<property name='maven-version' value='0.8.55-SNAPSHOT'/>
5858
<property name='maven-classifier' value='sources'/>
5959
<property name='maven-type' value='java-source'/>
6060
</properties>
6161
<provides size='5'>
62-
<provided namespace='org.eclipse.equinox.p2.iu' name='org.enterprisedomain.classmaker.cdo.source' version='0.8.46.202207050943'/>
63-
<provided namespace='osgi.bundle' name='org.enterprisedomain.classmaker.cdo.source' version='0.8.46.202207050943'/>
64-
<provided namespace='osgi.identity' name='org.enterprisedomain.classmaker.cdo.source' version='0.8.46.202207050943'>
62+
<provided namespace='org.eclipse.equinox.p2.iu' name='org.enterprisedomain.classmaker.cdo.source' version='0.8.55.202208170821'/>
63+
<provided namespace='osgi.bundle' name='org.enterprisedomain.classmaker.cdo.source' version='0.8.55.202208170821'/>
64+
<provided namespace='osgi.identity' name='org.enterprisedomain.classmaker.cdo.source' version='0.8.55.202208170821'>
6565
<properties size='1'>
6666
<property name='type' value='osgi.bundle'/>
6767
</properties>
@@ -70,13 +70,13 @@
7070
<provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
7171
</provides>
7272
<artifacts size='1'>
73-
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo.source' version='0.8.46.202207050943'/>
73+
<artifact classifier='osgi.bundle' id='org.enterprisedomain.classmaker.cdo.source' version='0.8.55.202208170821'/>
7474
</artifacts>
7575
<touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
7676
<touchpointData size='1'>
7777
<instructions size='1'>
7878
<instruction key='manifest'>
79-
Bundle-SymbolicName: org.enterprisedomain.classmaker.cdo.source&#xA;Bundle-Version: 0.8.46.202207050943&#xA;
79+
Bundle-SymbolicName: org.enterprisedomain.classmaker.cdo.source&#xA;Bundle-Version: 0.8.55.202208170821&#xA;
8080
</instruction>
8181
</instructions>
8282
</touchpointData>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Source Bundle Localization
2-
#Tue Jul 05 16:46:35 NOVT 2022
2+
#Wed Aug 17 15:24:42 NOVT 2022
33
bundleVendor=Kyrill Zotkin
44
bundleName=ClassMaker CDO Support Source

0 commit comments

Comments
 (0)