Skip to content

Commit

Permalink
revving manifest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tviegut committed May 14, 2024
1 parent df8b6f3 commit 43c2e59
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 20 deletions.
4 changes: 2 additions & 2 deletions CIMToolFeature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="au.com.langdale.cimtoole.feature"
label="CIMTool"
version="2.0.0"
version="2.0.1"
provider-name="Langdale Consultants">

<description url="http://cimtool.org">
Expand Down Expand Up @@ -69,7 +69,7 @@ info@healthmarketscience redistributed under the LGPL version 2.1.
<import plugin="org.eclipse.jface" version="3.5.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.workbench" version="3.5.0" match="greaterOrEqual"/>
<import plugin="au.com.langdale.cimutil" version="1.8.2" match="greaterOrEqual"/>
<import plugin="au.com.langdale.rcputil" version="2.0.0" match="greaterOrEqual"/>
<import plugin="au.com.langdale.rcputil" version="2.0.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.ecore.xmi" version="2.5.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf.ecore" version="2.5.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.emf" version="2.5.0" match="greaterOrEqual"/>
Expand Down
2 changes: 1 addition & 1 deletion CIMToolHelp/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: au.com.langdale.cimtoole.help
Bundle-Name: CIMTool Help Plug-in
Bundle-SymbolicName: au.com.langdale.cimtoole.help;singleton:=true
Bundle-Version: 2.0.0
Bundle-Version: 2.0.1
Bundle-ClassPath: CIMToolHelp
Bundle-Vendor: Langdale Consultants
Bundle-RequiredExecutionEnvironment: JavaSE-20
2 changes: 1 addition & 1 deletion CIMToolPlugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: au.com.langdale.cimtoole
Bundle-Name: CIMTool Plug-in
Bundle-SymbolicName: au.com.langdale.cimtoole;singleton:=true
Bundle-Version: 2.0.0
Bundle-Version: 2.0.1
Bundle-RequiredExecutionEnvironment: JavaSE-20
Bundle-ClassPath: cimtoole.jar,
lib/commons-logging-1.1.1.jar,
Expand Down
12 changes: 0 additions & 12 deletions CIMToolPlugin/builders/builders.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,6 @@
"datetime": "2022-08-01T00:00:00Z",
"ext": "rtf"
},
"legacy-rdfs": {
"type": "TRANSFORM",
"style": "legacy-rdfs",
"datetime": "2024-01-29T00:00:00Z",
"ext": "legacy.rdfs"
},
"legacy-rdfs-augmented": {
"type": "TRANSFORM",
"style": "legacy-rdfs-augmented",
"datetime": "2024-01-29T00:00:00Z",
"ext": "legacy-augmented.rdfs"
},
"rdfs-augmented-cimcontextor": {
"type": "TRANSFORM",
"style": "rdfs-augmented-cimcontextor",
Expand Down
2 changes: 1 addition & 1 deletion CIMToolProduct/CIMTool.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="CIMTool" uid="au.com.langdale.cimtool.deployment" id="au.com.langdale.cimtool.product.ide" application="org.eclipse.ui.ide.workbench" version="2.0.0" useFeatures="false" includeLaunchers="true" autoIncludeRequirements="true">
<product name="CIMTool" uid="au.com.langdale.cimtool.deployment" id="au.com.langdale.cimtool.product.ide" application="org.eclipse.ui.ide.workbench" version="2.0.1" useFeatures="false" includeLaunchers="true" autoIncludeRequirements="true">

<aboutInfo>
<image path="cimtool-about.png"/>
Expand Down
2 changes: 1 addition & 1 deletion CIMToolProduct/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CIMToolEnvironment
Bundle-SymbolicName: au.com.langdale.cimtool.product;singleton:=true
Bundle-Version: 2.0.0
Bundle-Version: 2.0.1
Bundle-ClassPath: CIMToolProduct
Bundle-Vendor: Langdale Consultants
Automatic-Module-Name: au.com.langdale.cimtool.product
2 changes: 1 addition & 1 deletion CIMUtil/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CIMUtil
Bundle-SymbolicName: au.com.langdale.cimutil
Bundle-Version: 2.0.0
Bundle-Version: 2.0.1
Bundle-RequiredExecutionEnvironment: JavaSE-20
Require-Bundle: au.com.langdale.kena
Bundle-ClassPath: cimutil.jar,
Expand Down
2 changes: 1 addition & 1 deletion com.cimphony.cimtoole/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-20
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.5.0",
org.eclipse.emf;bundle-version="2.5.0",
au.com.langdale.cimutil;bundle-version="1.8.2",
au.com.langdale.rcputil;bundle-version="2.0.0",
au.com.langdale.rcputil;bundle-version="2.0.1",
org.eclipse.core.resources,
org.eclipse.core.runtime,
au.com.langdale.kena,
Expand Down

0 comments on commit 43c2e59

Please sign in to comment.