Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Neufeld2022-12-09 17:09:30 +0000
committerEugen Neufeld2022-12-09 17:13:55 +0000
commit267ec81097c5bace1ee8c7f26b622386a0738af0 (patch)
treee83478f0329e50f71a455e8ca75eb8ba0564ad63 /bundles/org.eclipse.emf.ecp.view.edapt/META-INF
parent07e2d0523a0b74ab2c89db5bcb1b1d70f29d0538 (diff)
parent4b3d2300e235df9a533ee8612898f1bf1a5cb44a (diff)
downloadorg.eclipse.emf.ecp.core-master.tar.gz
org.eclipse.emf.ecp.core-master.tar.xz
org.eclipse.emf.ecp.core-master.zip
Merge remote-tracking branch 'origin/release_1.27.0'HEADmaster
Diffstat (limited to 'bundles/org.eclipse.emf.ecp.view.edapt/META-INF')
-rw-r--r--bundles/org.eclipse.emf.ecp.view.edapt/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.emf.ecp.view.edapt/META-INF/MANIFEST.MF b/bundles/org.eclipse.emf.ecp.view.edapt/META-INF/MANIFEST.MF
index 107698e121..6958cdc654 100644
--- a/bundles/org.eclipse.emf.ecp.view.edapt/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.emf.ecp.view.edapt/META-INF/MANIFEST.MF
@@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Edapt
Bundle-SymbolicName: org.eclipse.emf.ecp.view.edapt;singleton:=true
-Bundle-Version: 1.26.0.qualifier
+Bundle-Version: 1.27.0.qualifier
Bundle-Activator: org.eclipse.emf.ecp.view.edapt.Activator
Bundle-Vendor: Eclipse Modeling Project
-Export-Package: org.eclipse.emf.ecp.view.edapt;version="1.26.0"
-Require-Bundle: org.eclipse.emf.ecp.view.migrator;bundle-version="[1.26.0,1.26.1)",
+Export-Package: org.eclipse.emf.ecp.view.edapt;version="1.27.0"
+Require-Bundle: org.eclipse.emf.ecp.view.migrator;bundle-version="[1.27.0,1.28.0)",
org.eclipse.emf.edapt.history;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.emf.ecp.view.model;bundle-version="[1.26.0,1.26.1)"
+ org.eclipse.emf.ecp.view.model;bundle-version="[1.27.0,1.28.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.emf.ecp.view.edapt
Bundle-ActivationPolicy: lazy

Back to the top