File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/ui/test Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
package org .jboss .tools .jsf .ui .test ;
13
13
14
- import junit .framework .TestCase ;
15
-
16
14
import org .eclipse .core .resources .IFile ;
17
15
import org .eclipse .core .resources .IProject ;
18
- import org .eclipse .core .resources .IncrementalProjectBuilder ;
19
- import org .eclipse .core .runtime .NullProgressMonitor ;
20
16
import org .eclipse .swt .widgets .Display ;
21
17
import org .eclipse .swt .widgets .Label ;
22
18
import org .eclipse .swt .widgets .Shell ;
23
19
import org .eclipse .ui .IEditorInput ;
20
+ import org .eclipse .ui .PlatformUI ;
24
21
import org .eclipse .ui .part .FileEditorInput ;
25
22
import org .jboss .tools .jsf .ui .JsfUiPlugin ;
26
23
import org .jboss .tools .jst .web .ui .WebUiPlugin ;
27
24
import org .jboss .tools .jst .web .ui .internal .editor .jspeditor .JSPMultiPageEditorPart ;
28
25
import org .jboss .tools .jst .web .ui .internal .editor .preferences .IVpePreferencesPage ;
29
26
import org .jboss .tools .test .util .ProjectImportTestSetup ;
30
27
28
+ import junit .framework .TestCase ;
29
+
31
30
/**
32
31
*
33
32
* @author yzhishko
You can’t perform that action at this time.
0 commit comments