Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-03-20 00:32:57 +0000
committerslewis2007-03-20 00:32:57 +0000
commitcb65a05c7ca05b2d180fff8734c99918256ca6ce (patch)
treebfb940ee9d60e0ea4c0d9934dff971369659f883 /examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF
parent610fe2505c2db1557276f62b9db8d5a6a4502956 (diff)
downloadorg.eclipse.ecf-cb65a05c7ca05b2d180fff8734c99918256ca6ce.tar.gz
org.eclipse.ecf-cb65a05c7ca05b2d180fff8734c99918256ca6ce.tar.xz
org.eclipse.ecf-cb65a05c7ca05b2d180fff8734c99918256ca6ce.zip
exported new package
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF
index 1ff5f1fd4..4a4ab21ad 100644
--- a/examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF
@@ -5,7 +5,8 @@ Bundle-SymbolicName: org.eclipse.ecf.example.clients;singleton:=true
Bundle-Version: 1.0.0.v20070313
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
-Export-Package: org.eclipse.ecf.example.clients
+Export-Package: org.eclipse.ecf.example.clients,
+ org.eclipse.ecf.example.clients.applications
Require-Bundle: org.eclipse.ecf,
org.eclipse.ecf.presence,
org.eclipse.ecf.provider.xmpp,

Back to the top