Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-09-30 09:59:44 +0000
committerSteffen Pingel2011-09-30 09:59:44 +0000
commitc044848b27bc6e2d8d32f14c6a8f7cd2940bdc0e (patch)
tree694ba2c139bb9316debd27543a00204fbf7aab49 /org.eclipse.mylyn.sandbox.ui
parentcbbec09569132f54d977dca91ba3974132574f2e (diff)
downloadorg.eclipse.mylyn.incubator-c044848b27bc6e2d8d32f14c6a8f7cd2940bdc0e.tar.gz
org.eclipse.mylyn.incubator-c044848b27bc6e2d8d32f14c6a8f7cd2940bdc0e.tar.xz
org.eclipse.mylyn.incubator-c044848b27bc6e2d8d32f14c6a8f7cd2940bdc0e.zip
NEW - bug 359463: move task structure bridge to sandbox
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359463
Diffstat (limited to 'org.eclipse.mylyn.sandbox.ui')
-rw-r--r--org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF
index e60da193..bd0f7ffa 100644
--- a/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF
@@ -38,6 +38,7 @@ Bundle-Vendor: Eclipse Mylyn
Export-Package: org.eclipse.mylyn.internal.sandbox.ui;x-internal:=true,
org.eclipse.mylyn.internal.sandbox.ui.actions;x-internal:=true,
org.eclipse.mylyn.internal.sandbox.ui.commands;x-internal:=true,
+ org.eclipse.mylyn.internal.sandbox.ui.context;x-internal:=true,
org.eclipse.mylyn.internal.sandbox.ui.editors;x-internal:=true,
org.eclipse.mylyn.internal.sandbox.ui.highlighters;x-internal:=true,
org.eclipse.mylyn.internal.sandbox.ui.hyperlinks;x-internal:=true,

Back to the top