Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsminto2009-10-07 22:17:56 +0000
committersminto2009-10-07 22:17:56 +0000
commit66da23ab0f1f7096b607fc0c325523b52bcc2ca1 (patch)
treeecd173c8e8da3af151e5d117d071c0a03a2dec44 /org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn
parentad79daab2bbb192c940a291a6b41b50fb7e86b97 (diff)
downloadorg.eclipse.mylyn.tasks-66da23ab0f1f7096b607fc0c325523b52bcc2ca1.tar.gz
org.eclipse.mylyn.tasks-66da23ab0f1f7096b607fc0c325523b52bcc2ca1.tar.xz
org.eclipse.mylyn.tasks-66da23ab0f1f7096b607fc0c325523b52bcc2ca1.zip
RESOLVED - bug 219173: [review] [context][externalization] auto save task context
https://bugs.eclipse.org/bugs/show_bug.cgi?id=219173
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn')
-rw-r--r--org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/ITasksCoreConstants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/ITasksCoreConstants.java b/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/ITasksCoreConstants.java
index d264de62a..7f3894a69 100644
--- a/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/ITasksCoreConstants.java
+++ b/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/ITasksCoreConstants.java
@@ -49,6 +49,8 @@ public interface ITasksCoreConstants {
public static final ISchedulingRule ACTIVITY_SCHEDULING_RULE = new MutexSchedulingRule();
+ public static final ISchedulingRule ACTIVE_CONTEXT_SCHEDULING_RULE = new MutexSchedulingRule();
+
public static final ISchedulingRule TASKLIST_SCHEDULING_RULE = new MutexSchedulingRule();
public static final ISchedulingRule ROOT_SCHEDULING_RULE = new RootSchedulingRule();

Back to the top