Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2015-07-22 17:08:46 +0000
committerFrank Becker2015-07-31 03:20:51 +0000
commiteff1cccfaa7d3a6dca543d273e094ba3464bffbc (patch)
tree720391fd438458c4fedc3bbcc27c4d8b39ee6cda /org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
parent869a056a29aac2a817adb0b2ce02b1bbe1d07a89 (diff)
downloadorg.eclipse.mylyn.tasks-eff1cccfaa7d3a6dca543d273e094ba3464bffbc.tar.gz
org.eclipse.mylyn.tasks-eff1cccfaa7d3a6dca543d273e094ba3464bffbc.tar.xz
org.eclipse.mylyn.tasks-eff1cccfaa7d3a6dca543d273e094ba3464bffbc.zip
414360: create UI classes for the schema for AbstractRepositoryQueryPage
(provisional version) Change-Id: I7d72728509546efd85dd334000acab991893a5b5 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
index a98edf8dd..e8e6b72d3 100644
--- a/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.ui/META-INF/MANIFEST.MF
@@ -35,7 +35,8 @@ Require-Bundle: org.eclipse.ui,
com.google.guava;bundle-version="15.0.0"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor
-Export-Package: org.eclipse.mylyn.internal.tasks.ui;x-internal:=true,
+Export-Package: org.eclipse.mylyn.internal.provisional.tasks.ui.wizards;x-internal:=true,
+ org.eclipse.mylyn.internal.tasks.ui;x-internal:=true,
org.eclipse.mylyn.internal.tasks.ui.actions;x-internal:=true,
org.eclipse.mylyn.internal.tasks.ui.commands;x-internal:=true,
org.eclipse.mylyn.internal.tasks.ui.compare;x-internal:=true,

Back to the top