add comment about potential enhancement


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@983713 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/eclipse/ui/src/org/apache/felix/sigil/eclipse/ui/internal/editors/project/ExportPackagesSection.java b/sigil/eclipse/ui/src/org/apache/felix/sigil/eclipse/ui/internal/editors/project/ExportPackagesSection.java
index 05242bd..5725b3f 100644
--- a/sigil/eclipse/ui/src/org/apache/felix/sigil/eclipse/ui/internal/editors/project/ExportPackagesSection.java
+++ b/sigil/eclipse/ui/src/org/apache/felix/sigil/eclipse/ui/internal/editors/project/ExportPackagesSection.java
@@ -198,6 +198,9 @@
                 SigilCore.PREFERENCES_REMOVE_IMPORT_FOR_EXPORT, "Remove Exports",
                 "Should corresponding imports be removed?", getSection().getShell());
 
+            // TODO should also prompt to remove corresponding imports from other
+            // projects in workspace??
+            
             IBundleModelElement info = getBundle().getBundleInfo();
 
             for (Iterator<IPackageExport> i = selection.iterator(); i.hasNext();)