151040 (Enhance the content assist feature )
151042 (Refactor the SQLParser API to make it thread safe)
151046 (Add more SQL editor context menu)
151048 (Add more preference pages )
153550 (Listens to connection profile and connect events)
153551 (Allow SQLDevTools UI components to be customized)
144834 (SQLResultRunnable for UserDefinedFunction (UDF) not available)
156829 (Ad-hoc SQL not executed by vendor provided ExecutionService)
diff --git a/plugins/org.eclipse.datatools.sqltools.result/META-INF/MANIFEST.MF b/plugins/org.eclipse.datatools.sqltools.result/META-INF/MANIFEST.MF
index 4daa5f5..6c2aa23 100644
--- a/plugins/org.eclipse.datatools.sqltools.result/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.datatools.sqltools.result/META-INF/MANIFEST.MF
@@ -17,5 +17,7 @@
  org.eclipse.datatools.connectivity;bundle-version="[0.9.0,1.0.0)",
  org.apache.lucene;bundle-version="[1.4.0,2.0.0)",
  com.ibm.icu;bundle-version="[3.4.0,4.0.0)"
-Export-Package: org.eclipse.datatools.sqltools.result
+Export-Package: org.eclipse.datatools.sqltools.result,
+ org.eclipse.datatools.sqltools.result.internal.model,
+ org.eclipse.datatools.sqltools.result.internal.preference
 Eclipse-LazyStart: true