Skip to content
Snippets Groups Projects
Commit 4fcb470f authored by Erlend Stav's avatar Erlend Stav
Browse files

Added activate and deactivate method in attempt to fix interference between pax tab and uaal tab

parent 15a7128b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OPS4J Pax Runner - Eclipse Plugin UI
Bundle-SymbolicName: org.ops4j.pax.runner.eclipse.ui;singleton:=true
Bundle-Version: 1.7.6.v20121031
Bundle-Version: 1.7.6.v20130222
Bundle-Vendor: OPS4J.org
Fragment-Host: org.eclipse.pde.ui;bundle-version="3.3.0"
Require-Bundle: org.eclipse.ui,
......
......@@ -165,4 +165,12 @@ public class CursorTab extends AbstractLauncherTab {
// no validation required
}
public void activated(ILaunchConfigurationWorkingCopy workingCopy) {
initializeFrom(workingCopy);
}
public void deactivated(ILaunchConfigurationWorkingCopy workingCopy) {
performApply(workingCopy);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment