diff options
author | nhauge | 2011-10-14 21:38:10 +0000 |
---|---|---|
committer | nhauge | 2011-10-14 21:38:10 +0000 |
commit | 2282cc3d83e3ad80c4820c1d24c9d22ca55fbffc (patch) | |
tree | 91cb9b9d0d1c276e0469c99868716aa3866134c2 /common/plugins/org.eclipse.jpt.common.ui/META-INF/MANIFEST.MF | |
parent | 075a4a871e343b6abbdca2ec574b6dccaa5f6fc8 (diff) | |
download | webtools.dali-2282cc3d83e3ad80c4820c1d24c9d22ca55fbffc.tar.gz webtools.dali-2282cc3d83e3ad80c4820c1d24c9d22ca55fbffc.tar.xz webtools.dali-2282cc3d83e3ad80c4820c1d24c9d22ca55fbffc.zip |
[310876] [321736] - Add "do not show again" option on applicable Dali dialogs, and provide a way to clear these messages. Patch from Les.
Diffstat (limited to 'common/plugins/org.eclipse.jpt.common.ui/META-INF/MANIFEST.MF')
-rw-r--r-- | common/plugins/org.eclipse.jpt.common.ui/META-INF/MANIFEST.MF | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.ui/META-INF/MANIFEST.MF b/common/plugins/org.eclipse.jpt.common.ui/META-INF/MANIFEST.MF index f804cd4689..3e7364269e 100644 --- a/common/plugins/org.eclipse.jpt.common.ui/META-INF/MANIFEST.MF +++ b/common/plugins/org.eclipse.jpt.common.ui/META-INF/MANIFEST.MF @@ -29,6 +29,10 @@ Export-Package: org.eclipse.jpt.common.ui, x-friends:="org.eclipse.jpt.jaxb.ui, org.eclipse.jpt.jpa.db.ui, org.eclipse.jpt.jpa.ui", + org.eclipse.jpt.common.ui.internal.dialogs; + x-friends:="org.eclipse.jpt.jaxb.ui, + org.eclipse.jpt.jpa.db.ui, + org.eclipse.jpt.jpa.ui", org.eclipse.jpt.common.ui.internal.jface; x-friends:="org.eclipse.jpt.jaxb.ui, org.eclipse.jpt.jpa.db.ui, |