Author: Grid.Qian
Date: 2009-06-10 04:43:16 -0400 (Wed, 10 Jun 2009)
New Revision: 15839
Modified:
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/dialogs/SchemaImportDialog.java
Log:
JBIDE-4458: don't display the correct wizardpage of the import xsd wizard
Modified:
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/dialogs/SchemaImportDialog.java
===================================================================
---
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/dialogs/SchemaImportDialog.java 2009-06-10
08:25:04 UTC (rev 15838)
+++
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/dialogs/SchemaImportDialog.java 2009-06-10
08:43:16 UTC (rev 15839)
@@ -525,8 +525,14 @@
fWSILTreeViewer.setInput ( wsilDoc ) ;
if (wsilDoc == null || wsilDoc instanceof Throwable ) {
fBtnWSIL.setEnabled(false);
- // that's always available.
- KIND = BID_BROWSE_RESOURCE;
+
+
+ // delete KIND = BID_BROWSE_RESOURCE; by Grid.Qian
+ // because if not, the dialog always display the resource Control
+ // regardless last time if user choose the resource button
+
+ /*// that's always available.
+ KIND = BID_BROWSE_RESOURCE;*/
}