Skip to content
Snippets Groups Projects
Commit 37392d76 authored by dgelessus's avatar dgelessus
Browse files

Make features not import their own plugins

This seems to be unnecessary? The plugins are already listed in the
plugin tags, so there *should* be no need to list them again under
requires... We didn't do this consistently for all plugins anyway and it
apparently hasn't caused any problems.
parent a8f98cc9
No related branches found
No related tags found
No related merge requests found
Pipeline #131245 passed
......@@ -229,7 +229,6 @@ litigation.
<requires>
<import plugin="de.prob.core" version="9.5.2" match="equivalent"/>
<import plugin="de.prob.eventb.disprover.core" version="2.1.2" match="equivalent"/>
<import plugin="de.prob.ui" version="7.5.2" match="equivalent"/>
<import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
<import plugin="org.eclipse.osgi" version="3.16.0" match="compatible"/>
......
......@@ -228,9 +228,6 @@ litigation.
</license>
<requires>
<import plugin="de.bmotionstudio.gef.editor" version="5.6.2" match="equivalent"/>
<import plugin="de.prob.core" version="9.5.2" match="equivalent"/>
<import plugin="de.prob.ui" version="7.5.2" match="equivalent"/>
<import plugin="org.eclipse.core.databinding" version="1.10.0" match="compatible"/>
<import plugin="org.eclipse.core.databinding.beans" version="1.7.0" match="compatible"/>
<import plugin="org.eclipse.core.expressions" version="3.7.0" match="compatible"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment