diff options
author | spingel | 2008-04-01 06:05:33 +0000 |
---|---|---|
committer | spingel | 2008-04-01 06:05:33 +0000 |
commit | 88649c889d5fdf5d16c3f55a1dfa6865dc99823c (patch) | |
tree | 94306847ad57e6df11acb4cf5a9bd8d8522e4649 /org.eclipse.mylyn.trac.ui/META-INF | |
parent | de097120075206abaf422697ced95d4eda8a8e8d (diff) | |
download | org.eclipse.mylyn.tasks-88649c889d5fdf5d16c3f55a1dfa6865dc99823c.tar.gz org.eclipse.mylyn.tasks-88649c889d5fdf5d16c3f55a1dfa6865dc99823c.tar.xz org.eclipse.mylyn.tasks-88649c889d5fdf5d16c3f55a1dfa6865dc99823c.zip |
NEW - bug 225040: mark internal packages as x-internal
https://bugs.eclipse.org/bugs/show_bug.cgi?id=225040
Diffstat (limited to 'org.eclipse.mylyn.trac.ui/META-INF')
-rw-r--r-- | org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF index 8b19cac06..0f6458ed3 100644 --- a/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF @@ -20,7 +20,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.ui.workbench.texteditor, org.eclipse.mylyn.web.core;bundle-version="[3.0.0,4.0.0)" Eclipse-LazyStart: true -Export-Package: org.eclipse.mylyn.internal.trac.ui, - org.eclipse.mylyn.internal.trac.ui.editor, - org.eclipse.mylyn.internal.trac.ui.wizard +Export-Package: org.eclipse.mylyn.internal.trac.ui;x-internal:=true, + org.eclipse.mylyn.internal.trac.ui.editor;x-internal:=true, + org.eclipse.mylyn.internal.trac.ui.wizard;x-internal:=true Bundle-RequiredExecutionEnvironment: J2SE-1.5 |