Skip to content
Snippets Groups Projects
Commit ada21367 authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

Re-enable theory plugin in snapshot

parent 996bf355
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ project.ext{ ...@@ -6,7 +6,7 @@ project.ext{
targetRepositories = ["http://download.eclipse.org/releases/indigo/", targetRepositories = ["http://download.eclipse.org/releases/indigo/",
"http://rodin-b-sharp.sourceforge.net/updates", "http://rodin-b-sharp.sourceforge.net/updates",
"http://rodin-b-sharp.sourceforge.net/core-updates" "http://rodin-b-sharp.sourceforge.net/core-updates"
// , "http://www.stups.uni-duesseldorf.de/ProB/buildlibs/theory/" , "http://www.stups.uni-duesseldorf.de/ProB/buildlibs/theory/"
] ]
groupID = "de.prob" groupID = "de.prob"
......
...@@ -5,8 +5,8 @@ Bundle-SymbolicName: de.prob.core;singleton:=true ...@@ -5,8 +5,8 @@ Bundle-SymbolicName: de.prob.core;singleton:=true
Bundle-Version: 9.4.0.qualifier Bundle-Version: 9.4.0.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.rodinp.core;bundle-version="[1.3.1,1.7.0)", org.rodinp.core;bundle-version="[1.3.1,1.7.0)",
org.eventb.core;bundle-version="[2.5.0,2.6.0)" org.eventb.core;bundle-version="[2.5.0,2.6.0)",
REENABLE-FOR-THEORY-PLUGIN: org.eventb.theory.core;bundle-version="2.0.0" org.eventb.theory.core;bundle-version="[2.0.0,3.0.0)";resolution:=optional
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Eclipse-BundleShape: dir Eclipse-BundleShape: dir
Bundle-Vendor: HHU Dusseldorf STUPS Group Bundle-Vendor: HHU Dusseldorf STUPS Group
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment