Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Camille
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
Camille
Commits
6f52226b
Commit
6f52226b
authored
1 year ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Replace match="greaterOrEqual" with match="compatible"
To avoid installing incompatible major updates.
parent
dfff8473
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
org.eventb.texteditor.feature/feature.xml
+7
-7
7 additions, 7 deletions
org.eventb.texteditor.feature/feature.xml
with
7 additions
and
7 deletions
org.eventb.texteditor.feature/feature.xml
+
7
−
7
View file @
6f52226b
...
@@ -159,13 +159,13 @@ Inc. in the United States, other countries, or both.
...
@@ -159,13 +159,13 @@ Inc. in the United States, other countries, or both.
<requires>
<requires>
<import
plugin=
"org.eclipse.core.resources"
version=
"3.8.1"
match=
"compatible"
/>
<import
plugin=
"org.eclipse.core.resources"
version=
"3.8.1"
match=
"compatible"
/>
<import
plugin=
"org.eclipse.core.runtime"
version=
"3.10.0"
match=
"
greaterOrEqual
"
/>
<import
plugin=
"org.eclipse.core.runtime"
version=
"3.10.0"
match=
"
compatible
"
/>
<import
plugin=
"org.eclipse.emf.compare"
version=
"3.1.1"
match=
"
greaterOrEqual
"
/>
<import
plugin=
"org.eclipse.emf.compare"
version=
"3.1.1"
match=
"
compatible
"
/>
<import
plugin=
"org.eclipse.emf.compare.edit"
version=
"4.0.0"
match=
"
greaterOrEqual
"
/>
<import
plugin=
"org.eclipse.emf.compare.edit"
version=
"4.0.0"
match=
"
compatible
"
/>
<import
plugin=
"org.eclipse.emf.compare.ide"
version=
"3.1.1"
match=
"
greaterOrEqual
"
/>
<import
plugin=
"org.eclipse.emf.compare.ide"
version=
"3.1.1"
match=
"
compatible
"
/>
<import
plugin=
"org.eclipse.emf.compare.rcp"
version=
"2.2.0"
match=
"
greaterOrEqual
"
/>
<import
plugin=
"org.eclipse.emf.compare.rcp"
version=
"2.2.0"
match=
"
compatible
"
/>
<import
plugin=
"org.eclipse.emf.ecore"
/>
<import
plugin=
"org.eclipse.emf.ecore"
/>
<import
plugin=
"org.eclipse.emf.ecore.xmi"
version=
"2.10.1"
match=
"
greaterOrEqual
"
/>
<import
plugin=
"org.eclipse.emf.ecore.xmi"
version=
"2.10.1"
match=
"
compatible
"
/>
<import
plugin=
"org.eclipse.emf.edit"
/>
<import
plugin=
"org.eclipse.emf.edit"
/>
<import
plugin=
"org.eclipse.emf.edit.ui"
version=
"2.5.0"
match=
"compatible"
/>
<import
plugin=
"org.eclipse.emf.edit.ui"
version=
"2.5.0"
match=
"compatible"
/>
<import
plugin=
"org.eclipse.jface.text"
version=
"3.6.0"
match=
"compatible"
/>
<import
plugin=
"org.eclipse.jface.text"
version=
"3.6.0"
match=
"compatible"
/>
...
@@ -178,7 +178,7 @@ Inc. in the United States, other countries, or both.
...
@@ -178,7 +178,7 @@ Inc. in the United States, other countries, or both.
<import
plugin=
"org.eventb.emf.persistence"
version=
"3.1.1"
match=
"compatible"
/>
<import
plugin=
"org.eventb.emf.persistence"
version=
"3.1.1"
match=
"compatible"
/>
<import
plugin=
"org.eventb.texteditor.parsers"
/>
<import
plugin=
"org.eventb.texteditor.parsers"
/>
<import
plugin=
"org.eventb.ui"
version=
"3.0.0"
match=
"compatible"
/>
<import
plugin=
"org.eventb.ui"
version=
"3.0.0"
match=
"compatible"
/>
<import
plugin=
"org.rodinp.core"
version=
"1.7.0"
match=
"
greaterOrEqual
"
/>
<import
plugin=
"org.rodinp.core"
version=
"1.7.0"
match=
"
compatible
"
/>
<import
plugin=
"org.rodinp.keyboard.core"
version=
"2.0.0"
match=
"compatible"
/>
<import
plugin=
"org.rodinp.keyboard.core"
version=
"2.0.0"
match=
"compatible"
/>
<import
plugin=
"org.rodinp.keyboard.ui"
version=
"2.0.0"
match=
"compatible"
/>
<import
plugin=
"org.rodinp.keyboard.ui"
version=
"2.0.0"
match=
"compatible"
/>
</requires>
</requires>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment