diff options
author | Grant Gayed <ggayed> | 2002-12-13 20:46:58 +0000 |
---|---|---|
committer | Grant Gayed <ggayed> | 2002-12-13 20:46:58 +0000 |
commit | d041040c243e5b17e2101d23b4c6b963f5e62b8d (patch) | |
tree | e14797029b025f2743d126b120e302a207175109 /examples/org.eclipse.swt.examples.layouts | |
parent | 5e3602120a00db8f9b11cc47a5b079ad731fbb43 (diff) | |
download | eclipse.platform.swt-d041040c243e5b17e2101d23b4c6b963f5e62b8d.tar.gz eclipse.platform.swt-d041040c243e5b17e2101d23b4c6b963f5e62b8d.tar.xz eclipse.platform.swt-d041040c243e5b17e2101d23b4c6b963f5e62b8d.zip |
*** empty log message ***
Diffstat (limited to 'examples/org.eclipse.swt.examples.layouts')
-rw-r--r-- | examples/org.eclipse.swt.examples.layouts/plugin.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/org.eclipse.swt.examples.layouts/plugin.xml b/examples/org.eclipse.swt.examples.layouts/plugin.xml index eae4784447..a2428dd59a 100644 --- a/examples/org.eclipse.swt.examples.layouts/plugin.xml +++ b/examples/org.eclipse.swt.examples.layouts/plugin.xml @@ -9,7 +9,9 @@ <!-- Runtime --> <!-- Runtime --> <runtime> - <library name="layouts.jar"/> + <library name="layouts.jar"> + <packages prefixes="org.eclipse.swt.examples.layouts"/> + </library> </runtime> <!-- Required plugins --> <requires> |